chore: remove unused files

This commit is contained in:
Tristan Yang
2022-07-01 18:28:17 +08:00
parent b59e3fd1ac
commit 6083040e2b
3 changed files with 490 additions and 702 deletions
+7 -21
View File
@@ -9,20 +9,16 @@
"@microsoft/fetch-event-source": "^2.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@react-oauth/google": "^0.2.6",
"@reduxjs/toolkit": "^1.8.2",
"@reduxjs/toolkit": "^1.8.3",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@tippyjs/react": "^4.2.6",
"@toast-ui/editor": "^3.1.7",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.0.0",
"@toast-ui/react-editor": "^3.1.7",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.41",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@udecode/plate": "^13.5.0",
"@udecode/plate": "^13.8.0",
"@uiball/loaders": "^1.2.6",
"animate.css": "^4.1.1",
"bfj": "^7.0.2",
@@ -57,8 +53,6 @@
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroller": "^1.2.6",
"react-linkify": "^1.0.0-alpha",
"react-pdf": "^5.7.2",
"react-redux": "^8.0.2",
@@ -67,9 +61,8 @@
"react-scripts": "^5.0.1",
"react-string-replace": "^1.1.0",
"react-textarea-autosize": "^8.3.4",
"react-window": "^1.8.7",
"resolve": "^1.22.1",
"rooks": "^5.11.2",
"rooks": "^5.11.6",
"semver": "^7.3.7",
"slate": "^0.81.1",
"slate-history": "^0.66.0",
@@ -78,12 +71,12 @@
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.1",
"swiper": "^8.2.5",
"swiper": "^8.2.6",
"terser-webpack-plugin": "^5.3.3",
"tippy.js": "^6.3.7",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-dev-server": "^4.9.2",
"webpack-dev-server": "^4.9.3",
"webpack-manifest-plugin": "^5.0.0",
"workbox-background-sync": "^6.5.3",
"workbox-broadcast-update": "^6.5.3",
@@ -98,9 +91,6 @@
"workbox-streams": "^6.5.3",
"workbox-webpack-plugin": "^6.5.3"
},
"resolutions": {
"prosemirror-tables": "^1.1.1"
},
"scripts": {
"start": "REACT_APP_BUILD_TIME=$(date +%s) node scripts/start.js",
"build": "rm -rf build && REACT_APP_BUILD_TIME=$(date +%s) GENERATE_SOURCEMAP=false node scripts/build.js",
@@ -128,7 +118,6 @@
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/emoji-mart": "^3.0.9",
@@ -140,13 +129,10 @@
"@typescript-eslint/parser": "^5.30.0",
"babel-loader": "^8.2.5",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-plugin-polyfill-corejs2": "^0.3.1",
"babel-plugin-polyfill-corejs3": "^0.5.2",
"babel-plugin-polyfill-regenerator": "^0.3.1",
"babel-preset-react-app": "^10.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^4.0.0",