生产管理系统前端 - openapi - fetch生成器开发
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"test:ts": "tsc --noEmit",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
@@ -15,6 +16,7 @@
|
||||
"scripts:setup": "node scripts/setup-dev-tools.js",
|
||||
"scripts:enable": "node scripts/setup-dev-tools.js --enable",
|
||||
"scripts:disable": "node scripts/setup-dev-tools.js --disable",
|
||||
"api:generate": "node scripts/generate-api.cjs",
|
||||
"deploy": "node scripts/deploy.js"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -72,6 +74,8 @@
|
||||
"zustand": "^5.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hey-api/client-fetch": "^0.13.1",
|
||||
"@hey-api/openapi-ts": "^0.86.6",
|
||||
"@tailwindcss/postcss": "^4",
|
||||
"@tailwindcss/vite": "^4.1.14",
|
||||
"@types/node": "^20.10.0",
|
||||
@@ -88,6 +92,7 @@
|
||||
"husky": "^9.1.6",
|
||||
"install": "^0.13.0",
|
||||
"lint-staged": "^15.2.10",
|
||||
"node-fetch": "^3.3.2",
|
||||
"npm": "^11.6.2",
|
||||
"openapi-typescript": "^7.10.1",
|
||||
"postcss": "^8.4.47",
|
||||
|
||||
Reference in New Issue
Block a user