|
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | 57 | "@babel/core": "^7.4.3", |
| 58 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 59 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 60 | + "@babel/plugin-transform-runtime": "^7.12.1", |
58 | 61 | "@babel/preset-env": "^7.4.3", |
59 | 62 | "@babel/preset-react": "^7.0.0", |
| 63 | + "@babel/preset-typescript": "^7.12.1", |
60 | 64 | "@bndynet/header-injection-webpack-plugin": "^4.0.1", |
| 65 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", |
61 | 66 | "@types/classnames": "^2.2.6", |
62 | 67 | "@types/lodash-es": "^4.17.3", |
63 | 68 | "@types/react": "^16.8.17", |
|
70 | 75 | "@typescript-eslint/eslint-plugin": "^1.9.0", |
71 | 76 | "@typescript-eslint/parser": "^1.9.0", |
72 | 77 | "autoprefixer": "^9.5.0", |
73 | | - "awesome-typescript-loader": "^5.2.1", |
74 | 78 | "babel-loader": "^8.0.4", |
75 | 79 | "base-href-webpack-plugin": "^2.0.0", |
76 | 80 | "clean-webpack-plugin": "^1.0.1", |
|
91 | 95 | "postcss-loader": "^3.0.0", |
92 | 96 | "prettier": "^1.17.1", |
93 | 97 | "print-time-webpack": "^2.0.3", |
| 98 | + "react-refresh": "^0.9.0", |
94 | 99 | "redux-devtools-extension": "^2.13.8", |
95 | 100 | "redux-logger": "^3.0.6", |
96 | 101 | "sass-loader": "^7.0.1", |
|
0 commit comments