2026-07-14 11:51:32 +02:00
|
|
|
{
|
|
|
|
|
"name": "erp-nutzfahrzeuge-frontend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint",
|
|
|
|
|
"test": "vitest run",
|
|
|
|
|
"test:coverage": "vitest run --coverage"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"next": "14.2.5",
|
2026-07-17 21:16:38 +02:00
|
|
|
"next-intl": "3.17.0",
|
2026-07-14 11:51:32 +02:00
|
|
|
"react": "18.3.1",
|
2026-07-17 21:16:38 +02:00
|
|
|
"react-dom": "18.3.1"
|
2026-07-14 11:51:32 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-17 21:16:38 +02:00
|
|
|
"@testing-library/jest-dom": "6.4.8",
|
|
|
|
|
"@testing-library/react": "16.0.1",
|
2026-07-14 11:51:32 +02:00
|
|
|
"@types/node": "20.14.0",
|
|
|
|
|
"@types/react": "18.3.3",
|
|
|
|
|
"@types/react-dom": "18.3.0",
|
2026-07-17 21:16:38 +02:00
|
|
|
"@vitejs/plugin-react": "4.3.1",
|
2026-07-14 11:51:32 +02:00
|
|
|
"autoprefixer": "10.4.19",
|
2026-07-17 21:16:38 +02:00
|
|
|
"eslint": "^8.57.1",
|
|
|
|
|
"eslint-config-next": "^14.2.35",
|
2026-07-14 11:51:32 +02:00
|
|
|
"jsdom": "24.1.1",
|
2026-07-17 21:16:38 +02:00
|
|
|
"postcss": "8.4.40",
|
|
|
|
|
"tailwindcss": "3.4.7",
|
|
|
|
|
"typescript": "5.5.4",
|
|
|
|
|
"vitest": "2.0.5"
|
2026-07-14 11:51:32 +02:00
|
|
|
}
|
|
|
|
|
}
|