Files

29 lines
639 B
JSON
Raw Permalink Normal View History

2025-12-18 09:11:47 +01:00
{
"name": "bewerbung",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"copy-assets": "bash copy-assets.sh"
},
"dependencies": {
"next": "15.5.4",
2025-12-18 09:11:47 +01:00
"react": "19.1.0",
"react-dom": "19.1.0"
2025-12-18 09:11:47 +01:00
},
"devDependencies": {
"@eslint/eslintrc": "^3",
2025-12-18 09:11:47 +01:00
"@tailwindcss/postcss": "^4",
"@types/node": "20.19.33",
"@types/react": "19.2.13",
"@types/react-dom": "^19",
2025-12-18 09:11:47 +01:00
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4",
"typescript": "5.9.3"
2025-12-18 09:11:47 +01:00
}
}