38 lines
906 B
JSON
Raw Normal View History

2024-08-11 12:03:11 +02:00
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.1.4",
"@tailwindcss/forms": "^0.5.7",
"@vercel/postgres": "^0.8.0",
"autoprefixer": "10.4.19",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "15.0.0-canary.56",
"next-auth": "5.0.0-beta.19",
"postcss": "8.4.38",
"primeicons": "^7.0.0",
"primereact": "^10.8.2",
2024-08-11 12:03:11 +02:00
"react": "19.0.0-rc-f38c22b244-20240704",
"react-dom": "19.0.0-rc-f38c22b244-20240704",
"tailwindcss": "3.4.4",
2024-08-11 20:08:36 +00:00
"typescript": "5.5.4",
2024-08-11 12:03:11 +02:00
"use-debounce": "^10.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
2024-08-11 20:18:38 +02:00
"@playwright/test": "^1.46.0",
2024-08-11 12:03:11 +02:00
"@types/bcrypt": "^5.0.2",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
"engines": {
"node": ">=20.12.0"
}
}