生产管理系统前端 - fetchapi 基础提交

This commit is contained in:
2025-10-27 11:08:23 +08:00
parent 1f1d94ed84
commit 2b39c1dd1a
12 changed files with 2191 additions and 7 deletions

View File

@@ -56,6 +56,7 @@
"lucide-react": "^0.487.0",
"next": "^15.5.6",
"next-themes": "^0.4.6",
"openapi-fetch": "^0.15.0",
"qrcode": "*",
"react": "^19.2.0",
"react-day-picker": "^9.11.1",
@@ -71,8 +72,8 @@
"zustand": "^5.0.8"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@tailwindcss/postcss": "^4",
"@tailwindcss/vite": "^4.1.14",
"@types/node": "^20.10.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
@@ -88,10 +89,11 @@
"install": "^0.13.0",
"lint-staged": "^15.2.10",
"npm": "^11.6.2",
"openapi-typescript": "^7.10.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^4.1.14",
"typescript": "^5.6.2",
"typescript": "^5.9.3",
"vite": "^6.4.0"
}
}