1 Star 0 Fork 0

吴昊 / aegis-api-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
吴昊 提交于 2023-02-20 23:24 . fix: 将code设置为可选
{
"name": "aegis-api-proxy",
"version": "4.0.0-beta3",
"description": "接口代理",
"main": "es/index.js",
"keyword": "aegis aegis-api-proxy",
"private": false,
"scripts": {
"lib": "vue-cli-service build --target lib --name apiProxy --dest lib src/index.ts",
"build": "node build/compile.js",
"test": "jest",
"release": "npm run build && npm publish"
},
"repository": "https://github.com/wuhao000/aegis-api-proxy.git",
"publishConfig": {
"registry": "https://nexus.aegis-info.com/repository/npm-aegis/"
},
"files": [
"es",
"types",
"src"
],
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"dependencies": {
"fs": "0.0.1-security",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.1",
"qs": "^6.9.0",
"raf": "^3.4.1",
"vue": "^3.0.23",
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.6.0",
"@types/axios": "^0.14.0",
"@types/jest": "^24.0.19",
"@types/lodash.debounce": "^4.0.6",
"@types/qs": "^6.5.3",
"array-tree-filter": "^2.1.0",
"babel-jest": "^24.9.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.1",
"babel-plugin-requirejs": "^7.7.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"file-loader": "^3.0.1",
"fs-extra": "^9.1.0",
"jest": "^24.9.0",
"lint-staged": "^8.1.5",
"lodash": "^4.17.11",
"ts-jest": "^24.1.0",
"typescript": "^4.9.3"
},
"lint-staged": {
"*.ts": [
"vue-cli-service lint",
"git add"
]
},
"typings": "types/index.d.ts"
}
JavaScript
1
https://gitee.com/wuhao000/aegis-api-proxy.git
git@gitee.com:wuhao000/aegis-api-proxy.git
wuhao000
aegis-api-proxy
aegis-api-proxy
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891