2025-12-29 10:41:23 +08:00
|
|
|
{
|
|
|
|
|
"name": "lanhu-admin",
|
2026-04-02 14:46:26 +08:00
|
|
|
"version": "1.1.0",
|
2025-12-29 10:41:23 +08:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev -H 0.0.0.0 --turbopack",
|
|
|
|
|
"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": {
|
2025-12-29 14:09:13 +08:00
|
|
|
"@hookform/resolvers": "^4.1.3",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
|
|
|
"@radix-ui/react-label": "^2.1.8",
|
2025-12-29 14:37:03 +08:00
|
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
2025-12-29 18:01:16 +08:00
|
|
|
"@radix-ui/react-select": "^2.2.6",
|
2025-12-29 14:09:13 +08:00
|
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
2025-12-30 18:35:37 +08:00
|
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
2025-12-29 18:01:16 +08:00
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2025-12-29 14:09:13 +08:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"date-fns": "^4.1.0",
|
2026-03-31 10:56:01 +08:00
|
|
|
"jotai": "^2.19.0",
|
2025-12-29 14:09:13 +08:00
|
|
|
"lucide-react": "^0.562.0",
|
2025-12-29 10:41:23 +08:00
|
|
|
"next": "^16.0.10",
|
2025-12-29 14:09:13 +08:00
|
|
|
"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",
|
2025-12-29 14:09:13 +08:00
|
|
|
"sonner": "^2.0.7",
|
2025-12-29 10:41:23 +08:00
|
|
|
"tailwind-merge": "^3.4.0",
|
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2025-12-29 14:09:13 +08:00
|
|
|
"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",
|
2025-12-29 14:09:13 +08:00
|
|
|
"tw-animate-css": "^1.4.0",
|
2025-12-29 10:41:23 +08:00
|
|
|
"typescript": "^5.9.3"
|
|
|
|
|
},
|
|
|
|
|
"packageManager": "bun@1.3.2"
|
|
|
|
|
}
|