forked from easy-mock-templates/axios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "easy-mock-template-axios",
"version": "0.1.2",
"description": "基于 axios 的接口定义模板",
"main": "index.js",
"scripts": {
"build": "rimraf dist && webpack --config example/webpack.conf.js --progress --hide-modules",
"server": "serve ./dist -p 3333",
"create-api": "easymock init example",
"dev": "npm run create-api && npm run build"
},
"author": "Chuangker",
"license": "MIT",
"keywords": [
"easy-mock",
"mock"
],
"repository": {
"type": "git",
"url": "git+https://github.com/easy-mock-templates/axios.git"
},
"devDependencies": {
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"easy-mock-cli": "^0.1.6",
"html-webpack-plugin": "^2.28.0",
"rimraf": "^2.6.1",
"serve": "^5.1.5",
"webpack": "^2.5.1"
}
}