-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
50 lines (50 loc) · 1.34 KB
/
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
44
45
46
47
48
49
50
{
"name": "vue-ins-progress-bar",
"author": "meloalright",
"version": "1.3.9",
"description": "A vue ins progress bar",
"main": "dist/vue-ins-progress-bar.js",
"typings": "types/index.d.ts",
"keywords": [
"vue ins progress bar",
"vue ins loading bar",
"vue loading progress",
"vue progress bar",
"vue loading bar",
"vue ins",
"vue",
"vue loading",
"vue progress",
"loading progress",
"progress bar"
],
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"style-loader": "^0.21.0",
"vue": "^2.5.16",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.15.1",
"webpack-command": "^0.4.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"postinstall": "echo 🌈",
"test": "echo no test specified"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meloalright/vue-ins-progress-bar.git"
},
"homepage": "https://github.com/meloalright/vue-ins-progress-bar#readme",
"license": "MIT"
}