1 Star 0 Fork 0

huakinthos / ts-axios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
huakinthos 提交于 2020-08-14 16:35 . new
{
"name": "ts-axios",
"version": "1.0.0",
"description": "",
"main": "lib/core/dispatchRequest.ts",
"scripts": {
"start": "node server/server.js",
"fm": "rmiraf node_modules",
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts'",
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack"
},
"keywords": [
"typescript"
],
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.2.0",
"html-webpack-plugin": "^4.3.0",
"koa-json": "^2.0.2",
"ts-loader": "^5.3.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-standard": "^8.0.1",
"tslint-loader": "^3.5.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@types/qs": "^6.5.3",
"atob": "^2.1.2",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"qs": "^6.7.0",
"typescript": "^3.3.3333"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ruaya/ts-axios.git
git@gitee.com:ruaya/ts-axios.git
ruaya
ts-axios
ts-axios
master

搜索帮助