Files

36 lines
860 B
JSON
Raw Permalink Normal View History

{
"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",
"next-intl": "3.17.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.1",
"@types/node": "20.14.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.35",
"jsdom": "24.1.1",
"postcss": "8.4.40",
"tailwindcss": "3.4.7",
"typescript": "5.5.4",
"vitest": "2.0.5"
}
}