Skip to content

Commit b1dffb5

Browse files
committed
Remove Rollup and most Babel packages
1 parent cdc3202 commit b1dffb5

File tree

2 files changed

+22
-708
lines changed

2 files changed

+22
-708
lines changed

package.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,7 @@
5656
"tsc": "tsc"
5757
},
5858
"devDependencies": {
59-
"@babel/cli": "^7.18.10",
6059
"@babel/core": "^7.19.0",
61-
"@babel/eslint-parser": "^7.18.9",
62-
"@babel/node": "^7.18.10",
63-
"@babel/plugin-external-helpers": "^7.18.6",
64-
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
65-
"@babel/plugin-transform-runtime": "^7.18.10",
66-
"@babel/preset-env": "^7.19.0",
67-
"@babel/preset-flow": "^7.18.6",
68-
"@babel/preset-typescript": "^7.18.6",
69-
"@babel/register": "^7.18.9",
70-
"@rollup/plugin-babel": "^6",
71-
"@rollup/plugin-node-resolve": "^15.0.1",
72-
"@rollup/plugin-replace": "^5.0.0",
73-
"@rollup/plugin-terser": "^0.4.0",
7460
"@types/node": "^18.7.16",
7561
"@typescript-eslint/eslint-plugin": "^5.36.2",
7662
"@typescript-eslint/parser": "^5.36.2",
@@ -79,30 +65,17 @@
7965
"eslint": "^8.23.0",
8066
"eslint-config-react-app": "^7.0.1",
8167
"eslint-import-resolver-typescript": "^3.5.1",
82-
"eslint-plugin-flowtype": "^8.0.3",
8368
"eslint-plugin-import": "^2.26.0",
84-
"eslint-plugin-jsx-a11y": "^6.6.1",
8569
"eslint-plugin-react": "^7.31.8",
8670
"eslint-plugin-react-hooks": "^4.6.0",
8771
"glob": "^8.0.3",
8872
"netlify-plugin-cache": "^1.0.3",
8973
"prettier": "^2.7.1",
9074
"rimraf": "^3.0.2",
91-
"rollup": "^3.12.0",
92-
"rollup-plugin-typescript2": "^0.34.1",
9375
"rxjs": "^7.5.6",
9476
"tsup": "^6.7.0",
9577
"typescript": "^4.8.3",
9678
"vitest": "^0.27.2"
9779
},
98-
"npmName": "redux",
99-
"npmFileMap": [
100-
{
101-
"basePath": "/dist/",
102-
"files": [
103-
"*.js"
104-
]
105-
}
106-
],
10780
"sideEffects": false
10881
}

0 commit comments

Comments
 (0)