2024-05-18 21:27:18 +02:00
|
|
|
{
|
|
|
|
"name": "schnabu-web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-19 18:08:47 +02:00
|
|
|
"@auth/prisma-adapter": "^2.1.0",
|
|
|
|
"@prisma/client": "^5.14.0",
|
2024-05-19 00:00:55 +02:00
|
|
|
"next": "14.2.3",
|
|
|
|
"next-auth": "5.0.0-beta.18",
|
2024-05-18 21:27:18 +02:00
|
|
|
"react": "^18",
|
2024-05-19 00:00:55 +02:00
|
|
|
"react-dom": "^18"
|
2024-05-18 21:27:18 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
2024-05-19 00:00:55 +02:00
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.2.3",
|
2024-05-18 21:27:18 +02:00
|
|
|
"postcss": "^8",
|
2024-05-19 18:08:47 +02:00
|
|
|
"prisma": "^5.14.0",
|
2024-05-18 21:27:18 +02:00
|
|
|
"tailwindcss": "^3.4.1",
|
2024-05-19 00:00:55 +02:00
|
|
|
"typescript": "^5"
|
2024-05-18 21:27:18 +02:00
|
|
|
}
|
|
|
|
}
|