Files
admin/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2025-12-29 10:41:23 +08:00
{
"name": "lanhu-admin",
"version": "1.3.0",
2025-12-29 10:41:23 +08:00
"private": true,
"scripts": {
2026-04-08 15:41:32 +08:00
"dev": "next dev -H 0.0.0.0 -p 3001 --turbopack",
2025-12-29 10:41:23 +08:00
"build": "next build --turbopack",
2026-04-02 14:46:26 +08:00
"lint": "biome check --write"
2025-12-29 10:41:23 +08:00
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"jotai": "^2.19.0",
"lucide-react": "^0.562.0",
2025-12-29 10:41:23 +08:00
"next": "^16.0.10",
"next-themes": "^0.4.6",
2026-03-18 17:13:31 +08:00
"radix-ui": "^1.4.3",
2025-12-29 10:41:23 +08:00
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"sonner": "^2.0.7",
2025-12-29 10:41:23 +08:00
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76",
"zustand": "^5.0.9"
2025-12-29 10:41:23 +08:00
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@tailwindcss/postcss": "^4.1.17",
"@types/bun": "^1.3.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
2025-12-29 10:41:23 +08:00
"typescript": "^5.9.3"
},
"packageManager": "bun@1.3.2"
}