flowstate/package.json
Chneemann 2b5073db0e
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m18s
fix(deps): move drizzle-kit to dependencies for production migrations
2026-08-23 16:58:42 +02:00

38 lines
825 B
JSON

{
"name": "flowstate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"lucide-react": "^1.28.0",
"next": "16.2.12",
"next-auth": "^5.0.0-beta.32",
"postgres": "^3.4.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"swr": "^2.5.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.12",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"postcss": "^8.5.18",
"sharp": "^0.35.0"
}
}