forked from jrlucier/progress-bar-4-axios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 999 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "axios-progress-bar",
"version": "1.2.0",
"description": "Slim progress bar (NProgress) for Web applications that use Axios library for HTTP requests.",
"main": "dist/index.js",
"scripts": {
"build": "webpack --progress",
"test": "serve -s -o -p 5000"
},
"repository": {
"type": "git",
"url": "https://github.com/rikmms/progress-bar-4-axios.git"
},
"author": "rikmms <[email protected]>",
"license": "MIT",
"keywords": [
"axios",
"http",
"progress",
"bar",
"loading",
"react",
"reactjs",
"vue",
"vuejs",
"web"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"nprogress": "0.2.0",
"serve": "6.0.6",
"style-loader": "0.18.2",
"webpack": "3.5.5"
},
"peerDependencies": {
"axios": "0.x"
}
}