|
@@ -11,17 +11,16 @@
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"axios": "^0.15.3",
|
|
|
- "babel-preset-env": "^1.6.0",
|
|
|
"child_process": "^1.0.2",
|
|
|
"d3": "^4.9.1",
|
|
|
"fs": "0.0.1-security",
|
|
|
"highlight.js": "^9.10.0",
|
|
|
"lodash.throttle": "^4.1.1",
|
|
|
"marked": "^0.3.9",
|
|
|
- "node-sass": "^4.5.3",
|
|
|
+ "node-sass": "^4.9.4",
|
|
|
"nprogress": "^0.2.0",
|
|
|
"sass-loader": "^6.0.6",
|
|
|
- "socket.io-client": "^1.7.3",
|
|
|
+ "socket.io-client": "^2.1.1",
|
|
|
"vue": "^2.4.2",
|
|
|
"vue-axios": "^2.0.2",
|
|
|
"vue-router": "^2.7.0",
|
|
@@ -29,11 +28,11 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"autoprefixer": "^7.1.2",
|
|
|
- "babel-core": "^6.22.1",
|
|
|
+ "babel-core": "^6.26.3",
|
|
|
"babel-loader": "^7.1.1",
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
|
"babel-plugin-transform-runtime": "^6.22.0",
|
|
|
- "babel-preset-env": "^1.3.2",
|
|
|
+ "babel-preset-env": "^1.7.0",
|
|
|
"babel-preset-stage-2": "^6.22.0",
|
|
|
"babel-register": "^6.22.0",
|
|
|
"chalk": "^2.0.1",
|
|
@@ -42,24 +41,24 @@
|
|
|
"css-loader": "^0.28.0",
|
|
|
"cssnano": "^3.10.0",
|
|
|
"eventsource-polyfill": "^0.9.6",
|
|
|
- "express": "^4.14.1",
|
|
|
+ "express": "^4.16.4",
|
|
|
"extract-text-webpack-plugin": "^2.0.0",
|
|
|
"file-loader": "^0.11.1",
|
|
|
"friendly-errors-webpack-plugin": "^1.1.3",
|
|
|
"html-webpack-plugin": "^2.28.0",
|
|
|
- "http-proxy-middleware": "^0.17.3",
|
|
|
+ "http-proxy-middleware": "^0.19.0",
|
|
|
"opn": "^5.1.0",
|
|
|
"optimize-css-assets-webpack-plugin": "^2.0.0",
|
|
|
"ora": "^1.2.0",
|
|
|
"rimraf": "^2.6.0",
|
|
|
"semver": "^5.3.0",
|
|
|
"shelljs": "^0.7.6",
|
|
|
- "url-loader": "^0.5.8",
|
|
|
+ "url-loader": "^1.1.2",
|
|
|
"vue-loader": "^13.0.4",
|
|
|
"vue-style-loader": "^3.0.1",
|
|
|
"vue-template-compiler": "^2.4.2",
|
|
|
"webpack": "^2.6.1",
|
|
|
- "webpack-bundle-analyzer": "^2.2.1",
|
|
|
+ "webpack-bundle-analyzer": "^3.0.3",
|
|
|
"webpack-dev-middleware": "^1.10.0",
|
|
|
"webpack-hot-middleware": "^2.18.0",
|
|
|
"webpack-merge": "^4.1.0"
|