|
13 | 13 | "lint": "eslint --ext .js,.vue src"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "axios": "0.15.3", |
17 |
| - "codemirror": "5.25.2", |
18 |
| - "dropzone": "4.3.0", |
19 |
| - "echarts": "3.4.0", |
20 |
| - "element-ui": "1.3.3", |
| 16 | + "axios": "0.16.2", |
| 17 | + "codemirror": "5.26.0", |
| 18 | + "dropzone": "5.1.0", |
| 19 | + "echarts": "3.6.1", |
| 20 | + "element-ui": "1.3.6", |
21 | 21 | "file-saver": "1.3.3",
|
22 | 22 | "jquery": "3.1.1",
|
23 |
| - "js-cookie": "2.1.3", |
| 23 | + "js-cookie": "2.1.4", |
24 | 24 | "jsonlint": "1.6.2",
|
25 | 25 | "mockjs": "1.0.1-beta3",
|
26 | 26 | "normalize.css": "3.0.2",
|
|
32 | 32 | "vue-count-to": "1.0.5",
|
33 | 33 | "vue-multiselect": "2.0.0-beta.15",
|
34 | 34 | "vue-router": "2.5.3",
|
35 |
| - "vuedraggable": "2.8.4", |
| 35 | + "vuedraggable": "2.13.1", |
36 | 36 | "vuex": "2.3.1",
|
37 | 37 | "xlsx": "0.8.1"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "autoprefixer": "6.7.2", |
41 |
| - "babel-core": "6.22.1", |
42 |
| - "babel-eslint": "7.1.1", |
43 |
| - "babel-loader": "6.2.10", |
44 |
| - "babel-plugin-transform-runtime": "6.22.0", |
45 |
| - "babel-preset-es2015": "6.22.0", |
46 |
| - "babel-preset-stage-2": "6.22.0", |
47 |
| - "babel-register": "6.22.0", |
| 40 | + "autoprefixer": "7.1.1", |
| 41 | + "babel-eslint": "7.2.3", |
| 42 | + "babel-loader": "7.0.0", |
| 43 | + "babel-plugin-transform-runtime": "6.23.0", |
| 44 | + "babel-preset-es2015": "6.24.1", |
| 45 | + "babel-preset-stage-2": "6.24.1", |
| 46 | + "babel-register": "6.24.1", |
48 | 47 | "chalk": "1.1.3",
|
49 | 48 | "connect-history-api-fallback": "1.3.0",
|
50 | 49 | "copy-webpack-plugin": "4.0.1",
|
51 |
| - "cross-env": "4.0.0", |
52 |
| - "css-loader": "0.28.0", |
53 |
| - "eslint": "3.19.0", |
54 |
| - "eslint-friendly-formatter": "2.0.7", |
| 50 | + "cross-env": "5.0.1", |
| 51 | + "css-loader": "0.28.4", |
| 52 | + "eslint": "4.0.0", |
| 53 | + "eslint-friendly-formatter": "3.0.0", |
55 | 54 | "eslint-import-resolver-webpack": "0.8.1",
|
56 | 55 | "eslint-loader": "1.7.1",
|
57 |
| - "eslint-plugin-html": "2.0.1", |
58 |
| - "eslint-plugin-import": "2.2.0", |
| 56 | + "eslint-plugin-html": "3.0.0", |
| 57 | + "eslint-plugin-import": "2.3.0", |
59 | 58 | "eventsource-polyfill": "0.9.6",
|
60 |
| - "express": "4.14.1", |
61 |
| - "extract-text-webpack-plugin": "2.0.0", |
62 |
| - "file-loader": "0.10.0", |
63 |
| - "friendly-errors-webpack-plugin": "1.1.3", |
| 59 | + "express": "4.15.3", |
| 60 | + "extract-text-webpack-plugin": "2.1.2", |
| 61 | + "file-loader": "0.11.2", |
| 62 | + "friendly-errors-webpack-plugin": "1.6.1", |
64 | 63 | "function-bind": "1.1.0",
|
65 | 64 | "html-webpack-plugin": "2.28.0",
|
66 |
| - "http-proxy-middleware": "0.17.3", |
| 65 | + "http-proxy-middleware": "0.17.4", |
67 | 66 | "node-sass": "^4.5.0",
|
68 | 67 | "opn": "4.0.2",
|
69 | 68 | "optimize-css-assets-webpack-plugin": "1.3.0",
|
|
75 | 74 | "semver": "5.3.0",
|
76 | 75 | "style-loader": "0.17.0",
|
77 | 76 | "url-loader": "0.5.8",
|
78 |
| - "vue-loader": "12.0.4", |
79 |
| - "vue-style-loader": "2.0.5", |
| 77 | + "vue-loader": "12.2.1", |
| 78 | + "vue-style-loader": "3.0.1", |
80 | 79 | "vue-template-compiler": "2.3.3",
|
81 |
| - "webpack": "2.5.1", |
82 |
| - "webpack-bundle-analyzer": "2.2.1", |
83 |
| - "webpack-dashboard": "0.2.1", |
84 |
| - "webpack-dev-middleware": "1.10.0", |
| 80 | + "webpack": "2.6.1", |
| 81 | + "webpack-bundle-analyzer": "2.8.2", |
| 82 | + "webpack-dev-middleware": "1.10.2", |
85 | 83 | "webpack-hot-middleware": "2.18.0",
|
86 | 84 | "webpack-merge": "4.1.0"
|
87 | 85 | },
|
|
0 commit comments