6
6
"main" : " app.js" ,
7
7
"scripts" : {
8
8
"dev" : " cross-env NODE_ENV=dev gulp dev" ,
9
- "dev:ie" : " cross-env BABEL_ENV =dev:ie gulp dev" ,
9
+ "dev:ie" : " cross-env NODE_ENV =dev:ie gulp dev" ,
10
10
"build" : " cross-env NODE_ENV=prod gulp build" ,
11
- "webserver" : " cross-env NODE_ENV=dev gulp webserver" ,
11
+ "build:faster" : " cross-env NODE_ENV=prod gulp buildfaster" ,
12
+ "analyzer" : " cross-env NODE_ENV=prod gulp analyzer" ,
12
13
"webpack" : " cross-env NODE_ENV=prod webpack" ,
13
14
"lint" : " ./node_modules/.bin/eslint --fix --ext .js,.vue ./source/views ./source/components"
14
15
},
29
30
"babel-core" : " ^6.26.0" ,
30
31
"babel-eslint" : " 8.2.6" ,
31
32
"babel-loader" : " ^7.1.2" ,
33
+ "babel-plugin-syntax-dynamic-import" : " ^6.18.0" ,
32
34
"babel-plugin-transform-class-properties" : " ^6.24.1" ,
33
35
"babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
34
- "babel-plugin-transform-runtime" : " ^7.0.0-beta.3 " ,
36
+ "babel-plugin-transform-runtime" : " ^6.23.0 " ,
35
37
"babel-polyfill" : " ^6.26.0" ,
36
- "babel-preset-env" : " ^1.6.1" ,
38
+ "babel-preset-env" : " ^1.7.0" ,
39
+ "babel-preset-es2015" : " ^6.24.1" ,
37
40
"browser-sync" : " ^2.18.13" ,
38
41
"cross-env" : " ^5.1.1" ,
39
42
"css-loader" : " ^0.28.7" ,
53
56
"gulp-watch" : " ^4.3.11" ,
54
57
"run-sequence" : " ^2.2.0" ,
55
58
"style-loader" : " ^0.19.0" ,
56
- "url-loader" : " ^0.6 .2" ,
59
+ "url-loader" : " ^1.1 .2" ,
57
60
"vue-loader" : " 15.2.4" ,
58
61
"vue-template-compiler" : " 2.5.x" ,
59
62
"webpack" : " ^4.16.3" ,
62
65
"yargs" : " ^10.0.3"
63
66
},
64
67
"license" : " ISC"
65
- }
68
+ }
0 commit comments