初始化管理后台仓库

This commit is contained in:
2025-12-29 10:41:23 +08:00
commit f9a8df0fe5
27 changed files with 2481 additions and 0 deletions

36
package.json Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "lanhu-admin",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 --turbopack",
"build": "next build --turbopack",
"lint": "eslint --fix"
},
"dependencies": {
"lucide-react": "^0.479.0",
"next": "^16.0.10",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"@hookform/resolvers": "^4.1.3",
"zod": "^3.25.76",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.9",
"date-fns": "^4.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1"
},
"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",
"typescript": "^5.9.3"
},
"packageManager": "bun@1.3.2"
}