32 lines
719 B
JSON
32 lines
719 B
JSON
{
|
|
"name": "ausgaben_next",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3005",
|
|
"build": "next build",
|
|
"start": "next start -p 3005",
|
|
"lint": "eslint",
|
|
"generate-password": "node scripts/generate-password.js"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.3",
|
|
"jose": "^6.1.3",
|
|
"mysql2": "^3.17.4",
|
|
"next": "16.1.6",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|