Skip to content

Commit 1f1180b

Browse files
committed
Remove unused dependencies
1 parent b74420c commit 1f1180b

File tree

2 files changed

+50
-1265
lines changed

2 files changed

+50
-1265
lines changed

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,13 @@
1212
"doc": "docs"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.20.7",
1615
"@babel/core": "^7.20.12",
17-
"@babel/plugin-transform-runtime": "^7.19.6",
18-
"@babel/plugin-transform-typescript": "^7.20.13",
1916
"@babel/preset-env": "^7.20.2",
20-
"@babel/preset-react": "^7.18.6",
21-
"@babel/types": "^7.20.7",
2217
"@types/jest": "^29.5.14",
2318
"@types/node": "^22.7.5",
2419
"@types/react": "^18.3.18",
2520
"@types/react-dom": "^18.3.5",
2621
"@types/turbolinks": "^5.2.2",
27-
"@types/webpack-env": "^1.18.4",
2822
"@typescript-eslint/eslint-plugin": "^6.18.1",
2923
"@typescript-eslint/parser": "^6.18.1",
3024
"concurrently": "^8.2.2",
@@ -35,24 +29,19 @@
3529
"eslint-plugin-import": "^2.29.1",
3630
"eslint-plugin-jsx-a11y": "^6.8.0",
3731
"eslint-plugin-prettier": "^3.4.1",
38-
"eslint-plugin-react": "^7.33.2",
3932
"jest": "^29.7.0",
4033
"jest-environment-jsdom": "^29.7.0",
41-
"jsdom": "^22.1.0",
4234
"knip": "^5.43.1",
4335
"nps": "^5.9.3",
4436
"prettier": "^2.8.8",
45-
"prettier-eslint-cli": "^5.0.0",
4637
"prop-types": "^15.8.1",
4738
"react": "^19.0.0",
4839
"react-dom": "^19.0.0",
49-
"react-transform-hmr": "^1.0.4",
5040
"redux": "^4.2.1",
5141
"ts-jest": "^29.2.5",
5242
"typescript": "^5.6.2"
5343
},
5444
"dependencies": {
55-
"@babel/runtime-corejs3": "^7.12.5"
5645
},
5746
"peerDependencies": {
5847
"react": ">= 16",

0 commit comments

Comments
 (0)