Skip to content

Commit

Permalink
fix: removed unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theshadowagent committed Feb 21, 2022
1 parent 097ad9d commit 5c74ac9
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@
"module": "build/index.es.js",
"dependencies": {
"@3rdweb/hooks": "^1.9.2",
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.4.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"node-polyfill-webpack-plugin": "^1.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"typescript": "^4.4.2"
"@mui/material": "^5.4.1"
},
"peerDependencies": {
"react": ">=16.8 || ^17 || ^18"
},
"scripts": {
"dev": "craco start",
Expand Down Expand Up @@ -70,7 +64,16 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"typescript-plugin-css-modules": "^3.4.0"
"typescript-plugin-css-modules": "^3.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"@craco/craco": "^6.4.3",
"typescript": "^4.4.2",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/node": "^16.7.13",
"node-polyfill-webpack-plugin": "^1.1.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5c74ac9

Please sign in to comment.