fix: delete unused dependencies (#4231)

* chore: delete unused vue-cli dependencies

* remove babel

* remove stub types
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2022-09-29 17:31:33 +02:00 committed by GitHub
parent 40795d6adf
commit 737cbf9694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1 additions and 8783 deletions

8749
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -68,7 +68,6 @@
"@types/connect-history-api-fallback": "^1.3.1",
"@types/convict": "^4.2.1",
"@types/cookie-parser": "^1.4.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.6",
"@types/jest": "^27.4.0",
"@types/json-diff": "^0.5.1",
@ -83,7 +82,6 @@
"@types/lodash.split": "^4.4.7",
"@types/lodash.unset": "^4.5.7",
"@types/node": "^16.11.22",
"@types/open": "^6.1.0",
"@types/parseurl": "^1.3.1",
"@types/passport-jwt": "^3.0.6",
"@types/psl": "^1.1.0",

View file

@ -6,7 +6,6 @@ storybook-static
.storybook
.browserslistrc
babel.config.js
gulpfile.js
jest.config.js
vite.config.ts

View file

@ -1,6 +0,0 @@
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
plugins: [
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
],
};

View file

@ -30,7 +30,6 @@
"core-js": "3.x"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
@ -44,9 +43,6 @@
"@testing-library/vue": "^5.8.2",
"@types/markdown-it": "^12.2.3",
"@types/sanitize-html": "^2.6.2",
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/test-utils": "^1.0.3",
"babel-loader": "^8.2.2",
"c8": "7.11.0",
"core-js": "^3.6.5",
"eslint": "^8.0.0",

View file

@ -3,7 +3,6 @@
!dist
.browserslistrc
babel.config.js
jest.config.js
postcss.config.js
vue.config.js

View file

@ -1,13 +0,0 @@
module.exports = {
// TODO: Find proper solution. Deactivated as it causes problems with quill. Error occurs when clicking in property field which has expression.
// presets: [
// '@vue/app'
// ]
// transpileDependencies: [
// /\/node_modules\/quill/
// ]
plugins: [
"@babel/plugin-proposal-class-properties",
],
};
// // https://stackoverflow.com/questions/44625868/es6-babel-class-constructor-cannot-be-invoked-without-new

View file

@ -84,13 +84,7 @@
"@types/quill": "^2.0.1",
"@types/uuid": "^8.3.2",
"@vitejs/plugin-legacy": "^1.8.2",
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-typescript": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"@vue/test-utils": "^1.0.3",
"@yfwz100/vite-plugin-vue2-i18n": "^1.0.0-2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"c8": "^7.12.0",
"cross-env": "^7.0.2",
"eslint": "^8.0.0",

View file

@ -722,8 +722,6 @@
"@types/lossless-json": "^1.0.0",
"@types/mailparser": "^2.7.3",
"@types/mime-types": "^2.1.0",
"@types/moment-timezone": "^0.5.12",
"@types/mqtt": "^2.5.0",
"@types/mssql": "^6.0.2",
"@types/node": "^16.11.22",
"@types/nodemailer": "^6.4.0",