|
@@ -9,30 +9,29 @@
|
|
|
"build": "export NODE_ENV=production &&./node_modules/.bin/webpack --progress --config webpack.config.js"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "babel-core": "^6.25.0",
|
|
|
- "babel-loader": "^7.1.1",
|
|
|
- "babel-preset-env": "^1.6.0",
|
|
|
+ "babel-core": "^6.26.0",
|
|
|
+ "babel-loader": "^7.1.2",
|
|
|
+ "babel-preset-env": "^1.6.1",
|
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
|
- "css-loader": "^0.28.4",
|
|
|
- "extract-text-webpack-plugin": "^3.0.0",
|
|
|
- "file-loader": "^0.11.2",
|
|
|
+ "css-loader": "^0.28.7",
|
|
|
+ "extract-text-webpack-plugin": "^3.0.2",
|
|
|
+ "file-loader": "^1.1.5",
|
|
|
"node-sass": "^4.5.3",
|
|
|
- "pug": "^2.0.0-rc.2",
|
|
|
+ "pug": "^2.0.0-rc.4",
|
|
|
"sass-loader": "^6.0.6",
|
|
|
- "style-loader": "^0.18.2",
|
|
|
- "url-loader": "^0.5.9",
|
|
|
- "vue-loader": "^12.2.2",
|
|
|
- "vue-template-compiler": "^2.4.1",
|
|
|
- "webpack": "^3.3.0",
|
|
|
- "webpack-livereload-plugin": "^0.11.0"
|
|
|
+ "style-loader": "^0.19.0",
|
|
|
+ "url-loader": "^0.6.2",
|
|
|
+ "vue-loader": "^13.3.0",
|
|
|
+ "vue-template-compiler": "^2.5.2",
|
|
|
+ "webpack": "^3.8.1",
|
|
|
+ "webpack-livereload-plugin": "^1.0.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"axios": "^0.17.0",
|
|
|
- "fuse.js": "^3.0.5",
|
|
|
- "vue": "^2.4.1",
|
|
|
- "vue-form-wizard": "^0.6.1",
|
|
|
- "vue-js-modal": "^1.2.6",
|
|
|
- "vue-simple-spinner": "^1.2.1",
|
|
|
- "vuex": "^2.3.1"
|
|
|
+ "fuse.js": "^3.2.0",
|
|
|
+ "vue": "^2.5.2",
|
|
|
+ "vue-form-wizard": "^0.7.0",
|
|
|
+ "vue-js-modal": "^1.3.4",
|
|
|
+ "vuex": "^3.0.0"
|
|
|
}
|
|
|
}
|