From be78341420d0e08b50366803a98acde8a62596de Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 6 Nov 2022 14:36:12 +0300 Subject: Remove Babel fully --- vnext/package.json | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'vnext/package.json') diff --git a/vnext/package.json b/vnext/package.json index b3259210..52989122 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -16,12 +16,6 @@ "author": "", "license": "AGPL-3.0-or-later", "devDependencies": { - "@babel/core": "7.19.6", - "@babel/eslint-parser": "^7.19.1", - "@babel/eslint-plugin": "^7.19.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/preset-env": "7.19.4", - "@babel/preset-react": "7.18.6", "@swc/core": "^1.3.14", "@swc/jest": "^0.2.23", "@testing-library/jest-dom": "^5.16.5", @@ -29,7 +23,6 @@ "concurrently": "^7.5.0", "cross-env": "^7.0.3", "eslint": "^8.26.0", - "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^27.1.3", "eslint-plugin-jest-dom": "^4.0.2", "eslint-plugin-jsdoc": "^39.6.2", @@ -48,29 +41,7 @@ "stylelint": "^14.14.1", "stylelint-config-standard": "^29.0.0" }, - "babel": { - "plugins": [ - "@babel/plugin-syntax-dynamic-import" - ], - "presets": [ - [ - "@babel/preset-env", - { - "useBuiltIns": "usage", - "corejs": 3, - "shippedProposals": true - } - ], - [ - "@babel/preset-react", - { - "runtime": "automatic" - } - ] - ] - }, "dependencies": { - "@babel/register": "^7.18.9", "axios": "^1.1.3", "axios-cache-interceptor": "^0.10.7", "body-parser": "^1.20.1", -- cgit v1.2.3