mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-06 02:33:08 +02:00
bdbc448d13
* Yarn berry
* Add `.yarn` to dockerignore
* Mention in CHANGELOG
* Update Dockerfile
* Proper upgrade to yarn
* use `"packageManager"`
* Replace `install-packages.js` with workspaces
* Replace `install-packages.js` with workspaces
* Typo
* `corepack enable` for linting
* Remove `packages/*/yarn.lock`
* Improve lint workflow
* Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add `eslint`
* Regenerate yarn.lock
* 🙏
* Update lint.yml
🤔
* Fix workflow!
* yarn lint my beloved
* corepack enable for mocha/e2e
* Update CHANGELOG.md
* fix the code that depends on node_modules
* tbh
* tbh
* More yarn workspaces stuff
* 🍀
* Change `browser-image-resizer`
* :finnadie:
* :goberserk:
* :godmode:
* Remove yarnrc for workspaces
* 🙏
* Add proper packages for eslint
* Skip extra install
* New steps for test.yml too
* uhh
* Update .dockerignore
* Update lint.yml
* Update test.yml
* Make client/backend lints seperate workflows
* package.json names
* pnpm = dont change paths
* Fix changelog
* :bowtie:
* I don't know why github workflows hates me...
* test
* ?????
* continue-on-error: true
* Fix yarn.lock
Co-authored-by: ishowta <ishowta@gmail.com>
* add @rollup/pluginutils
* add packageExtensions for chartjs_date-fns
Co-authored-by: acid-chicken <root@acid-chicken.com>
* npm run => yarn
* wip
* yarn node => node
依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない
* fix
* fix http-signature
* fix
* fix
* add packageExtensions
* ✌️
* remove `yarn set version berry`
* yarn install --immutable
Co-authored-by: ishowta <ishowta@gmail.com>
* https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892
* enable actions/setup-node's global cache
* Update .gitignore
Co-authored-by: iwata <ishowta@gmail.com>
* revival gulp build
66ab7591bf (r885899944)
* fix lockfile
* Update packages/backend/package.json
Co-authored-by: iwata <ishowta@gmail.com>
* remove packagemanager
* `yarn run gulp` in `build` instead of just `gulp`
* Update CHANGELOG.md
* update lockfile
* Add .yarn/cache to gitignore for packages
* ?
* move resolutions
* ✌️
* update lockfie
* update-lockfile
* update yarn.lock
* fix build
* fix
* fix
* fix: add @tensorflow/tfjs
* ダメ
* modify lockfile
* use yarnrc
* update yarnlock
* add jest-mock
* update-lockfile
* update lockfile
* update lockfile
* move jest-mock, update lockfile
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: ishowta <ishowta@gmail.com>
198 lines
5.6 KiB
JSON
198 lines
5.6 KiB
JSON
{
|
|
"name": "backend",
|
|
"main": "./index.js",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node --experimental-json-modules ./built/index.js",
|
|
"start:test": "NODE_ENV=test node --experimental-json-modules ./built/index.js",
|
|
"migrate": "typeorm migration:run -d ormconfig.js",
|
|
"build": "tsc -p tsconfig.json || echo done. && tsc-alias -p tsconfig.json",
|
|
"watch": "node watch.mjs",
|
|
"lint": "eslint --quiet \"src/**/*.ts\"",
|
|
"jest": "cross-env NODE_ENV=test node --experimental-vm-modules --experimental-import-meta-resolve node_modules/jest/bin/jest.js --forceExit --runInBand",
|
|
"jest-and-coverage": "cross-env NODE_ENV=test node --experimental-vm-modules --experimental-import-meta-resolve node_modules/jest/bin/jest.js --coverage --forceExit --runInBand",
|
|
"jest-clear": "cross-env NODE_ENV=test node --experimental-vm-modules --experimental-import-meta-resolve node_modules/jest/bin/jest.js --clearCache",
|
|
"test": "yarn jest",
|
|
"test-and-coverage": "yarn jest-and-coverage"
|
|
},
|
|
"optionalDependencies": {
|
|
"@tensorflow/tfjs": "^4.0.0",
|
|
"@tensorflow/tfjs-node": "4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@bull-board/api": "4.3.1",
|
|
"@bull-board/koa": "4.3.1",
|
|
"@bull-board/ui": "4.3.1",
|
|
"@discordapp/twemoji": "14.0.2",
|
|
"@elastic/elasticsearch": "7.17.0",
|
|
"@koa/cors": "3.3.0",
|
|
"@koa/multer": "3.0.0",
|
|
"@koa/router": "9.0.1",
|
|
"@nestjs/common": "9.2.0",
|
|
"@nestjs/core": "9.2.0",
|
|
"@nestjs/testing": "9.2.0",
|
|
"@peertube/http-signature": "1.7.0",
|
|
"@sinonjs/fake-timers": "10.0.0",
|
|
"@syuilo/aiscript": "0.11.1",
|
|
"ajv": "8.11.2",
|
|
"archiver": "5.3.1",
|
|
"autobind-decorator": "2.4.0",
|
|
"autwh": "0.1.0",
|
|
"aws-sdk": "2.1258.0",
|
|
"bcryptjs": "2.4.3",
|
|
"blurhash": "2.0.4",
|
|
"bull": "4.10.1",
|
|
"cacheable-lookup": "6.1.0",
|
|
"cbor": "8.1.0",
|
|
"chalk": "5.1.2",
|
|
"chalk-template": "0.4.0",
|
|
"chokidar": "3.5.3",
|
|
"cli-highlight": "2.1.11",
|
|
"color-convert": "2.0.1",
|
|
"content-disposition": "0.5.4",
|
|
"date-fns": "2.29.3",
|
|
"deep-email-validator": "0.1.21",
|
|
"escape-regexp": "0.0.1",
|
|
"feed": "4.2.2",
|
|
"file-type": "18.0.0",
|
|
"fluent-ffmpeg": "2.1.2",
|
|
"form-data": "^4.0.0",
|
|
"got": "12.5.3",
|
|
"hpagent": "1.2.0",
|
|
"ioredis": "4.28.5",
|
|
"ip-cidr": "3.0.11",
|
|
"is-svg": "4.3.2",
|
|
"js-yaml": "4.1.0",
|
|
"jsdom": "20.0.2",
|
|
"json5": "2.2.1",
|
|
"json5-loader": "4.0.1",
|
|
"jsonld": "8.1.0",
|
|
"jsrsasign": "10.6.0",
|
|
"koa": "2.13.4",
|
|
"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-send": "5.0.1",
|
|
"koa-slow": "2.1.0",
|
|
"koa-views": "7.0.2",
|
|
"mfm-js": "0.23.0",
|
|
"mime-types": "2.1.35",
|
|
"misskey-js": "0.0.14",
|
|
"ms": "3.0.0-canary.1",
|
|
"multer": "1.4.4",
|
|
"nested-property": "4.0.0",
|
|
"node-fetch": "3.3.0",
|
|
"nodemailer": "6.8.0",
|
|
"nsfwjs": "2.4.2",
|
|
"oauth": "^0.10.0",
|
|
"os-utils": "0.0.14",
|
|
"parse5": "7.1.1",
|
|
"pg": "8.8.0",
|
|
"private-ip": "3.0.0",
|
|
"probe-image-size": "7.2.3",
|
|
"promise-limit": "2.7.0",
|
|
"pug": "3.0.2",
|
|
"punycode": "2.1.1",
|
|
"pureimage": "0.3.14",
|
|
"qrcode": "1.5.1",
|
|
"random-seed": "0.3.0",
|
|
"ratelimiter": "3.4.1",
|
|
"re2": "1.17.7",
|
|
"redis-lock": "0.1.4",
|
|
"reflect-metadata": "0.1.13",
|
|
"rename": "1.0.4",
|
|
"rndstr": "1.0.0",
|
|
"rss-parser": "3.12.0",
|
|
"rxjs": "7.5.7",
|
|
"s-age": "1.1.2",
|
|
"sanitize-html": "2.7.3",
|
|
"seedrandom": "^3.0.5",
|
|
"semver": "7.3.8",
|
|
"sharp": "0.29.3",
|
|
"speakeasy": "2.0.0",
|
|
"strict-event-emitter-types": "2.0.0",
|
|
"stringz": "2.1.0",
|
|
"summaly": "2.7.0",
|
|
"syslog-pro": "1.0.0",
|
|
"systeminformation": "5.13.5",
|
|
"tinycolor2": "1.4.2",
|
|
"tmp": "0.2.1",
|
|
"ts-loader": "9.4.1",
|
|
"ts-node": "10.9.1",
|
|
"tsc-alias": "1.7.1",
|
|
"tsconfig-paths": "4.1.0",
|
|
"twemoji-parser": "14.0.0",
|
|
"typeorm": "0.3.10",
|
|
"ulid": "2.3.0",
|
|
"unzipper": "0.10.11",
|
|
"uuid": "9.0.0",
|
|
"web-push": "3.5.0",
|
|
"websocket": "1.0.34",
|
|
"ws": "8.11.0",
|
|
"xev": "3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@redocly/openapi-core": "1.0.0-beta.114",
|
|
"@swc/core": "1.3.18",
|
|
"@swc/jest": "0.2.23",
|
|
"@types/archiver": "5.3.1",
|
|
"@types/bcryptjs": "2.4.2",
|
|
"@types/bull": "4.10.0",
|
|
"@types/cbor": "6.0.0",
|
|
"@types/escape-regexp": "0.0.1",
|
|
"@types/fluent-ffmpeg": "2.1.20",
|
|
"@types/jest": "29.2.3",
|
|
"@types/js-yaml": "4.0.5",
|
|
"@types/jsdom": "20.0.1",
|
|
"@types/jsonld": "1.5.7",
|
|
"@types/jsrsasign": "10.5.4",
|
|
"@types/koa": "2.13.5",
|
|
"@types/koa-bodyparser": "4.3.8",
|
|
"@types/koa-cors": "0.0.2",
|
|
"@types/koa-favicon": "2.0.21",
|
|
"@types/koa-logger": "3.1.2",
|
|
"@types/koa-mount": "4.0.1",
|
|
"@types/koa-send": "4.1.3",
|
|
"@types/koa-views": "7.0.0",
|
|
"@types/koa__cors": "3.3.0",
|
|
"@types/koa__multer": "2.0.4",
|
|
"@types/koa__router": "8.0.11",
|
|
"@types/mime-types": "2.1.1",
|
|
"@types/node": "18.11.9",
|
|
"@types/node-fetch": "3.0.3",
|
|
"@types/nodemailer": "6.4.6",
|
|
"@types/oauth": "0.9.1",
|
|
"@types/pg": "8.6.5",
|
|
"@types/pug": "2.0.6",
|
|
"@types/punycode": "2.1.0",
|
|
"@types/qrcode": "1.5.0",
|
|
"@types/random-seed": "0.3.3",
|
|
"@types/ratelimiter": "3.4.4",
|
|
"@types/redis": "4.0.11",
|
|
"@types/rename": "1.0.4",
|
|
"@types/sanitize-html": "2.6.2",
|
|
"@types/semver": "7.3.13",
|
|
"@types/sharp": "0.31.0",
|
|
"@types/sinonjs__fake-timers": "8.1.2",
|
|
"@types/speakeasy": "2.0.7",
|
|
"@types/tinycolor2": "1.4.3",
|
|
"@types/tmp": "0.2.3",
|
|
"@types/unzipper": "0.10.5",
|
|
"@types/uuid": "8.3.4",
|
|
"@types/web-push": "3.3.2",
|
|
"@types/websocket": "1.0.5",
|
|
"@types/ws": "8.5.3",
|
|
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
"@typescript-eslint/parser": "5.43.0",
|
|
"cross-env": "7.0.3",
|
|
"eslint": "8.28.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"execa": "6.1.0",
|
|
"jest": "29.3.1",
|
|
"jest-mock": "^29.0.3",
|
|
"typescript": "4.9.3"
|
|
}
|
|
}
|