refactor: move babel dependencies to devDependencies

This commit is contained in:
HD
2022-06-17 11:19:06 +08:00
parent 515ee90db8
commit 7ca0099cb0
2 changed files with 11 additions and 10 deletions
+8 -7
View File
@@ -4,7 +4,6 @@
"private": true,
"homepage": "https://privoce.rustchat.com",
"dependencies": {
"@babel/core": "^7.18.5",
"@emoji-mart/data": "^1.0.2",
"@metamask/onboarding": "^1.0.1",
"@microsoft/fetch-event-source": "^2.0.1",
@@ -25,12 +24,6 @@
"@udecode/plate": "^13.0.0",
"@uiball/loaders": "^1.2.6",
"animate.css": "^4.1.1",
"babel-loader": "^8.2.5",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-plugin-polyfill-corejs2": "^0.3.1",
"babel-plugin-polyfill-corejs3": "^0.5.2",
"babel-plugin-polyfill-regenerator": "^0.3.1",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browserslist": "^4.20.4",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
@@ -133,11 +126,19 @@
]
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-private-property-in-object": "^7.17.12",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"babel-loader": "^8.2.5",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-plugin-polyfill-corejs2": "^0.3.1",
"babel-plugin-polyfill-corejs3": "^0.5.2",
"babel-plugin-polyfill-regenerator": "^0.3.1",
"babel-preset-react-app": "^10.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",