- 删除根目录中重复的 NestJS 配置文件 - 删除 tsconfig.json, tsconfig.build.json, eslint.config.mjs, .prettierrc - 保留 wwjcloud-nest/ 目录中的完整配置 - 避免配置冲突,确保项目结构清晰
33 lines
738 B
JSON
33 lines
738 B
JSON
{
|
|
"name": "@vben/request",
|
|
"version": "5.5.8",
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "packages/effects/request"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@vben/locales": "workspace:*",
|
|
"@vben/utils": "workspace:*",
|
|
"axios": "catalog:",
|
|
"qs": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/qs": "catalog:",
|
|
"axios-mock-adapter": "catalog:"
|
|
}
|
|
}
|