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": {
|
2026-02-11 15:19:33 +01:00
|
|
|
"next": "15.5.4",
|
2025-12-18 09:11:47 +01:00
|
|
|
"react": "19.1.0",
|
2026-02-11 15:19:33 +01:00
|
|
|
"react-dom": "19.1.0"
|
2025-12-18 09:11:47 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-11 15:19:33 +01:00
|
|
|
"@eslint/eslintrc": "^3",
|
2025-12-18 09:11:47 +01:00
|
|
|
"@tailwindcss/postcss": "^4",
|
2026-02-11 15:19:33 +01:00
|
|
|
"@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",
|
2026-02-11 15:19:33 +01:00
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "5.9.3"
|
2025-12-18 09:11:47 +01:00
|
|
|
}
|
|
|
|
|
}
|