|
2 | 2 | "private": true, |
3 | 3 | "scripts": { |
4 | 4 | "dev": "node server.js", |
5 | | - "build": "NODE_ENV=production webpack" |
| 5 | + "build": "NODE_ENV=production webpack --mode production" |
6 | 6 | }, |
7 | 7 | "devDependencies": { |
8 | | - "@vuex-orm/core": "^0.16.0", |
9 | | - "autoprefixer": "^7.2.5", |
| 8 | + "@vuex-orm/core": "^0.21.0", |
| 9 | + "autoprefixer": "^8.0.0", |
10 | 10 | "babel-core": "^6.26.0", |
11 | | - "babel-loader": "^7.1.2", |
| 11 | + "babel-loader": "^7.1.3", |
12 | 12 | "babel-preset-env": "^1.6.1", |
13 | 13 | "babel-preset-stage-2": "^6.24.1", |
14 | | - "css-loader": "^0.28.9", |
| 14 | + "css-loader": "^0.28.10", |
15 | 15 | "express": "^4.16.2", |
16 | | - "normalize.css": "^7.0.0", |
| 16 | + "normalize.css": "^8.0.0", |
17 | 17 | "postcss-css-variables": "^0.8.0", |
18 | | - "postcss-import": "^11.0.0", |
| 18 | + "postcss-import": "^11.1.0", |
19 | 19 | "postcss-nested": "^3.0.0", |
20 | 20 | "vue": "^2.5.13", |
21 | | - "vue-loader": "^13.7.0", |
| 21 | + "vue-loader": "^14.1.1", |
22 | 22 | "vue-template-compiler": "^2.5.13", |
23 | 23 | "vuex": "^3.0.1", |
24 | | - "webpack": "^3.10.0", |
25 | | - "webpack-dev-middleware": "^2.0.4", |
| 24 | + "webpack": "^4.0.1", |
| 25 | + "webpack-cli": "^2.0.9", |
| 26 | + "webpack-dev-middleware": "^2.0.6", |
26 | 27 | "webpack-hot-middleware": "^2.21.0" |
27 | 28 | } |
28 | 29 | } |
0 commit comments