delete unneccessary libraries
This commit is contained in:
parent
2f772dc1dc
commit
ad4007feb7
File diff suppressed because it is too large
Load Diff
|
@ -11,14 +11,15 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.5.0",
|
"axios": "^1.5.0",
|
||||||
"localforage": "^1.10.0",
|
"chai": "^4.3.8",
|
||||||
|
"chai-http": "^4.4.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^3.4.3",
|
"luxon": "^3.4.3",
|
||||||
"match-sorter": "^6.3.1",
|
"mocha": "^10.2.0",
|
||||||
|
"pino": "^8.15.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-router-dom": "^6.15.0",
|
"react-router-dom": "^6.15.0"
|
||||||
"sort-by": "^1.2.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.2.15",
|
"@types/react": "^18.2.15",
|
||||||
|
|
Loading…
Reference in New Issue