|
29 | 29 | "vue-router": "^3.0.1"{{/router}} |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "autoprefixer": "^7.1.2", |
33 | | - "babel-core": "^6.22.1", |
34 | 32 | {{#lint}} |
35 | 33 | "babel-eslint": "^7.1.1", |
36 | | - {{/lint}} |
37 | | - "babel-loader": "^7.1.1", |
38 | | - "babel-plugin-transform-runtime": "^6.22.0", |
39 | | - "babel-preset-env": "^1.3.2", |
40 | | - "babel-preset-stage-2": "^6.22.0", |
41 | | - "babel-register": "^6.22.0", |
42 | | - "chalk": "^2.0.1", |
43 | | - "copy-webpack-plugin": "^4.0.1", |
44 | | - "css-loader": "^0.28.0", |
45 | | - {{#lint}} |
46 | 34 | "eslint": "^3.19.0", |
47 | 35 | "eslint-friendly-formatter": "^3.0.0", |
48 | 36 | "eslint-loader": "^1.7.1", |
|
60 | 48 | "eslint-plugin-import": "^2.7.0", |
61 | 49 | {{/if_eq}} |
62 | 50 | {{/lint}} |
63 | | - "eventsource-polyfill": "^0.9.6", |
64 | | - "extract-text-webpack-plugin": "^3.0.0", |
65 | | - "file-loader": "^1.1.4", |
66 | | - "friendly-errors-webpack-plugin": "^1.6.1", |
67 | | - "html-webpack-plugin": "^2.30.1", |
68 | | - "webpack-bundle-analyzer": "^2.9.0", |
69 | 51 | {{#if_eq runner "jest"}} |
70 | 52 | "babel-jest": "^21.0.2", |
71 | 53 | "babel-plugin-dynamic-import-node": "^1.2.0", |
|
93 | 75 | "babel-plugin-istanbul": "^4.1.1", |
94 | 76 | "phantomjs-prebuilt": "^2.1.14", |
95 | 77 | {{/if_eq}} |
96 | | - "node-notifier": "^5.1.2", |
97 | 78 | {{#e2e}} |
98 | 79 | "chromedriver": "^2.27.2", |
99 | 80 | "cross-spawn": "^5.0.1", |
100 | 81 | "nightwatch": "^0.9.12", |
101 | 82 | "selenium-server": "^3.0.1", |
102 | 83 | {{/e2e}} |
| 84 | + "autoprefixer": "^7.1.2", |
| 85 | + "babel-core": "^6.22.1", |
| 86 | + "babel-loader": "^7.1.1", |
| 87 | + "babel-plugin-transform-runtime": "^6.22.0", |
| 88 | + "babel-preset-env": "^1.3.2", |
| 89 | + "babel-preset-stage-2": "^6.22.0", |
| 90 | + "babel-register": "^6.22.0", |
| 91 | + "chalk": "^2.0.1", |
| 92 | + "copy-webpack-plugin": "^4.0.1", |
| 93 | + "css-loader": "^0.28.0", |
| 94 | + "eventsource-polyfill": "^0.9.6", |
| 95 | + "extract-text-webpack-plugin": "^3.0.0", |
| 96 | + "file-loader": "^1.1.4", |
| 97 | + "friendly-errors-webpack-plugin": "^1.6.1", |
| 98 | + "html-webpack-plugin": "^2.30.1", |
| 99 | + "webpack-bundle-analyzer": "^2.9.0", |
| 100 | + "node-notifier": "^5.1.2", |
103 | 101 | "postcss-import": "^11.0.0", |
104 | 102 | "postcss-loader": "^2.0.8", |
105 | 103 | "semver": "^5.3.0", |
|
0 commit comments