Renovate Bot 8f6285a534
Some checks failed
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Failing after 1m6s
Check usage of free licenses / build-static-assets (pull_request) Failing after 27s
Build Nginx-based docker image / build-static-assets (push) Failing after 1m7s
Update dependency react-dom to v19.0.0
2025-03-09 03:13:14 +00:00

39 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.2.1",
"next-auth": "5.0.0-beta.25",
"postcss": "8.5.3",
"primeicons": "^7.0.0",
"primereact": "^10.8.2",
"react": "19.0.0-rc-f38c22b244-20240704",
"react-dom": "19.0.0",
"tailwindcss": "3.4.17",
"typescript": "5.8.2",
"use-debounce": "^10.0.1",
"uuid": "11.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "22.13.9",
"@types/react": "18.3.18",
"@types/react-dom": "19.0.4"
},
"engines": {
"node": ">=23.0.0"
},
"packageManager": "pnpm@9.15.7+sha512.ed98f9c748442673c46964b70345bd2282c9b305e8eae539b34ab31d6ef24ef8dd59d8b55f27466f705500b009d9c113471cf87e544f3d5036b297330c26e996"
}