chore: remove unused packages

This commit is contained in:
Tristan Yang
2023-08-01 21:12:22 +08:00
parent 5c7b4a22b0
commit 34dcb8d3af
7 changed files with 183 additions and 562 deletions
+3 -9
View File
@@ -14,13 +14,9 @@
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@udecode/plate": "16.8",
"@uiball/loaders": "^1.3.0",
"agora-rtc-sdk-ng": "^4.18.2",
"bfj": "^7.0.2",
"broadcast-channel": "^5.1.0",
"browserslist": "^4.21.10",
"clsx": "^2.0.0",
@@ -68,7 +64,6 @@
"react-use-wizard": "^2.2.3",
"react-viewport-list": "^7.1.1",
"react-virtuoso": "^4.4.2",
"resolve": "^1.22.3",
"rooks": "^7.14.1",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
@@ -101,8 +96,6 @@
"build": "rm -rf build && REACT_APP_BUILD_TIME=$(date +%s) GENERATE_SOURCEMAP=false node scripts/build.js",
"build:release": "rm -rf build && REACT_APP_BUILD_TIME=$(date +%s) REACT_APP_RELEASE=true GENERATE_SOURCEMAP=false node scripts/build.js",
"deploy:demo": "REACT_APP_OFFICIAL_DEMO=true yarn build && gh-pages -d build",
"lint": "lint-staged",
"prepare": "husky install",
"postinstall": "patch-package"
},
"browserslist": {
@@ -129,6 +122,9 @@
"@types/emoji-mart": "^3.0.9",
"@types/masonry-layout": "^4.2.5",
"@types/react-helmet": "^6.1.6",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
@@ -143,8 +139,6 @@
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"md5-file": "^5.0.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.27",