take out unused dependencies
This commit is contained in:
parent
c0a60f9bcc
commit
67b5d9343b
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue