|
33 | 33 | "react-router-dom": "^5.1.2"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@babel/core": "^7.2.0", |
37 |
| - "@babel/plugin-proposal-class-properties": "^7.2.1", |
38 |
| - "@babel/plugin-proposal-decorators": "^7.2.0", |
39 |
| - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
40 |
| - "@babel/preset-env": "^7.2.0", |
41 |
| - "@babel/preset-react": "^7.0.0", |
42 |
| - "@babel/preset-typescript": "^7.1.0", |
| 36 | + "@babel/core": "^7.12.10", |
| 37 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 38 | + "@babel/plugin-proposal-decorators": "^7.12.1", |
| 39 | + "@babel/preset-env": "^7.12.11", |
| 40 | + "@babel/preset-react": "^7.12.10", |
| 41 | + "@babel/preset-typescript": "^7.12.7", |
43 | 42 | "@types/echarts": "^4.1.3",
|
44 | 43 | "@types/quill": "^2.0.1",
|
45 | 44 | "@types/react": "^16.7.7",
|
46 | 45 | "@types/react-dom": "^16.0.10",
|
47 | 46 | "@types/react-router-dom": "^4.3.1",
|
48 | 47 | "@typescript-eslint/eslint-plugin": "^4.10.0",
|
49 | 48 | "@typescript-eslint/parser": "^4.10.0",
|
50 |
| - "babel-loader": "^8.0.4", |
51 |
| - "clean-webpack-plugin": "^0.1.19", |
| 49 | + "babel-loader": "^8.2.2", |
52 | 50 | "copy-webpack-plugin": "^7.0.0",
|
53 | 51 | "css-loader": "^5.0.1",
|
54 | 52 | "eslint": "^7.15.0",
|
55 | 53 | "eslint-plugin-react": "^7.21.5",
|
56 |
| - "html-webpack-plugin": "^4.5.0", |
| 54 | + "html-webpack-plugin": "^5.0.0-alpha.17", |
57 | 55 | "husky": "^4.3.6",
|
58 | 56 | "lint-staged": "^10.5.3",
|
59 | 57 | "mini-css-extract-plugin": "^1.3.3",
|
60 | 58 | "node-sass": "^5.0.0",
|
61 |
| - "optimize-css-assets-webpack-plugin": "^5.0.1", |
| 59 | + "optimize-css-assets-webpack-plugin": "^5.0.4", |
62 | 60 | "postcss-loader": "^4.1.0",
|
63 | 61 | "postcss-preset-env": "^6.7.0",
|
64 | 62 | "sass-loader": "^10.1.0",
|
65 | 63 | "style-loader": "^2.0.0",
|
66 | 64 | "stylelint": "^13.8.0",
|
67 | 65 | "stylelint-config-standard": "^20.0.0",
|
68 |
| - "typescript": "^3.6.4", |
69 |
| - "uglifyjs-webpack-plugin": "^2.0.1", |
70 |
| - "url-loader": "^1.1.2", |
| 66 | + "terser-webpack-plugin": "^5.0.3", |
| 67 | + "typescript": "^4.1.3", |
| 68 | + "url-loader": "^4.1.1", |
71 | 69 | "webpack": "^5.10.3",
|
72 | 70 | "webpack-cli": "^3.3.12",
|
73 | 71 | "webpack-dev-server": "^3.11.0",
|
74 |
| - "webpack-manifest-plugin": "^2.0.4", |
75 | 72 | "webpack-merge": "^5.7.2",
|
76 | 73 | "workbox-webpack-plugin": "^6.0.2"
|
77 | 74 | },
|
|
0 commit comments