49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "vereinskalender",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "24.13.0"
|
|
},
|
|
"scripts": {
|
|
"copy:fullcalendar-css": "node scripts/copy-fullcalendar-css.js",
|
|
"dev": "npm run copy:fullcalendar-css && next dev",
|
|
"build": "npm run copy:fullcalendar-css && prisma generate && next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prisma:migrate": "prisma migrate dev",
|
|
"prisma:deploy": "prisma db push",
|
|
"prisma:studio": "prisma studio"
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/core": "^6.1.11",
|
|
"@fullcalendar/daygrid": "^6.1.11",
|
|
"@fullcalendar/interaction": "^6.1.11",
|
|
"@fullcalendar/list": "^6.1.11",
|
|
"@fullcalendar/react": "^6.1.11",
|
|
"@fullcalendar/timegrid": "^6.1.11",
|
|
"@fontsource/space-grotesk": "^5.1.0",
|
|
"@next-auth/prisma-adapter": "^1.0.7",
|
|
"@prisma/client": "^5.19.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"ical-generator": "^7.2.0",
|
|
"next": "14.2.5",
|
|
"next-auth": "^4.24.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "14.2.5",
|
|
"postcss": "^8.4.39",
|
|
"prisma": "^5.19.1",
|
|
"tailwindcss": "^3.4.7",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|