Renovate Bot 2b9d06c670
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 5m12s
Add copyright notice / copyright_notice (pull_request) Successful in 16m43s
Playwright Tests / test (pull_request) Successful in 21m16s
Check usage of free licenses / build-static-assets (push) Failing after 3m4s
Build Nginx-based docker image / build-static-assets (push) Failing after 3m23s
Playwright Tests / test (push) Has been cancelled
Update dependency @types/node to v22.9.1
2024-11-20 01:06:15 +00:00

38 lines
1.0 KiB
JSON

{
"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.20",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
"postcss": "8.4.49",
"primeicons": "^7.0.0",
"primereact": "^10.8.2",
"react": "19.0.0-rc-f38c22b244-20240704",
"react-dom": "19.0.0-rc-f38c22b244-20240704",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"use-debounce": "^10.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
},
"engines": {
"node": ">=23.0.0"
},
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}