|
10 | 10 | "vscode": "npm-run-all vscode:*", |
11 | 11 | "packages:install": "cd ./packages && yarn", |
12 | 12 | "postinstall": "npm-run-all --parallel vscode packages:install", |
13 | | - "start": "node fuse.js", |
| 13 | + "start": "webpack-dev-server --hot --config ./webpack.config.app.js", |
14 | 14 | "test": "cd ./packages && yarn test" |
15 | 15 | }, |
16 | 16 | "devDependencies": { |
17 | 17 | "@types/node": "^10.12.18", |
18 | | - "fuse-box": "^3.6.0", |
| 18 | + "crypto-browserify": "^3.12.0", |
| 19 | + "css-loader": "^2.1.0", |
| 20 | + "file-loader": "^3.0.1", |
| 21 | + "fork-ts-checker-webpack-plugin": "^0.5.2", |
| 22 | + "happypack": "^5.0.1", |
| 23 | + "html-webpack-plugin": "^3.2.0", |
| 24 | + "http-browserify": "^1.7.0", |
| 25 | + "mini-css-extract-plugin": "^0.5.0", |
19 | 26 | "node-sass": "^4.11.0", |
20 | 27 | "npm-run-all": "^4.1.5", |
21 | | - "typescript": "^3.2.2" |
| 28 | + "os-browserify": "^0.3.0", |
| 29 | + "preload-webpack-plugin": "^3.0.0-beta.2", |
| 30 | + "sass-loader": "^7.1.0", |
| 31 | + "style-loader": "^0.23.1", |
| 32 | + "ts-loader": "^5.3.3", |
| 33 | + "typescript": "^3.2.2", |
| 34 | + "uglifyjs-webpack-plugin": "^2.1.1", |
| 35 | + "webpack": "^4.28.4", |
| 36 | + "webpack-bundle-analyzer": "^3.0.3", |
| 37 | + "webpack-cli": "^3.2.1", |
| 38 | + "webpack-dev-server": "^3.1.14", |
| 39 | + "write-file-webpack-plugin": "^4.5.0" |
22 | 40 | } |
23 | 41 | } |
0 commit comments