bustikiller fb0a465645
Some checks failed
Build docker image / build-static-assets (push) Has been cancelled
Playwright Tests / test (push) Has been cancelled
Merge pull request 'Update dependency @vercel/postgres to ^0.9.0' (#19) from renovate/vercel-postgres-0.x into main
Reviewed-on: #19
2024-08-12 05:59:05 +00:00

38 lines
900 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-rc.0",
"next-auth": "5.0.0-beta.20",
"postcss": "8.4.41",
"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.9",
"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.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
"engines": {
"node": ">=20.12.0"
}
}