Comment out unused Card html, remove unused react-icons-all-files pkg, remove fuse.js

This commit is contained in:
Xevion
2023-02-16 14:30:22 -06:00
parent 3cf51db942
commit 9c5627935a
3 changed files with 4 additions and 22 deletions

View File

@@ -10,10 +10,8 @@
},
"dependencies": {
"@loadable/component": "^5.15.3",
"@react-icons/all-files": "^4.1.0",
"babel-plugin-codegen": "^4.1.5",
"babel-plugin-macros": "^3.1.0",
"fuse.js": "^6.6.2",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -28,8 +26,8 @@
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.26",
"@types/react-no-ssr": "^1.1.3",
"@types/react-dom": "^18.0.10",
"@types/react-no-ssr": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"autoprefixer": "^10.4.7",