2016-12-28 22:49:51 +00:00
|
|
|
{
|
2017-11-06 10:16:14 +00:00
|
|
|
"name": "misskey",
|
2020-01-29 19:37:25 +00:00
|
|
|
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
2021-08-21 08:59:13 +00:00
|
|
|
"version": "12.89.0",
|
2020-01-29 19:37:25 +00:00
|
|
|
"codename": "indigo",
|
2019-02-05 08:42:55 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-03-24 03:23:05 +00:00
|
|
|
"url": "https://github.com/misskey-dev/misskey.git"
|
2019-02-05 08:42:55 +00:00
|
|
|
},
|
2019-02-05 04:46:06 +00:00
|
|
|
"main": "./index.js",
|
2017-11-06 10:16:14 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 09:33:41 +00:00
|
|
|
"start": "node --experimental-json-modules ./index.js",
|
|
|
|
"start:test": "cross-env NODE_ENV=test node --experimental-json-modules ./index.js",
|
2019-06-29 14:12:00 +00:00
|
|
|
"init": "npm run migrate",
|
2019-05-14 14:54:39 +00:00
|
|
|
"ormconfig": "node ./built/ormconfig.js",
|
2019-06-29 14:12:00 +00:00
|
|
|
"migrate": "ts-node ./node_modules/typeorm/cli.js migration:run",
|
2019-05-16 07:12:30 +00:00
|
|
|
"migrateandstart": "npm run migrate && npm run start",
|
2021-03-23 08:24:40 +00:00
|
|
|
"build": "npm run build-webpack && npm run build-ts && npm run build-gulp",
|
2021-03-12 15:40:35 +00:00
|
|
|
"build-webpack": "webpack",
|
2021-03-23 08:24:40 +00:00
|
|
|
"build-ts": "tsc -p src/tsconfig.json || echo done. && tsc-alias -p src/tsconfig.json",
|
2021-03-12 15:40:35 +00:00
|
|
|
"build-gulp": "gulp build",
|
2021-03-12 14:37:06 +00:00
|
|
|
"watch": "concurrently \"npm:watch-*\"",
|
|
|
|
"watch-webpack": "webpack --watch",
|
2021-03-23 08:24:40 +00:00
|
|
|
"watch-ts": "tsc -w -p src/tsconfig.json && tsc-alias -w -p src/tsconfig.json",
|
2021-03-12 15:40:35 +00:00
|
|
|
"watch-gulp": "gulp watch",
|
2017-11-06 10:16:14 +00:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
2020-03-04 02:45:33 +00:00
|
|
|
"lint": "tslint 'src/**/*.ts'",
|
2021-08-12 10:05:07 +00:00
|
|
|
"cy:open": "cypress open",
|
|
|
|
"cy:run": "cypress run",
|
|
|
|
"e2e": "start-server-and-test start:test http://localhost cy:run",
|
2021-03-12 15:24:22 +00:00
|
|
|
"test": "cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha",
|
2020-04-03 14:35:14 +00:00
|
|
|
"format": "gulp format"
|
2017-11-06 10:16:14 +00:00
|
|
|
},
|
2019-06-04 14:06:30 +00:00
|
|
|
"resolutions": {
|
2020-04-26 01:35:47 +00:00
|
|
|
"chokidar": "^3.3.1",
|
2021-06-12 13:32:44 +00:00
|
|
|
"lodash": "^4.17.21"
|
2019-06-04 14:06:30 +00:00
|
|
|
},
|
2017-11-22 21:18:42 +00:00
|
|
|
"dependencies": {
|
2021-02-22 20:14:54 +00:00
|
|
|
"@elastic/elasticsearch": "7.11.0",
|
2020-05-24 08:48:24 +00:00
|
|
|
"@koa/cors": "3.1.0",
|
2020-06-27 14:25:06 +00:00
|
|
|
"@koa/multer": "3.0.0",
|
2021-03-22 03:43:21 +00:00
|
|
|
"@koa/router": "9.0.1",
|
2021-01-08 12:43:56 +00:00
|
|
|
"@sentry/browser": "5.29.2",
|
|
|
|
"@sentry/tracing": "5.29.2",
|
2021-05-31 02:05:34 +00:00
|
|
|
"@sinonjs/fake-timers": "7.1.2",
|
2020-10-22 14:09:03 +00:00
|
|
|
"@syuilo/aiscript": "0.11.1",
|
2018-09-20 23:35:06 +00:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2021-08-12 02:33:00 +00:00
|
|
|
"@types/bull": "3.15.3",
|
2021-05-20 03:27:50 +00:00
|
|
|
"@types/cbor": "6.0.0",
|
2019-09-26 20:50:34 +00:00
|
|
|
"@types/dateformat": "3.0.1",
|
2020-05-08 23:21:42 +00:00
|
|
|
"@types/escape-regexp": "0.0.0",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/glob": "7.1.4",
|
|
|
|
"@types/gulp": "4.0.9",
|
|
|
|
"@types/gulp-rename": "2.0.1",
|
|
|
|
"@types/is-url": "1.2.30",
|
|
|
|
"@types/js-yaml": "4.0.2",
|
|
|
|
"@types/jsdom": "16.2.13",
|
|
|
|
"@types/jsonld": "1.5.6",
|
|
|
|
"@types/katex": "0.11.1",
|
|
|
|
"@types/koa": "2.13.4",
|
2021-08-12 02:33:00 +00:00
|
|
|
"@types/koa-bodyparser": "4.3.3",
|
|
|
|
"@types/koa-cors": "0.0.2",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/koa-favicon": "2.0.21",
|
2018-10-10 12:01:18 +00:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2019-07-02 10:20:34 +00:00
|
|
|
"@types/koa-mount": "4.0.0",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/koa-send": "4.1.3",
|
2021-05-31 02:05:34 +00:00
|
|
|
"@types/koa-views": "7.0.0",
|
2021-08-13 08:59:54 +00:00
|
|
|
"@types/koa__cors": "3.0.3",
|
|
|
|
"@types/koa__multer": "2.0.3",
|
|
|
|
"@types/koa__router": "8.0.7",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/markdown-it": "12.0.3",
|
2021-08-12 02:33:00 +00:00
|
|
|
"@types/matter-js": "0.17.5",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/mocha": "8.2.3",
|
2021-08-19 13:40:39 +00:00
|
|
|
"@types/node": "16.6.2",
|
2021-08-12 02:33:00 +00:00
|
|
|
"@types/node-fetch": "2.5.12",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/nodemailer": "6.4.4",
|
2019-07-02 10:20:34 +00:00
|
|
|
"@types/nprogress": "0.2.0",
|
2018-11-04 13:03:55 +00:00
|
|
|
"@types/oauth": "0.9.1",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/parse5": "6.0.1",
|
2020-12-08 20:14:16 +00:00
|
|
|
"@types/parsimmon": "1.10.6",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/portscanner": "2.1.1",
|
|
|
|
"@types/pug": "2.0.5",
|
2021-04-04 04:00:39 +00:00
|
|
|
"@types/punycode": "2.1.0",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/qrcode": "1.4.1",
|
2019-04-15 11:37:21 +00:00
|
|
|
"@types/random-seed": "0.3.3",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/ratelimiter": "3.4.2",
|
|
|
|
"@types/redis": "2.8.31",
|
|
|
|
"@types/rename": "1.0.4",
|
2019-01-31 14:46:15 +00:00
|
|
|
"@types/request-stats": "3.0.0",
|
2021-08-19 13:40:39 +00:00
|
|
|
"@types/rimraf": "3.0.2",
|
2019-05-01 13:56:18 +00:00
|
|
|
"@types/seedrandom": "2.4.28",
|
2021-08-12 02:33:00 +00:00
|
|
|
"@types/sharp": "0.28.5",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/sinonjs__fake-timers": "6.0.3",
|
|
|
|
"@types/speakeasy": "2.0.6",
|
2021-01-11 11:38:34 +00:00
|
|
|
"@types/throttle-debounce": "2.1.0",
|
2021-07-17 04:43:09 +00:00
|
|
|
"@types/tinycolor2": "1.4.3",
|
|
|
|
"@types/tmp": "0.2.1",
|
|
|
|
"@types/uuid": "8.3.1",
|
|
|
|
"@types/web-push": "3.3.2",
|
2021-04-15 23:51:38 +00:00
|
|
|
"@types/webpack": "5.28.0",
|
|
|
|
"@types/webpack-stream": "3.2.12",
|
2021-08-12 02:33:00 +00:00
|
|
|
"@types/websocket": "1.0.4",
|
|
|
|
"@types/ws": "7.4.7",
|
2021-08-19 13:40:39 +00:00
|
|
|
"@typescript-eslint/parser": "4.29.2",
|
|
|
|
"@vue/compiler-sfc": "3.2.4",
|
2020-04-11 09:28:40 +00:00
|
|
|
"abort-controller": "3.0.0",
|
2021-08-12 02:33:00 +00:00
|
|
|
"apexcharts": "3.27.3",
|
2018-12-08 01:41:53 +00:00
|
|
|
"autobind-decorator": "2.4.0",
|
2021-05-20 03:27:50 +00:00
|
|
|
"autosize": "4.0.4",
|
2018-06-17 02:23:18 +00:00
|
|
|
"autwh": "0.1.0",
|
2021-08-12 02:33:00 +00:00
|
|
|
"aws-sdk": "2.966.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"bcryptjs": "2.4.3",
|
2021-08-19 13:40:39 +00:00
|
|
|
"blurhash": "1.1.4",
|
|
|
|
"broadcast-channel": "4.2.0",
|
|
|
|
"bull": "3.28.1",
|
2021-08-16 08:44:43 +00:00
|
|
|
"cacheable-lookup": "6.0.0",
|
2020-01-07 12:51:37 +00:00
|
|
|
"cafy": "15.2.1",
|
2021-08-12 02:33:00 +00:00
|
|
|
"cbor": "8.0.0",
|
|
|
|
"chalk": "4.1.2",
|
2020-11-07 03:48:21 +00:00
|
|
|
"chart.js": "2.9.4",
|
2021-04-15 23:51:38 +00:00
|
|
|
"cli-highlight": "2.1.11",
|
2021-08-19 13:40:39 +00:00
|
|
|
"commander": "8.1.0",
|
2021-08-13 08:59:54 +00:00
|
|
|
"compare-versions": "3.6.0",
|
2021-08-19 13:40:39 +00:00
|
|
|
"concurrently": "6.2.1",
|
2019-03-18 06:23:45 +00:00
|
|
|
"content-disposition": "0.5.3",
|
2018-06-17 02:23:18 +00:00
|
|
|
"crc-32": "1.2.0",
|
2021-08-12 02:33:00 +00:00
|
|
|
"css-loader": "6.2.0",
|
2021-08-19 13:40:39 +00:00
|
|
|
"cssnano": "5.0.8",
|
2021-02-06 03:10:04 +00:00
|
|
|
"dateformat": "4.5.1",
|
2020-05-08 23:21:42 +00:00
|
|
|
"escape-regexp": "0.0.1",
|
2021-08-12 02:33:00 +00:00
|
|
|
"eslint": "7.32.0",
|
|
|
|
"eslint-plugin-vue": "7.16.0",
|
2020-10-17 11:12:00 +00:00
|
|
|
"eventemitter3": "4.0.7",
|
2021-02-06 03:10:04 +00:00
|
|
|
"feed": "4.2.2",
|
2021-08-12 02:33:00 +00:00
|
|
|
"file-type": "16.5.3",
|
2019-07-19 18:28:14 +00:00
|
|
|
"fluent-ffmpeg": "2.1.2",
|
2021-05-20 03:27:50 +00:00
|
|
|
"glob": "7.1.7",
|
2021-03-12 14:31:01 +00:00
|
|
|
"got": "11.8.2",
|
2019-05-14 12:17:29 +00:00
|
|
|
"gulp": "4.0.2",
|
2020-12-26 01:01:32 +00:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2019-12-19 19:46:28 +00:00
|
|
|
"gulp-rename": "2.0.0",
|
2021-05-20 03:27:50 +00:00
|
|
|
"gulp-replace": "1.1.3",
|
2021-01-13 13:02:40 +00:00
|
|
|
"gulp-terser": "2.0.1",
|
2019-03-13 00:19:48 +00:00
|
|
|
"gulp-tslint": "8.1.4",
|
2021-08-16 08:44:43 +00:00
|
|
|
"hpagent": "0.1.2",
|
2020-10-17 11:12:00 +00:00
|
|
|
"http-signature": "1.3.5",
|
2021-08-12 02:33:00 +00:00
|
|
|
"idb-keyval": "5.1.3",
|
2019-07-11 14:46:46 +00:00
|
|
|
"insert-text-at-cursor": "0.3.0",
|
2021-03-19 14:25:10 +00:00
|
|
|
"is-svg": "4.3.1",
|
2021-04-15 23:51:38 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2021-08-12 02:33:00 +00:00
|
|
|
"jsdom": "16.7.0",
|
2021-02-06 03:10:04 +00:00
|
|
|
"json5": "2.2.0",
|
2020-10-22 14:09:03 +00:00
|
|
|
"json5-loader": "4.0.1",
|
2021-07-17 04:43:09 +00:00
|
|
|
"jsonld": "5.2.0",
|
2020-06-27 14:25:06 +00:00
|
|
|
"jsrsasign": "8.0.20",
|
2021-08-12 02:33:00 +00:00
|
|
|
"katex": "0.13.13",
|
2021-01-13 13:02:40 +00:00
|
|
|
"koa": "2.13.1",
|
2020-04-04 02:08:10 +00:00
|
|
|
"koa-bodyparser": "4.3.0",
|
|
|
|
"koa-favicon": "2.1.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"koa-json-body": "5.3.0",
|
2019-07-21 22:31:02 +00:00
|
|
|
"koa-logger": "3.2.1",
|
2018-10-04 03:49:38 +00:00
|
|
|
"koa-mount": "4.0.0",
|
2020-07-11 14:53:29 +00:00
|
|
|
"koa-send": "5.0.1",
|
2018-06-17 02:23:18 +00:00
|
|
|
"koa-slow": "2.1.0",
|
2021-03-18 20:26:33 +00:00
|
|
|
"koa-views": "7.0.1",
|
2018-12-03 11:08:18 +00:00
|
|
|
"langmap": "0.0.16",
|
2021-08-12 02:33:00 +00:00
|
|
|
"markdown-it": "12.2.0",
|
2021-03-12 14:31:01 +00:00
|
|
|
"markdown-it-anchor": "7.1.0",
|
2021-04-15 23:51:38 +00:00
|
|
|
"matter-js": "0.17.1",
|
2021-07-17 04:43:09 +00:00
|
|
|
"mfm-js": "0.19.0",
|
|
|
|
"misskey-js": "0.0.6",
|
2021-05-20 03:27:50 +00:00
|
|
|
"mocha": "8.4.0",
|
2020-12-11 20:14:41 +00:00
|
|
|
"ms": "2.1.3",
|
2021-08-12 02:33:00 +00:00
|
|
|
"multer": "1.4.3",
|
2020-10-01 10:51:34 +00:00
|
|
|
"nested-property": "4.0.0",
|
2020-10-17 11:12:00 +00:00
|
|
|
"node-fetch": "2.6.1",
|
2021-07-17 04:43:09 +00:00
|
|
|
"nodemailer": "6.6.3",
|
2018-07-27 09:42:58 +00:00
|
|
|
"os-utils": "0.0.14",
|
2020-07-31 15:56:09 +00:00
|
|
|
"parse5": "6.0.1",
|
2021-08-19 13:40:39 +00:00
|
|
|
"pg": "8.7.1",
|
2018-07-13 14:25:32 +00:00
|
|
|
"portscanner": "2.2.0",
|
2021-08-12 02:33:00 +00:00
|
|
|
"postcss": "8.3.6",
|
2021-07-17 04:43:09 +00:00
|
|
|
"postcss-loader": "6.1.1",
|
|
|
|
"prismjs": "1.24.1",
|
2021-06-08 02:40:08 +00:00
|
|
|
"probe-image-size": "7.2.1",
|
2018-10-11 12:14:20 +00:00
|
|
|
"promise-limit": "2.7.0",
|
2021-03-12 14:10:15 +00:00
|
|
|
"pug": "3.0.2",
|
2018-06-17 02:23:18 +00:00
|
|
|
"punycode": "2.1.1",
|
2021-04-15 23:51:38 +00:00
|
|
|
"pureimage": "0.3.2",
|
2019-11-24 08:09:32 +00:00
|
|
|
"qrcode": "1.4.4",
|
2019-04-15 11:37:21 +00:00
|
|
|
"random-seed": "0.3.0",
|
2020-04-04 02:08:10 +00:00
|
|
|
"ratelimiter": "3.4.1",
|
2021-05-20 03:27:50 +00:00
|
|
|
"re2": "1.16.0",
|
2021-04-25 02:30:02 +00:00
|
|
|
"redis": "3.1.2",
|
2019-09-09 13:46:45 +00:00
|
|
|
"redis-lock": "0.1.4",
|
2019-04-07 12:50:36 +00:00
|
|
|
"reflect-metadata": "0.1.13",
|
2019-03-18 04:20:49 +00:00
|
|
|
"rename": "1.0.4",
|
2018-09-14 20:40:58 +00:00
|
|
|
"request-stats": "3.0.0",
|
2019-04-07 12:50:36 +00:00
|
|
|
"require-all": "3.0.0",
|
2020-02-13 13:39:23 +00:00
|
|
|
"rimraf": "3.0.2",
|
2018-06-17 02:23:18 +00:00
|
|
|
"rndstr": "1.0.0",
|
2018-02-01 22:34:51 +00:00
|
|
|
"s-age": "1.1.2",
|
2021-08-19 13:40:39 +00:00
|
|
|
"sass": "1.38.0",
|
2021-07-17 04:43:09 +00:00
|
|
|
"sass-loader": "12.1.0",
|
2019-09-26 20:50:34 +00:00
|
|
|
"seedrandom": "3.0.5",
|
2021-08-19 13:40:39 +00:00
|
|
|
"sharp": "0.29.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"speakeasy": "2.0.0",
|
2020-04-04 02:08:10 +00:00
|
|
|
"stringz": "2.1.0",
|
2021-08-12 02:33:00 +00:00
|
|
|
"style-loader": "3.2.1",
|
|
|
|
"summaly": "2.4.1",
|
2019-08-29 23:29:46 +00:00
|
|
|
"syslog-pro": "1.0.0",
|
2021-08-12 02:33:00 +00:00
|
|
|
"systeminformation": "5.8.0",
|
2017-11-06 10:16:14 +00:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2018-02-22 17:24:01 +00:00
|
|
|
"textarea-caret": "3.1.0",
|
2020-07-02 10:17:26 +00:00
|
|
|
"three": "0.117.1",
|
2021-01-11 11:38:34 +00:00
|
|
|
"throttle-debounce": "3.0.1",
|
2020-10-17 11:12:00 +00:00
|
|
|
"tinycolor2": "1.4.2",
|
2020-05-04 03:56:02 +00:00
|
|
|
"tmp": "0.2.1",
|
2021-08-12 02:33:00 +00:00
|
|
|
"ts-loader": "9.2.5",
|
2021-08-19 13:40:39 +00:00
|
|
|
"ts-node": "10.2.1",
|
|
|
|
"tsc-alias": "1.3.9",
|
2021-07-17 04:43:09 +00:00
|
|
|
"tsconfig-paths": "3.10.1",
|
2020-08-08 01:30:38 +00:00
|
|
|
"tslint": "6.1.3",
|
2019-02-03 22:16:01 +00:00
|
|
|
"tslint-sonarts": "1.9.0",
|
2021-05-30 11:52:39 +00:00
|
|
|
"twemoji-parser": "13.1.0",
|
2021-08-19 13:40:39 +00:00
|
|
|
"typeorm": "0.2.37",
|
2021-07-17 04:43:09 +00:00
|
|
|
"typescript": "4.3.5",
|
2019-04-07 12:50:36 +00:00
|
|
|
"ulid": "2.3.0",
|
2020-12-11 20:15:09 +00:00
|
|
|
"uuid": "8.3.2",
|
2019-03-02 23:23:06 +00:00
|
|
|
"v-debounce": "0.1.2",
|
2021-08-19 13:40:39 +00:00
|
|
|
"vue": "3.2.4",
|
2021-08-12 02:38:21 +00:00
|
|
|
"vue-loader": "16.5.0",
|
2020-11-29 09:22:35 +00:00
|
|
|
"vue-prism-editor": "2.0.0-alpha.2",
|
2021-03-12 20:15:47 +00:00
|
|
|
"vue-router": "4.0.5",
|
2021-03-04 20:14:54 +00:00
|
|
|
"vue-style-loader": "4.1.3",
|
2021-04-12 14:13:58 +00:00
|
|
|
"vue-svg-loader": "0.17.0-beta.2",
|
2020-12-05 03:50:09 +00:00
|
|
|
"vuedraggable": "4.0.1",
|
2021-07-17 04:43:09 +00:00
|
|
|
"web-push": "3.4.5",
|
2021-08-19 13:40:39 +00:00
|
|
|
"webpack": "5.51.0",
|
|
|
|
"webpack-cli": "4.8.0",
|
2021-04-15 23:51:38 +00:00
|
|
|
"websocket": "1.0.34",
|
2021-08-19 13:40:39 +00:00
|
|
|
"ws": "8.2.0",
|
2018-06-20 17:12:20 +00:00
|
|
|
"xev": "2.0.1"
|
2019-07-19 18:28:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-20 14:15:17 +00:00
|
|
|
"@redocly/openapi-core": "1.0.0-beta.54",
|
2021-04-25 02:30:02 +00:00
|
|
|
"@types/fluent-ffmpeg": "2.1.17",
|
2021-08-12 10:05:07 +00:00
|
|
|
"cross-env": "7.0.3",
|
2021-08-19 13:40:39 +00:00
|
|
|
"cypress": "8.3.0",
|
2021-08-12 10:05:07 +00:00
|
|
|
"start-server-and-test": "1.13.1"
|
2017-11-06 10:16:14 +00:00
|
|
|
}
|
2018-06-11 02:44:26 +00:00
|
|
|
}
|