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",
|
2024-08-11 20:03:51 +00:00
|
|
|
"autoprefixer": "10.4.20",
|
2024-08-11 12:03:11 +02:00
|
|
|
"bcrypt": "^5.1.1",
|
|
|
|
"clsx": "^2.1.1",
|
2025-01-08 03:04:40 +00:00
|
|
|
"next": "15.1.4",
|
2024-10-22 22:08:52 +00:00
|
|
|
"next-auth": "5.0.0-beta.25",
|
2025-01-16 03:08:04 +00:00
|
|
|
"postcss": "8.5.1",
|
2024-08-11 16:14:12 +02:00
|
|
|
"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",
|
2024-12-18 01:06:06 +00:00
|
|
|
"tailwindcss": "3.4.17",
|
2025-01-09 03:05:58 +00:00
|
|
|
"typescript": "5.7.3",
|
2024-08-11 12:03:11 +02:00
|
|
|
"use-debounce": "^10.0.1",
|
2025-01-10 03:05:58 +00:00
|
|
|
"uuid": "11.0.5",
|
2024-08-11 12:03:11 +02:00
|
|
|
"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",
|
2025-01-16 03:07:47 +00:00
|
|
|
"@types/node": "22.10.7",
|
2024-12-21 01:07:01 +00:00
|
|
|
"@types/react": "18.3.18",
|
2024-12-15 01:21:02 +00:00
|
|
|
"@types/react-dom": "18.3.5"
|
2024-08-11 12:03:11 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-11-01 11:30:31 +01:00
|
|
|
"node": ">=23.0.0"
|
2024-11-11 07:45:16 +01:00
|
|
|
},
|
2025-01-14 03:05:34 +00:00
|
|
|
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
|
2024-08-11 12:03:11 +02:00
|
|
|
}
|