diff options
author | crupest <crupest@outlook.com> | 2021-05-17 20:29:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-17 20:29:46 +0800 |
commit | f8f87526645ee067d767bf2a322539454380e52e (patch) | |
tree | e45fbe06769e244f8a00a7b86c50a5dc37eb428d | |
parent | 537538f020f855faf1d721aea4620987388d5680 (diff) | |
download | timeline-f8f87526645ee067d767bf2a322539454380e52e.tar.gz timeline-f8f87526645ee067d767bf2a322539454380e52e.tar.bz2 timeline-f8f87526645ee067d767bf2a322539454380e52e.zip |
build: Remove unused packages.
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 4c175255..a6db1770 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -83,7 +83,6 @@ "@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
- "@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
@@ -96,7 +95,6 @@ "eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
- "http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.2.15",
"postcss-loader": "^5.3.0",
|