39 lines
1.0 KiB
JSON
Raw Permalink 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",
"autoprefixer": "10.4.21",
2024-08-11 12:03:11 +02:00
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
2025-03-05 03:08:39 +00:00
"next": "15.2.1",
"next-auth": "5.0.0-beta.25",
2025-03-02 03:08:04 +00:00
"postcss": "8.5.3",
"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.17",
2025-03-01 03:08:48 +00:00
"typescript": "5.8.2",
2024-08-11 12:03:11 +02:00
"use-debounce": "^10.0.1",
2025-02-20 03:12:42 +00:00
"uuid": "11.1.0",
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",
"@types/node": "22.13.10",
"@types/react": "18.3.18",
"@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-03-12 03:08:24 +00:00
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
2024-08-11 12:03:11 +02:00
}