|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 | 31 | "axios": "^0.15.3",
|
32 |
| - "babel-core": "^6.0.0", |
33 |
| - "babel-loader": "^6.0.0", |
34 |
| - "babel-plugin-transform-es2015-destructuring": "^6.19.0", |
35 |
| - "babel-plugin-transform-runtime": "^6.22.0", |
36 |
| - "babel-preset-es2015": "^6.0.0", |
37 |
| - "cross-env": "^3.0.0", |
38 |
| - "css-loader": "^0.25.0", |
39 |
| - "extract-text-webpack-plugin": "^2.0.0-beta.5", |
40 |
| - "file-loader": "^0.9.0", |
41 |
| - "js-object-pretty-print": "^0.2.0", |
42 |
| - "node-sass": "^4.1.1", |
43 |
| - "open": "0.0.5", |
44 |
| - "sass-loader": "^4.1.1", |
45 |
| - "style-loader": "^0.13.1", |
46 |
| - "uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony", |
47 |
| - "vue": "^2.1.0", |
48 |
| - "vue-loader": "^10.0.0", |
49 |
| - "vue-style-loader": "^1.0.0", |
50 |
| - "vue-template-compiler": "^2.1.0", |
51 |
| - "vuex": "^2.1.1", |
52 |
| - "webpack": "^2.2.0-rc.3", |
53 |
| - "webpack-dev-middleware": "^1.9.0", |
54 |
| - "webpack-hot-middleware": "^2.14.0", |
55 |
| - "webpack-merge": "^2.3.1", |
56 |
| - "webpack-module-hot-accept": "^1.0.4" |
| 32 | + "babel-core": "~6.26.0", |
| 33 | + "babel-loader": "~6.4.1", |
| 34 | + "babel-plugin-transform-es2015-destructuring": "~6.23.0", |
| 35 | + "babel-plugin-transform-runtime": "~6.23.0", |
| 36 | + "babel-preset-env": "~1.6.1", |
| 37 | + "cross-env": "~3.0.0", |
| 38 | + "css-loader": "~0.25.0", |
| 39 | + "extract-text-webpack-plugin": "~2.1.2", |
| 40 | + "file-loader": "~0.9.0", |
| 41 | + "js-object-pretty-print": "~0.2.0", |
| 42 | + "node-sass": "~4.1.1", |
| 43 | + "open": "~0.0.5", |
| 44 | + "sass-loader": "~4.1.1", |
| 45 | + "style-loader": "~0.13.1", |
| 46 | + "uglify-js": "~3.0.28", |
| 47 | + "vue": "~2.1.0", |
| 48 | + "vue-loader": "~10.0.0", |
| 49 | + "vue-resource": "~1.0.3", |
| 50 | + "vue-style-loader": "~1.0.0", |
| 51 | + "vue-template-compiler": "~2.1.0", |
| 52 | + "vuex": "~2.1.1", |
| 53 | + "webpack-dev-middleware": "~1.9.0", |
| 54 | + "webpack-hot-middleware": "~2.14.0", |
| 55 | + "webpack-module-hot-accept": "~1.0.4" |
57 | 56 | }
|
58 | 57 | }
|
0 commit comments