calckey/packages/backend/package.json

181 lines
4.6 KiB
JSON
Raw Normal View History

2021-11-11 17:02:25 +00:00
{
2022-06-01 02:41:15 +00:00
"name": "backend",
2021-11-11 17:02:25 +00:00
"main": "./index.js",
"private": true,
"type": "module",
2021-11-11 17:02:25 +00:00
"scripts": {
"start": "pnpm node ./built/index.js",
"start:test": "NODE_ENV=test pnpm node ./built/index.js",
2023-06-02 13:55:57 +00:00
"build": "pnpm swc src -d built -D",
"watch": "pnpm swc src -d built -D -w"
2021-11-11 17:02:25 +00:00
},
"optionalDependencies": {
"@swc/core-android-arm64": "1.3.11"
},
2021-11-11 17:02:25 +00:00
"dependencies": {
2023-05-30 02:30:20 +00:00
"@bull-board/api": "5.2.0",
"@bull-board/koa": "5.2.0",
"@bull-board/ui": "5.2.0",
2022-05-31 07:13:41 +00:00
"@elastic/elasticsearch": "7.17.0",
2022-11-04 20:20:18 +00:00
"@koa/cors": "3.4.3",
2023-06-05 21:54:43 +00:00
"@koa/multer": "3.0.2",
2023-01-10 22:14:40 +00:00
"@koa/router": "9.0.1",
"@paralleldrive/cuid2": "2.2.1",
2022-08-13 09:45:29 +00:00
"@peertube/http-signature": "1.7.0",
2023-01-13 04:58:43 +00:00
"@redocly/openapi-core": "1.0.0-beta.120",
2022-05-14 05:57:51 +00:00
"@sinonjs/fake-timers": "9.1.2",
2021-11-11 17:02:25 +00:00
"@syuilo/aiscript": "0.11.1",
"adm-zip": "^0.5.10",
2023-06-05 21:54:43 +00:00
"ajv": "8.12.0",
2022-04-23 03:29:26 +00:00
"archiver": "5.3.1",
2023-03-31 02:19:09 +00:00
"argon2": "^0.30.3",
2023-05-20 02:26:13 +00:00
"async-mutex": "^0.4.0",
2021-11-11 17:02:25 +00:00
"autobind-decorator": "2.4.0",
"autolinker": "4.0.0",
2021-11-11 17:02:25 +00:00
"autwh": "0.1.0",
"aws-sdk": "2.1277.0",
2021-11-11 17:02:25 +00:00
"bcryptjs": "2.4.3",
2022-02-18 15:48:04 +00:00
"blurhash": "1.1.5",
2023-05-31 19:06:26 +00:00
"bull": "4.10.4",
2022-11-19 01:20:34 +00:00
"cacheable-lookup": "7.0.0",
2021-11-11 17:02:25 +00:00
"cbor": "8.1.0",
2022-12-18 19:03:08 +00:00
"chalk": "5.2.0",
2022-03-07 14:51:34 +00:00
"chalk-template": "0.4.0",
2022-07-13 12:37:48 +00:00
"chokidar": "3.5.3",
2021-11-11 17:02:25 +00:00
"cli-highlight": "2.1.11",
"color-convert": "2.0.1",
2022-01-21 08:04:48 +00:00
"content-disposition": "0.5.4",
2023-06-03 07:41:30 +00:00
"date-fns": "2.30.0",
2022-01-21 08:04:48 +00:00
"deep-email-validator": "0.1.21",
2021-11-11 17:02:25 +00:00
"escape-regexp": "0.0.1",
"feed": "4.2.2",
2022-08-13 09:45:29 +00:00
"file-type": "17.1.6",
2021-11-11 17:02:25 +00:00
"fluent-ffmpeg": "2.1.2",
2022-11-16 10:08:33 +00:00
"got": "12.5.3",
2021-11-11 17:02:25 +00:00
"hpagent": "0.1.2",
2023-05-30 02:32:33 +00:00
"ioredis": "5.3.2",
2022-11-16 10:08:33 +00:00
"ip-cidr": "3.0.11",
2022-01-21 08:04:48 +00:00
"is-svg": "4.3.2",
2021-11-11 17:02:25 +00:00
"js-yaml": "4.1.0",
2022-12-18 19:03:08 +00:00
"jsdom": "20.0.3",
2023-06-05 21:54:43 +00:00
"jsonld": "8.2.0",
2022-12-18 19:03:08 +00:00
"jsrsasign": "10.6.1",
"koa": "2.13.4",
"koa-body": "^6.0.1",
2021-11-11 17:02:25 +00:00
"koa-bodyparser": "4.3.0",
"koa-favicon": "2.1.0",
"koa-json-body": "5.3.0",
"koa-logger": "3.2.1",
"koa-mount": "4.0.0",
"koa-remove-trailing-slashes": "2.0.3",
2021-11-11 17:02:25 +00:00
"koa-send": "5.0.1",
"koa-slow": "2.1.0",
"koa-views": "7.0.2",
2023-06-05 21:54:43 +00:00
"meilisearch": "0.33.0",
2023-05-22 04:39:20 +00:00
"mfm-js": "0.23.3",
2022-03-19 10:22:58 +00:00
"mime-types": "2.1.35",
"multer": "1.4.4-lts.1",
2021-11-11 17:02:25 +00:00
"nested-property": "4.0.0",
2023-06-05 21:54:43 +00:00
"node-fetch": "3.3.1",
"nodemailer": "6.9.3",
2022-11-19 01:20:34 +00:00
"oauth": "^0.10.0",
2021-11-11 17:02:25 +00:00
"os-utils": "0.0.14",
"otpauth": "^9.1.2",
2022-12-18 19:03:08 +00:00
"parse5": "7.1.2",
2023-06-05 21:54:43 +00:00
"pg": "8.11.0",
2022-08-13 09:45:29 +00:00
"private-ip": "2.3.4",
2022-02-03 12:09:15 +00:00
"probe-image-size": "7.2.3",
2021-11-11 17:02:25 +00:00
"promise-limit": "2.7.0",
2023-06-05 21:54:43 +00:00
"punycode": "2.3.0",
2023-01-03 17:12:26 +00:00
"pureimage": "0.3.15",
2023-06-05 21:54:43 +00:00
"qrcode": "1.5.3",
"qs": "6.11.2",
2021-11-11 17:02:25 +00:00
"random-seed": "0.3.0",
"ratelimiter": "3.4.1",
2023-06-05 21:54:43 +00:00
"re2": "1.19.0",
2021-11-11 17:02:25 +00:00
"redis-lock": "0.1.4",
"reflect-metadata": "0.1.13",
"rename": "1.0.4",
"rndstr": "1.0.0",
2023-06-05 21:54:43 +00:00
"rss-parser": "3.13.0",
"sanitize-html": "2.10.0",
"semver": "7.5.1",
"sharp": "0.32.1",
"sonic-channel": "^1.3.1",
2021-11-11 17:02:25 +00:00
"stringz": "2.1.0",
"syslog-pro": "1.0.0",
2023-06-05 21:54:43 +00:00
"systeminformation": "5.17.17",
2022-10-27 22:01:38 +00:00
"tesseract.js": "^3.0.3",
2023-01-03 17:12:26 +00:00
"tinycolor2": "1.5.2",
2021-11-11 17:02:25 +00:00
"tmp": "0.2.1",
2022-03-19 10:22:58 +00:00
"twemoji-parser": "14.0.0",
2022-12-18 19:03:08 +00:00
"typeorm": "0.3.11",
2021-11-11 17:02:25 +00:00
"ulid": "2.3.0",
2022-09-10 10:14:07 +00:00
"uuid": "9.0.0",
2023-06-05 21:54:43 +00:00
"web-push": "3.6.1",
2021-11-11 17:02:25 +00:00
"websocket": "1.0.34",
2022-04-17 05:42:13 +00:00
"xev": "3.0.2"
2021-11-11 17:02:25 +00:00
},
"devDependencies": {
2023-04-13 16:43:13 +00:00
"@swc/cli": "^0.1.62",
2023-06-05 21:54:43 +00:00
"@swc/core": "^1.3.62",
"@types/adm-zip": "^0.5.0",
"@types/bcryptjs": "2.4.2",
2022-07-31 13:01:01 +00:00
"@types/bull": "3.15.9",
"@types/cbor": "6.0.0",
"@types/escape-regexp": "0.0.1",
2022-01-21 08:04:48 +00:00
"@types/fluent-ffmpeg": "2.1.20",
"@types/js-yaml": "4.0.5",
2022-11-09 23:55:15 +00:00
"@types/jsdom": "20.0.1",
2022-12-18 19:03:08 +00:00
"@types/jsonld": "1.5.8",
2022-11-04 20:20:18 +00:00
"@types/jsrsasign": "10.5.4",
2022-07-13 12:37:48 +00:00
"@types/koa": "2.13.5",
2022-11-09 23:55:15 +00:00
"@types/koa-bodyparser": "4.3.10",
"@types/koa-cors": "0.0.2",
"@types/koa-favicon": "2.0.21",
"@types/koa-logger": "3.1.2",
2022-11-04 20:20:18 +00:00
"@types/koa-mount": "4.0.2",
"@types/koa-send": "4.1.3",
"@types/koa-views": "7.0.0",
2022-05-31 00:31:24 +00:00
"@types/koa__cors": "3.3.0",
"@types/koa__multer": "2.0.4",
"@types/koa__router": "8.0.11",
2023-01-03 23:43:52 +00:00
"@types/node": "18.11.18",
"@types/node-fetch": "3.0.3",
2023-06-05 21:54:43 +00:00
"@types/nodemailer": "6.4.8",
"@types/oauth": "0.9.1",
2023-05-20 02:26:13 +00:00
"@types/probe-image-size": "^7.2.0",
"@types/punycode": "2.1.0",
2022-08-27 07:34:14 +00:00
"@types/qrcode": "1.5.0",
2023-02-28 16:23:04 +00:00
"@types/qs": "6.9.7",
"@types/random-seed": "0.3.3",
2022-10-27 21:25:31 +00:00
"@types/ratelimiter": "3.4.4",
"@types/redis": "4.0.11",
"@types/rename": "1.0.4",
2023-06-05 21:54:43 +00:00
"@types/sanitize-html": "2.9.0",
"@types/semver": "7.5.0",
2023-01-03 23:43:52 +00:00
"@types/sharp": "0.31.1",
"@types/sinonjs__fake-timers": "8.1.2",
"@types/tinycolor2": "1.4.3",
"@types/tmp": "0.2.3",
"@types/uuid": "8.3.4",
"@types/web-push": "3.3.2",
"@types/websocket": "1.0.5",
2023-06-05 21:54:43 +00:00
"@types/ws": "8.5.4",
"autobind-decorator": "2.4.0",
2021-11-19 05:48:59 +00:00
"cross-env": "7.0.3",
2023-06-05 21:54:43 +00:00
"eslint": "^8.42.0",
2022-06-30 15:21:25 +00:00
"execa": "6.1.0",
"json5": "2.2.3",
"json5-loader": "4.0.1",
"strict-event-emitter-types": "2.0.0",
"swc-loader": "^0.2.3",
2023-06-05 21:54:43 +00:00
"ts-loader": "9.4.3",
"ts-node": "10.9.1",
2023-06-05 21:54:43 +00:00
"tsconfig-paths": "4.2.0",
"typescript": "5.1.3",
"webpack": "^5.85.1",
"ws": "8.13.0"
2021-11-11 17:02:25 +00:00
}
}