-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
59 lines (59 loc) · 1.55 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
51
52
53
54
55
56
57
58
59
{
"name": "stock-helper",
"version": "2.0.0",
"private": true,
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"dev": "gulp watch",
"start": "gulp watch",
"build": "gulp build"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-component": "^1.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^2.1.0",
"del": "^2.2.0",
"file-loader": "^1.1.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.3",
"gulp-chrome-manifest": "0.0.13",
"gulp-clean-css": "^2.0.3",
"gulp-eslint": "^2.0.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.0.8",
"gulp-zip": "^3.2.0",
"main-bower-files": "^2.11.1",
"run-sequence": "^1.1.5",
"style-loader": "^0.19.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.6.2",
"vue-loader": "^15.6.4",
"vue-template-compiler": "^2.6.7",
"webpack": "^3.10.0",
"webpack-stream": "^4.0.0",
"wiredep": "^4.0.0"
},
"dependencies": {
"axios": "^0.18.0",
"element-ui": "^2.5.4",
"vue": "^2.6.3"
}
}