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 | 84cfdc6328d1fe5b0c6e169ae577d1e34f053255 (patch) | |
tree | a88bf011a156d178f853f023e9158d8c9d245f4d /FrontEnd/package.json | |
parent | 1482486dd4cc8b452a38603a1fe14e763a19550b (diff) | |
download | timeline-84cfdc6328d1fe5b0c6e169ae577d1e34f053255.tar.gz timeline-84cfdc6328d1fe5b0c6e169ae577d1e34f053255.tar.bz2 timeline-84cfdc6328d1fe5b0c6e169ae577d1e34f053255.zip |
build: Remove unused packages.
Diffstat (limited to 'FrontEnd/package.json')
-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",
|