Skip to content

Commit 67e049f

Browse files
committed
chore: remove unused dependencies
1 parent 3d04988 commit 67e049f

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

package.json

+2-19
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"dependencies": {
3838
"@loadable/component": "^5.14.1",
3939
"@tableflip/react-dropdown": "^1.3.0",
40-
"@tableflip/react-inspector": "^2.3.0",
4140
"brace": "^0.11.1",
4241
"change-case": "^3.1.0",
4342
"chart.js": "^2.9.4",
@@ -92,28 +91,20 @@
9291
"react-i18next": "^11.15.3",
9392
"react-identicons": "^1.2.4",
9493
"react-joyride": "^2.3.0",
95-
"react-loadable": "^5.5.0",
9694
"react-overlays": "^2.1.1",
97-
"react-router-dom": "^5.2.0",
9895
"react-scripts": "5.0.1",
99-
"react-spring": "^8.0.27",
100-
"react-test-renderer": "^16.13.1",
10196
"react-virtualized": "^9.21.2",
10297
"redux-bundler": "^26.1.0",
10398
"redux-bundler-react": "^1.2.0",
104-
"simplify-number": "^1.0.0",
10599
"tachyons": "^4.12.0",
106100
"topojson": "^3.0.2",
107101
"uint8arrays": "2.1.2",
108-
"video-extensions": "^1.2.0",
109-
"window-or-global": "^1.0.1",
110-
"window.ipfs-fallback": "^1.2.1"
102+
"window-or-global": "^1.0.1"
111103
},
112104
"devDependencies": {
113105
"@babel/core": "^7.18.9",
114106
"@babel/eslint-parser": "^7.18.9",
115107
"@babel/preset-react": "^7.18.6",
116-
"@mapbox/node-pre-gyp": "^1.0.9",
117108
"@olizilla/lol": "2.0.0",
118109
"@playwright/test": "^1.24.0",
119110
"@semantic-release/changelog": "^6.0.1",
@@ -128,7 +119,6 @@
128119
"@storybook/addon-links": "^5.3.19",
129120
"@storybook/addons": "^5.3.19",
130121
"@storybook/react": "^5.3.19",
131-
"@svgr/cli": "^5.4.0",
132122
"@types/node": "^14.0.27",
133123
"@types/path-browserify": "^1.0.0",
134124
"@typescript-eslint/eslint-plugin": "^5.30.7",
@@ -138,7 +128,6 @@
138128
"basic-auth": "^2.0.1",
139129
"big.js": "^5.2.2",
140130
"bundlesize": "0.18.1",
141-
"commander": "^9.4.0",
142131
"conventional-changelog-conventionalcommits": "^5.0.0",
143132
"cross-env": "^6.0.3",
144133
"dnslink-dnsimple": "1.0.1",
@@ -150,31 +139,25 @@
150139
"eslint-plugin-jsx-a11y": "^6.6.0",
151140
"eslint-plugin-node": "^11.1.0",
152141
"eslint-plugin-promise": "^6.0.0",
153-
"eslint-plugin-standard": "^4.1.0",
154-
"fake-indexeddb": "^3.1.2",
155142
"get-port": "^5.1.1",
156143
"go-ipfs": "0.14.0",
157144
"http-proxy": "^1.18.1",
158145
"http-server": "^0.12.3",
159146
"ipfs": "0.58.3",
160147
"ipfsd-ctl": "^7.2.0",
161-
"is-pull-stream": "0.0.0",
162148
"jest": "^28.1.3",
163-
"jest-process-manager": "^0.3.1",
164149
"jest-watch-typeahead": "^2.0.0",
165150
"multihashing-async": "^1.0.0",
166151
"npm-run-all": "^4.1.5",
167152
"os-browserify": "^0.3.0",
168153
"path-browserify": "^1.0.1",
169-
"playwright-chromium": "^1.24.0",
170154
"react-app-rewired": "^2.2.1",
171155
"run-script-os": "^1.1.6",
172156
"semantic-release": "^19.0.3",
173157
"shx": "^0.3.3",
174158
"stream-browserify": "^3.0.0",
175159
"typescript": "^4.1.3",
176-
"webpack-bundle-analyzer": "^3.8.0",
177-
"webpack-manifest-plugin": "^5.0.0"
160+
"webpack-bundle-analyzer": "^3.8.0"
178161
},
179162
"homepage": "./",
180163
"bundlesize": [

0 commit comments

Comments
 (0)