Files
jh-monitor/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2025-09-13 14:00:56 +08:00
{
"name": "my-app",
2025-09-23 09:57:29 +08:00
"version": "0.3.0",
2025-09-13 14:00:56 +08:00
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-dialog": "^1.1.15",
2025-09-13 14:00:56 +08:00
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.541.0",
"next": "15.4.7",
2025-09-13 14:00:56 +08:00
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
2025-09-23 11:40:12 +08:00
"redis": "^5.8.2",
2025-09-13 14:00:56 +08:00
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
2025-09-17 17:30:47 +08:00
"@prisma/client": "^6.16.2",
2025-09-23 11:21:04 +08:00
"@stylistic/eslint-plugin": "^5.4.0",
2025-09-13 14:00:56 +08:00
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.0",
"postcss": "^8.5.6",
"prisma": "^6.16.1",
2025-09-13 14:00:56 +08:00
"tailwindcss": "^4",
"tsx": "^4.20.4",
"tw-animate-css": "^1.3.7",
"typescript": "^5",
"zod": "^4.1.5"
}
2025-09-13 14:00:56 +08:00
}