|
14 | 14 | "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "vue": "2.3.3", |
18 |
| - "chart.js": "2.5.0", |
19 |
| - "vue-chartjs": "2.6.3", |
20 |
| - "vue-router": "2.5.3", |
21 |
| - "vue-strap": "github:wffranco/vue-strap" |
| 17 | + "bootstrap-vue": "0.18.0", |
| 18 | + "chart.js": "2.6.0", |
| 19 | + "vue": "2.4.2", |
| 20 | + "vue-chartjs": "2.8.1", |
| 21 | + "vue-router": "2.7.0", |
| 22 | + "font-awesome": "^4.7.0", |
| 23 | + "simple-line-icons": "^2.4.1" |
22 | 24 | },
|
23 | 25 | "devDependencies": {
|
24 |
| - "autoprefixer": "7.1.1", |
25 |
| - "babel-core": "6.24.1", |
| 26 | + "autoprefixer": "7.1.2", |
| 27 | + "babel-core": "6.25.0", |
26 | 28 | "babel-eslint": "7.2.3",
|
27 |
| - "babel-loader": "7.0.0", |
| 29 | + "babel-loader": "7.1.1", |
28 | 30 | "babel-plugin-transform-runtime": "^6.22.0",
|
29 |
| - "babel-preset-env": "1.5.1", |
| 31 | + "babel-preset-env": "1.6.0", |
30 | 32 | "babel-preset-stage-2": "6.24.1",
|
31 | 33 | "babel-register": "6.24.1",
|
32 |
| - "chalk": "^1.1.3", |
| 34 | + "chalk": "2.1.0", |
33 | 35 | "connect-history-api-fallback": "^1.3.0",
|
34 | 36 | "copy-webpack-plugin": "^4.0.1",
|
35 |
| - "css-loader": "0.28.2", |
36 |
| - "eslint": "3.19.0", |
| 37 | + "css-loader": "0.28.4", |
| 38 | + "eslint": "4.4.1", |
37 | 39 | "eslint-friendly-formatter": "3.0.0",
|
38 |
| - "eslint-loader": "1.7.1", |
39 |
| - "eslint-plugin-html": "2.0.3", |
40 |
| - "eslint-plugin-import": "2.2.0", |
41 |
| - "eslint-plugin-node": "4.2.2", |
| 40 | + "eslint-loader": "1.9.0", |
| 41 | + "eslint-plugin-html": "3.1.1", |
| 42 | + "eslint-plugin-import": "2.7.0", |
| 43 | + "eslint-plugin-node": "5.1.1", |
42 | 44 | "eslint-config-standard": "10.2.1",
|
43 | 45 | "eslint-plugin-promise": "3.5.0",
|
44 | 46 | "eslint-plugin-standard": "3.0.1",
|
45 | 47 | "eventsource-polyfill": "^0.9.6",
|
46 |
| - "express": "4.15.3", |
47 |
| - "extract-text-webpack-plugin": "2.1.0", |
48 |
| - "file-loader": "0.11.1", |
| 48 | + "express": "4.15.4", |
| 49 | + "extract-text-webpack-plugin": "3.0.0", |
| 50 | + "file-loader": "0.11.2", |
49 | 51 | "friendly-errors-webpack-plugin": "1.6.1",
|
50 |
| - "html-webpack-plugin": "^2.28.0", |
| 52 | + "html-webpack-plugin": "2.30.1", |
51 | 53 | "http-proxy-middleware": "0.17.4",
|
52 |
| - "webpack-bundle-analyzer": "2.8.2", |
53 |
| - "cross-env": "5.0.0", |
| 54 | + "webpack-bundle-analyzer": "2.9.0", |
| 55 | + "cross-env": "5.0.3", |
54 | 56 | "karma": "1.7.0",
|
55 | 57 | "karma-coverage": "^1.1.1",
|
56 | 58 | "karma-mocha": "^1.3.0",
|
|
59 | 61 | "karma-sinon-chai": "1.3.1",
|
60 | 62 | "karma-sourcemap-loader": "^0.3.7",
|
61 | 63 | "karma-spec-reporter": "0.0.31",
|
62 |
| - "karma-webpack": "2.0.3", |
63 |
| - "lolex": "^1.5.2", |
64 |
| - "mocha": "3.4.1", |
65 |
| - "chai": "^3.5.0", |
66 |
| - "sinon": "2.3.1", |
67 |
| - "sinon-chai": "2.10.0", |
68 |
| - "inject-loader": "3.0.0", |
69 |
| - "babel-plugin-istanbul": "4.1.3", |
| 64 | + "karma-webpack": "2.0.4", |
| 65 | + "lolex": "2.1.2", |
| 66 | + "mocha": "3.5.0", |
| 67 | + "chai": "4.1.1", |
| 68 | + "sinon": "3.0.0", |
| 69 | + "sinon-chai": "2.12.0", |
| 70 | + "inject-loader": "3.0.1", |
| 71 | + "babel-plugin-istanbul": "4.1.4", |
70 | 72 | "phantomjs-prebuilt": "^2.1.14",
|
71 |
| - "chromedriver": "2.29.0", |
| 73 | + "chromedriver": "2.31.0", |
72 | 74 | "cross-spawn": "^5.0.1",
|
73 |
| - "nightwatch": "0.9.15", |
| 75 | + "nightwatch": "0.9.16", |
74 | 76 | "selenium-server": "3.4.0",
|
75 |
| - "semver": "^5.3.0", |
76 |
| - "shelljs": "^0.7.6", |
77 |
| - "opn": "5.0.0", |
78 |
| - "optimize-css-assets-webpack-plugin": "1.3.2", |
79 |
| - "ora": "1.2.0", |
| 77 | + "semver": "5.4.1", |
| 78 | + "shelljs": "0.7.8", |
| 79 | + "opn": "5.1.0", |
| 80 | + "optimize-css-assets-webpack-plugin": "3.0.0", |
| 81 | + "ora": "1.3.0", |
80 | 82 | "rimraf": "^2.6.0",
|
81 |
| - "url-loader": "^0.5.7", |
82 |
| - "vue-loader": "12.1.0", |
| 83 | + "url-loader": "0.5.9", |
| 84 | + "vue-loader": "13.0.3", |
83 | 85 | "vue-style-loader": "3.0.1",
|
84 |
| - "vue-template-compiler": "2.3.3", |
85 |
| - "webpack": "2.6.0", |
86 |
| - "webpack-dev-middleware": "1.10.2", |
87 |
| - "webpack-hot-middleware": "2.18.0", |
88 |
| - "webpack-merge": "4.1.0" |
| 86 | + "vue-template-compiler": "2.4.2", |
| 87 | + "webpack": "3.4.1", |
| 88 | + "webpack-dev-middleware": "1.12.0", |
| 89 | + "webpack-hot-middleware": "2.18.2", |
| 90 | + "webpack-merge": "4.1.0", |
| 91 | + "node-sass": "4.5.3", |
| 92 | + "sass-loader": "6.0.6" |
89 | 93 | },
|
90 | 94 | "engines": {
|
91 | 95 | "node": ">= 4.0.0",
|
|
0 commit comments