Renovate Bot 98d41f87dc
All checks were successful
Playwright Tests / test (pull_request) Successful in 13m18s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 37m19s
Update dependency next to v15.0.0
2024-10-21 22:08:48 +00:00

38 lines
896 B
JSON

{
"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.9.0",
"autoprefixer": "10.4.20",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "15.0.0",
"next-auth": "5.0.0-beta.20",
"postcss": "8.4.47",
"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.10",
"typescript": "5.5.4",
"use-debounce": "^10.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
},
"engines": {
"node": ">=20.12.0"
}
}