diff options
author | crupest <crupest@outlook.com> | 2021-06-03 15:00:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-03 15:00:26 +0800 |
commit | 456341faf13470fc1eed5601e7beeb45e0613f7d (patch) | |
tree | 0e3a0736231e250c7bb6b1597d0409107adef4af /FrontEnd/package.json | |
parent | c7dd16740d7a8953533c895d1bebec0d84f7ec65 (diff) | |
download | timeline-456341faf13470fc1eed5601e7beeb45e0613f7d.tar.gz timeline-456341faf13470fc1eed5601e7beeb45e0613f7d.tar.bz2 timeline-456341faf13470fc1eed5601e7beeb45e0613f7d.zip |
build: Good bye babel!
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index e3bcb58e..c24be5ed 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -58,15 +58,6 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.14.3",
- "@babel/plugin-proposal-class-properties": "^7.12.13",
- "@babel/plugin-proposal-decorators": "^7.14.2",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
- "@babel/plugin-proposal-optional-chaining": "^7.14.2",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.14.4",
- "@babel/preset-react": "^7.13.13",
- "@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.9",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
@@ -83,8 +74,6 @@ "@types/xregexp": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
- "babel-loader": "^8.2.2",
- "babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
@@ -101,6 +90,7 @@ "postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
"react-refresh": "^0.10.0",
+ "react-refresh-typescript": "^2.0.1",
"sass": "^1.34.0",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
@@ -110,7 +100,7 @@ "webpack": "^5.38.1",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.7.0",
- "webpack-dev-server": "^3.11.2",
+ "webpack-dev-server": "^4.0.0-beta.3",
"workbox-webpack-plugin": "^6.1.5"
}
}
|