knife4j-swagger-vue3/package.json

27 lines
937 B
JSON

{
"name": "knife4j-swagger-vue3-workspace",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "pnpm --filter @kt/openapi-parser run build && pnpm --filter @kt/knife4j-vue3-ui run build && pnpm --filter @kt/knife4j-swagger-vue3-playground run build && pnpm --filter @kwitsukasa/knife4j-swagger-vue3 run build",
"dev": "pnpm --filter @kt/knife4j-swagger-vue3-playground dev",
"lint": "pnpm run typecheck",
"prepare": "husky",
"typecheck": "pnpm -r --sort run typecheck",
"verify:staged": "node scripts/husky-fast-check.mjs",
"verify:commit": "pnpm run lint && pnpm run build"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"husky": "^9.1.7",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
}
}