take out unused dependencies

This commit is contained in:
Silas 2021-11-26 15:12:10 -05:00
parent c0a60f9bcc
commit 67b5d9343b
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
2 changed files with 4770 additions and 1588 deletions

6342
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,12 +45,7 @@
},
"dependencies": {
"polished": "^4.1.3",
"styled-components": "^5.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"react-svg": "^14.0.13",
"web-vitals": "^1.0.1"
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
@ -62,14 +57,13 @@
"@storybook/react": "^6.3.8",
"@types/styled-components": "^5.1.14",
"cross-env": "^7.0.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.0",
"typescript": "^4.2.0"
"typescript": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3"
},
"files": [
"dist",