|
29 | 29 | },
|
30 | 30 | "main": "index.js",
|
31 | 31 | "dependencies": {
|
32 |
| - "chalk": "^2.4.1", |
33 |
| - "clipboardy": "^1.2.3", |
34 |
| - "compression": "^1.7.3", |
35 |
| - "cross-env": "^5.2.0", |
36 |
| - "express": "^4.16.4", |
37 |
| - "fs-extra": "^7.0.0", |
38 |
| - "hash-sum": "^1.0.2", |
39 |
| - "loader-utils": "^1.1.0", |
40 |
| - "lru-cache": "^4.1.3", |
41 |
| - "memory-fs": "^0.4.1", |
42 |
| - "portfinder": "^1.0.17", |
| 32 | + "chalk": "^2.4.2", |
| 33 | + "clipboardy": "^2.1.0", |
| 34 | + "compression": "^1.7.4", |
| 35 | + "cross-env": "^6.0.3", |
| 36 | + "express": "^4.17.1", |
| 37 | + "fs-extra": "^8.1.0", |
| 38 | + "hash-sum": "^2.0.0", |
| 39 | + "loader-utils": "^1.2.3", |
| 40 | + "lru-cache": "^5.1.1", |
| 41 | + "memory-fs": "^0.5.0", |
| 42 | + "portfinder": "^1.0.25", |
43 | 43 | "querystring": "^0.2.0",
|
44 |
| - "rimraf": "^2.6.2", |
| 44 | + "rimraf": "^3.0.0", |
45 | 45 | "serve-favicon": "^2.5.0",
|
46 |
| - "webpack-dev-middleware": "^3.4.0", |
47 |
| - "webpack-hot-middleware": "^2.24.3", |
48 |
| - "webpack-merge": "^4.1.4", |
| 46 | + "webpack-dev-middleware": "^3.7.2", |
| 47 | + "webpack-hot-middleware": "^2.25.0", |
| 48 | + "webpack-merge": "^4.2.2", |
49 | 49 | "webpack-node-externals": "^1.7.2",
|
50 |
| - "webpackbar": "^2.6.3" |
| 50 | + "webpackbar": "^4.0.0" |
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "eslint": "^4.13.1", |
54 |
| - "eslint-config-standard": "^11.0.0", |
| 53 | + "eslint": "^5.0.0", |
| 54 | + "eslint-config-standard": "^14.0.0", |
55 | 55 | "eslint-plugin-import": "^2.13.0",
|
56 |
| - "eslint-plugin-node": "^7.0.1", |
57 |
| - "eslint-plugin-promise": "^3.8.0", |
58 |
| - "eslint-plugin-standard": "^3.1.0", |
| 56 | + "eslint-plugin-node": "^10.0.0", |
| 57 | + "eslint-plugin-promise": "^4.0.0", |
| 58 | + "eslint-plugin-standard": "^4.0.0", |
59 | 59 | "vuepress": "^0.14.8"
|
60 | 60 | },
|
61 | 61 | "peerDependencies": {
|
62 |
| - "@vue/cli-service": "^3.0.0", |
63 |
| - "@vue/cli-shared-utils": "^3.0.0", |
| 62 | + "@vue/cli-service": ">=3.0.0", |
| 63 | + "@vue/cli-shared-utils": ">=3.0.0", |
64 | 64 | "vue": "^2.6.0",
|
65 | 65 | "vue-server-renderer": "^2.6.0",
|
66 | 66 | "webpack": "^4.0.0"
|
|
0 commit comments