bustikiller 87b739aa89
All checks were successful
Check usage of free licenses / build-static-assets (push) Successful in 53s
Playwright Tests / test (push) Successful in 2m46s
Build Nginx-based docker image / build-static-assets (push) Successful in 4m8s
Merge pull request 'Update dependency @types/react to v18.3.12' (#47) from renovate/react-18.x into main
Reviewed-on: #47
2024-11-01 10:11:37 +00:00

37 lines
863 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",
"autoprefixer": "10.4.20",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "15.0.2",
"next-auth": "5.0.0-beta.25",
"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.14",
"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.8.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
},
"engines": {
"node": ">=20.12.0"
}
}