Renovate Bot ff406c35ec
Some checks are pending
Check usage of free licenses / build-static-assets (pull_request) Successful in 6m6s
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Successful in 7m40s
Build Nginx-based docker image / build-static-assets (push) Waiting to run
Check usage of free licenses / build-static-assets (push) Waiting to run
Playwright Tests / test (push) Waiting to run
Update dependency @types/node to v22.10.4
2025-01-03 03:05:07 +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.1.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.17",
"typescript": "5.7.2",
"use-debounce": "^10.0.1",
"uuid": "11.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "22.10.4",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5"
},
"engines": {
"node": ">=23.0.0"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}