Browse Source

chore: remove unused dependencies (#9093)

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/9123/head
Mert E. 4 months ago committed by GitHub
parent
commit
21a5f0e927
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      packages/nc-gui/package.json
  2. 22
      packages/nocodb/package.json
  3. 639
      pnpm-lock.yaml

5
packages/nc-gui/package.json

@ -1,11 +1,12 @@
{ {
"name": "nc-gui", "name": "nc-gui",
"description": "NocoDB Frontend",
"private": true, "private": true,
"description": "NocoDB Frontend",
"author": { "author": {
"name": "NocoDB", "name": "NocoDB",
"url": "https://nocodb.com/" "url": "https://nocodb.com/"
}, },
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/nocodb/nocodb", "homepage": "https://github.com/nocodb/nocodb",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +18,6 @@
"engines": { "engines": {
"node": ">=18.19.1" "node": ">=18.19.1"
}, },
"license": "AGPL-3.0-or-later",
"web-types": "web-types.json", "web-types": "web-types.json",
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",
@ -36,7 +36,6 @@
"postinstall": "nuxt prepare" "postinstall": "nuxt prepare"
}, },
"dependencies": { "dependencies": {
"@braks/revue-draggable": "^0.4.3",
"@ckpack/vue-color": "^1.5.0", "@ckpack/vue-color": "^1.5.0",
"@iconify/vue": "^4.1.2", "@iconify/vue": "^4.1.2",
"@nuxt/image": "^1.3.0", "@nuxt/image": "^1.3.0",

22
packages/nocodb/package.json

@ -45,24 +45,19 @@
"docker:build": "EE=\"true-xc-test\" webpack --config docker/webpack.config.js" "docker:build": "EE=\"true-xc-test\" webpack --config docker/webpack.config.js"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-kafka": "^3.504.0",
"@aws-sdk/client-s3": "^3.504.0", "@aws-sdk/client-s3": "^3.504.0",
"@aws-sdk/lib-storage": "^3.504.0", "@aws-sdk/lib-storage": "^3.504.0",
"@aws-sdk/s3-request-presigner": "^3.504.0", "@aws-sdk/s3-request-presigner": "^3.504.0",
"@google-cloud/storage": "^7.7.0", "@google-cloud/storage": "^7.7.0",
"@graphql-tools/merge": "^6.2.17",
"@jm18457/kafkajs-msk-iam-authentication-mechanism": "^3.1.2", "@jm18457/kafkajs-msk-iam-authentication-mechanism": "^3.1.2",
"@nestjs/bull": "^10.0.1", "@nestjs/bull": "^10.0.1",
"@nestjs/common": "^10.3.8", "@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.1.1", "@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.8", "@nestjs/core": "^10.3.8",
"@nestjs/event-emitter": "^2.0.4", "@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/passport": "^10.0.3", "@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.8", "@nestjs/platform-express": "^10.3.8",
"@nestjs/platform-socket.io": "^10.3.8", "@nestjs/platform-socket.io": "^10.3.8",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/throttler": "^5.1.2", "@nestjs/throttler": "^5.1.2",
"@nestjs/websockets": "^10.3.8", "@nestjs/websockets": "^10.3.8",
"@ntegral/nestjs-sentry": "^4.0.1", "@ntegral/nestjs-sentry": "^4.0.1",
@ -72,13 +67,10 @@
"airtable": "^0.12.2", "airtable": "^0.12.2",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"ajv-formats": "^2.1.1", "ajv-formats": "^2.1.1",
"archiver": "^5.3.2",
"auto-bind": "^4.0.0", "auto-bind": "^4.0.0",
"aws-kcl": "^2.2.6",
"aws-sdk": "^2.1550.0", "aws-sdk": "^2.1550.0",
"axios": "^1.6.8", "axios": "^1.6.8",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"boxen": "^5.1.2", "boxen": "^5.1.2",
"bull": "^4.12.5", "bull": "^4.12.5",
"bullmq": "^1.91.1", "bullmq": "^1.91.1",
@ -99,13 +91,9 @@
"ejs": "^3.1.10", "ejs": "^3.1.10",
"emittery": "^0.13.1", "emittery": "^0.13.1",
"express": "^4.18.3", "express": "^4.18.3",
"extract-zip": "^2.0.1",
"fast-levenshtein": "^2.0.6", "fast-levenshtein": "^2.0.6",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"glob": "^7.2.3", "glob": "^7.2.3",
"graphql": "^15.8.0",
"graphql-depth-limit": "^1.1.0",
"graphql-type-json": "^0.3.2",
"handlebars": "^4.7.8", "handlebars": "^4.7.8",
"html-to-json-parser": "^2.0.1", "html-to-json-parser": "^2.0.1",
"import-fresh": "^3.3.0", "import-fresh": "^3.3.0",
@ -122,12 +110,10 @@
"knex": "2.4.2", "knex": "2.4.2",
"list-github-dir-content": "^3.0.0", "list-github-dir-content": "^3.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"mailersend": "^1.5.0", "mailersend": "^1.5.0",
"marked": "^4.3.0", "marked": "^4.3.0",
"minio": "^7.1.3", "minio": "^7.1.3",
"mkdirp": "^2.1.6", "mkdirp": "^2.1.6",
"morgan": "^1.10.0",
"mssql": "^10.0.2", "mssql": "^10.0.2",
"multer": "^1.4.5-lts.1", "multer": "^1.4.5-lts.1",
"mysql2": "^3.9.7", "mysql2": "^3.9.7",
@ -135,8 +121,6 @@
"nc-help": "0.3.1", "nc-help": "0.3.1",
"nc-lib-gui": "0.251.3", "nc-lib-gui": "0.251.3",
"nc-plugin": "^0.1.3", "nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.4.4", "nestjs-throttler-storage-redis": "^0.4.4",
"nocodb-sdk": "workspace:^", "nocodb-sdk": "workspace:^",
"nodemailer": "^6.9.13", "nodemailer": "^6.9.13",
@ -147,9 +131,7 @@
"papaparse": "^5.4.1", "papaparse": "^5.4.1",
"parse-database-url": "^0.3.0", "parse-database-url": "^0.3.0",
"passport": "^0.7.0", "passport": "^0.7.0",
"passport-auth-token": "^1.0.1",
"passport-custom": "^1.1.1", "passport-custom": "^1.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0", "passport-google-oauth20": "^2.0.0",
"passport-http": "^0.3.0", "passport-http": "^0.3.0",
"passport-jwt": "^4.0.1", "passport-jwt": "^4.0.1",
@ -159,21 +141,17 @@
"reflect-metadata": "^0.2.1", "reflect-metadata": "^0.2.1",
"request-filtering-agent": "^1.1.2", "request-filtering-agent": "^1.1.2",
"request-ip": "^3.3.0", "request-ip": "^3.3.0",
"rmdir": "^1.2.0",
"rxjs": "^7.8.1", "rxjs": "^7.8.1",
"sharp": "^0.33.4", "sharp": "^0.33.4",
"slash": "^3.0.0", "slash": "^3.0.0",
"slug": "^8.2.3", "slug": "^8.2.3",
"socket.io": "^4.7.5", "socket.io": "^4.7.5",
"sql-query-identifier": "^2.6.0",
"sqlite3": "^5.1.7", "sqlite3": "^5.1.7",
"tedious": "^16.6.1", "tedious": "^16.6.1",
"tinycolor2": "^1.6.0", "tinycolor2": "^1.6.0",
"twilio": "^4.23.0", "twilio": "^4.23.0",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"validator": "^13.11.0", "validator": "^13.11.0",
"xc-core-ts": "^0.1.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
}, },
"devDependencies": { "devDependencies": {

639
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save