csdesign-smart-library/package.json
2025-06-24 10:56:21 +08:00

44 lines
1.1 KiB
JSON

{
"name": "library_cs_design",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@tanstack/react-query": "^5.80.10",
"@tanstack/react-query-devtools": "^5.80.10",
"@types/bcryptjs": "^3.0.0",
"@types/pg": "^8.15.4",
"bcryptjs": "^3.0.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"drizzle-kit": "^0.31.1",
"drizzle-orm": "^0.44.2",
"lucide-react": "^0.520.0",
"next": "15.3.4",
"next-auth": "^4.24.11",
"pg": "^8.16.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.58.1",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.67"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"@eslint/eslintrc": "^3"
}
}