|
34 | 34 | "tslib": "1.9.3", |
35 | 35 | "color-hash": "1.0.3", |
36 | 36 | "vue": "2.5.16", |
37 | | - "vue-hot-reload-api": "2.3.0" |
| 37 | + "vue-hot-reload-api": "2.3.0", |
| 38 | + "express": "4.16.3", |
| 39 | + "install": "0.12.1", |
| 40 | + "marksy": "6.0.3", |
| 41 | + "npm": "6.3.0", |
| 42 | + "page": "1.8.6", |
| 43 | + "prismjs": "1.15.0" |
38 | 44 | }, |
39 | 45 | "devDependencies": { |
40 | 46 | "@types/jest": "23.1.4", |
41 | 47 | "@types/react": "16.4.6", |
42 | 48 | "@types/react-dom": "16.0.6", |
43 | 49 | "commitizen": "^2.10.1", |
44 | | - "concurrently": "^3.6.0", |
| 50 | + "concurrently": "3.6.1", |
45 | 51 | "cz-customizable": "^5.2.0", |
46 | 52 | "cz-customizable-ghooks": "^1.5.0", |
47 | 53 | "eslint": "^5.0.1", |
|
55 | 61 | "eslint-plugin-react": "^7.10.0", |
56 | 62 | "eslint-plugin-standard": "^3.1.0", |
57 | 63 | "eslint-plugin-typescript": "^0.12.0", |
58 | | - "html-webpack-plugin": "^3.2.0", |
| 64 | + "html-webpack-plugin": "3.2.0", |
59 | 65 | "husky": "^0.14.3", |
60 | 66 | "jest": "23.3.0", |
61 | 67 | "lint-staged": "^7.2.0", |
|
71 | 77 | "typescript-eslint-parser": "^16.0.1", |
72 | 78 | "webpack": "4.15.1", |
73 | 79 | "webpack-cli": "3.0.8", |
74 | | - "webpack-dev-server": "^3.1.4", |
| 80 | + "webpack-dev-server": "3.1.5", |
75 | 81 | "url-loader": "1.0.1", |
76 | 82 | "@vue/component-compiler-utils": "2.1.0", |
77 | 83 | "parcel-bundler": "1.9.7", |
78 | 84 | "jsdom": "11.12.0", |
79 | 85 | "vue": "2.5.16", |
80 | | - "vue-template-compiler": "2.5.16" |
| 86 | + "vue-template-compiler": "2.5.16", |
| 87 | + "raw-loader": "0.5.1" |
81 | 88 | }, |
82 | 89 | "lint-staged": { |
83 | 90 | "*.{js,ts,tsx}": [ |
|
0 commit comments