|
7 | 7 | "start": "npm-run-all --parallel run-server run-webpack-dev-server",
|
8 | 8 | "test": "echo \"Error: no test specified\" && exit 1",
|
9 | 9 | "run-server": "node server/index.js",
|
10 |
| - "run-webpack-dev-server": "webpack-dev-server --mode development --https --cert ./certs/cert.pem --key ./certs/key.pem --hot --inline --progress --colors --watch --compress --content-base ./dist --port 8086 --host 0.0.0.0", |
| 10 | + "run-webpack-dev-server": "webpack-dev-server --mode development --https --cert ./certs/cert.pem --key ./certs/key.pem --hot --inline --progress --colors --watch --compress --content-base ./dist --port 8086 --host 0.0.0.0 --open", |
11 | 11 | "build": "webpack --mode production --progress --colors --config ./webpack.config.js"
|
12 | 12 | },
|
13 | 13 | "repository": {
|
|
29 | 29 | "@material-ui/icons": "^1.1.0",
|
30 | 30 | "bowser": "^1.9.4",
|
31 | 31 | "express": "^4.11.2",
|
32 |
| - "open": "0.0.5", |
33 | 32 | "prop-types": "^15.6.2",
|
34 | 33 | "react": "^16.4.1",
|
35 | 34 | "react-dom": "^16.4.1",
|
36 | 35 | "ws": "^5.2.1"
|
37 | 36 | },
|
38 | 37 | "devDependencies": {
|
39 |
| - "babel-core": "^6.26.3", |
40 |
| - "babel-loader": "^7.1.4", |
41 |
| - "babel-polyfill": "^6.26.0", |
42 |
| - "babel-preset-env": "^1.7.0", |
43 |
| - "babel-preset-es2015": "^6.24.1", |
44 |
| - "babel-preset-react": "^6.24.1", |
45 |
| - "babel-preset-stage-0": "^6.24.1", |
46 |
| - "babel-register": "^6.26.0", |
47 |
| - "babel-runtime": "^6.26.0", |
48 |
| - "css-loader": "^0.28.11", |
| 38 | + "@babel/core": "^7.4.3", |
| 39 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 40 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 41 | + "@babel/preset-env": "^7.4.3", |
| 42 | + "@babel/preset-react": "^7.0.0", |
| 43 | + "@babel/register": "^7.0.0", |
| 44 | + "@babel/runtime": "^7.4.4", |
| 45 | + "babel-loader": "^8.0.5", |
| 46 | + "css-loader": "^3.0.0", |
49 | 47 | "extract-text-webpack-plugin": "^4.0.0-beta.0",
|
50 | 48 | "html-webpack-plugin": "^3.2.0",
|
51 |
| - "less": "^3.0.4", |
52 |
| - "less-loader": "^4.1.0", |
53 | 49 | "npm-run-all": "^4.1.3",
|
54 | 50 | "style-loader": "^0.21.0",
|
55 |
| - "webpack": "^4.14.0", |
56 |
| - "webpack-cli": "^3.0.8", |
57 |
| - "webpack-dev-server": "^3.1.4" |
| 51 | + "webpack": "^4.30.0", |
| 52 | + "webpack-cli": "^3.3.1", |
| 53 | + "webpack-dev-server": "^3.3.1" |
58 | 54 | }
|
59 | 55 | }
|
0 commit comments