2016-12-28 14:49:51 -08:00
|
|
|
{
|
2017-11-06 02:16:14 -08:00
|
|
|
"name": "misskey",
|
2020-01-29 11:37:25 -08:00
|
|
|
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
2021-04-25 21:00:01 -07:00
|
|
|
"version": "12.79.2",
|
2020-01-29 11:37:25 -08:00
|
|
|
"codename": "indigo",
|
2019-02-05 00:42:55 -08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-03-23 20:23:05 -07:00
|
|
|
"url": "https://github.com/misskey-dev/misskey.git"
|
2019-02-05 00:42:55 -08:00
|
|
|
},
|
2019-02-04 20:46:06 -08:00
|
|
|
"main": "./index.js",
|
2017-11-06 02:16:14 -08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-02-04 20:46:06 -08:00
|
|
|
"start": "node ./index.js",
|
2019-06-29 07:12:00 -07:00
|
|
|
"init": "npm run migrate",
|
2019-05-14 07:54:39 -07:00
|
|
|
"ormconfig": "node ./built/ormconfig.js",
|
2019-06-29 07:12:00 -07:00
|
|
|
"migrate": "ts-node ./node_modules/typeorm/cli.js migration:run",
|
2019-05-16 00:12:30 -07:00
|
|
|
"migrateandstart": "npm run migrate && npm run start",
|
2021-03-23 01:24:40 -07:00
|
|
|
"build": "npm run build-webpack && npm run build-ts && npm run build-gulp",
|
2021-03-12 07:40:35 -08:00
|
|
|
"build-webpack": "webpack",
|
2021-03-23 01:24:40 -07:00
|
|
|
"build-ts": "tsc -p src/tsconfig.json || echo done. && tsc-alias -p src/tsconfig.json",
|
2021-03-12 07:40:35 -08:00
|
|
|
"build-gulp": "gulp build",
|
2021-03-12 06:37:06 -08:00
|
|
|
"watch": "concurrently \"npm:watch-*\"",
|
|
|
|
"watch-webpack": "webpack --watch",
|
2021-03-23 01:24:40 -07:00
|
|
|
"watch-ts": "tsc -w -p src/tsconfig.json && tsc-alias -w -p src/tsconfig.json",
|
2021-03-12 07:40:35 -08:00
|
|
|
"watch-gulp": "gulp watch",
|
2017-11-06 02:16:14 -08:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
2020-03-03 18:45:33 -08:00
|
|
|
"lint": "tslint 'src/**/*.ts'",
|
2021-03-12 07:24:22 -08:00
|
|
|
"test": "cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha",
|
2020-04-03 07:35:14 -07:00
|
|
|
"format": "gulp format"
|
2017-11-06 02:16:14 -08:00
|
|
|
},
|
2019-06-04 07:06:30 -07:00
|
|
|
"resolutions": {
|
2020-04-25 18:35:47 -07:00
|
|
|
"chokidar": "^3.3.1",
|
|
|
|
"constantinople": "^4.0.1",
|
2020-07-10 14:18:43 -07:00
|
|
|
"gulp/gulp-cli/yargs/yargs-parser": "5.0.0-security.0",
|
2020-10-08 22:17:15 -07:00
|
|
|
"jsonld/rdf-canonize/node-forge": "0.10.0",
|
|
|
|
"lodash": "^4.17.20"
|
2019-06-04 07:06:30 -07:00
|
|
|
},
|
2017-11-22 13:18:42 -08:00
|
|
|
"dependencies": {
|
2021-04-15 16:51:38 -07:00
|
|
|
"@babel/plugin-transform-runtime": "7.13.15",
|
2021-02-22 12:14:54 -08:00
|
|
|
"@elastic/elasticsearch": "7.11.0",
|
2020-05-24 01:48:24 -07:00
|
|
|
"@koa/cors": "3.1.0",
|
2020-06-27 07:25:06 -07:00
|
|
|
"@koa/multer": "3.0.0",
|
2021-03-21 20:43:21 -07:00
|
|
|
"@koa/router": "9.0.1",
|
2021-01-08 04:43:56 -08:00
|
|
|
"@sentry/browser": "5.29.2",
|
|
|
|
"@sentry/tracing": "5.29.2",
|
2021-04-15 16:51:38 -07:00
|
|
|
"@sinonjs/fake-timers": "7.0.5",
|
2020-10-22 07:09:03 -07:00
|
|
|
"@syuilo/aiscript": "0.11.1",
|
2018-09-20 16:35:06 -07:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2021-04-24 19:30:02 -07:00
|
|
|
"@types/bull": "3.15.1",
|
2020-08-07 18:30:38 -07:00
|
|
|
"@types/cbor": "5.0.1",
|
2019-09-26 13:50:34 -07:00
|
|
|
"@types/dateformat": "3.0.1",
|
2020-05-08 16:21:42 -07:00
|
|
|
"@types/escape-regexp": "0.0.0",
|
2020-07-11 07:53:29 -07:00
|
|
|
"@types/glob": "7.1.3",
|
2021-02-05 19:10:04 -08:00
|
|
|
"@types/gulp": "4.0.8",
|
|
|
|
"@types/gulp-rename": "2.0.0",
|
2019-02-03 08:30:33 -08:00
|
|
|
"@types/is-url": "1.2.28",
|
2021-04-24 19:30:02 -07:00
|
|
|
"@types/js-yaml": "4.0.1",
|
2021-04-15 16:51:38 -07:00
|
|
|
"@types/jsdom": "16.2.10",
|
2021-03-12 06:31:01 -08:00
|
|
|
"@types/jsonld": "1.5.5",
|
2019-12-19 11:46:28 -08:00
|
|
|
"@types/katex": "0.11.0",
|
2021-03-08 12:15:24 -08:00
|
|
|
"@types/koa": "2.13.1",
|
2019-11-24 00:09:32 -08:00
|
|
|
"@types/koa-bodyparser": "4.3.0",
|
2019-02-01 02:46:18 -08:00
|
|
|
"@types/koa-cors": "0.0.0",
|
2018-04-12 19:50:36 -07:00
|
|
|
"@types/koa-favicon": "2.0.19",
|
2018-10-10 05:01:18 -07:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2019-07-02 03:20:34 -07:00
|
|
|
"@types/koa-mount": "4.0.0",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/koa-send": "4.1.2",
|
2019-11-24 00:09:32 -08:00
|
|
|
"@types/koa-views": "2.0.4",
|
2021-03-23 01:54:43 -07:00
|
|
|
"@types/koa__cors": "3.0.2",
|
|
|
|
"@types/koa__multer": "2.0.2",
|
|
|
|
"@types/koa__router": "8.0.4",
|
2021-02-05 19:10:04 -08:00
|
|
|
"@types/markdown-it": "12.0.1",
|
2021-04-15 16:51:38 -07:00
|
|
|
"@types/matter-js": "0.14.11",
|
|
|
|
"@types/mocha": "8.2.2",
|
|
|
|
"@types/node": "14.14.41",
|
|
|
|
"@types/node-fetch": "2.5.10",
|
2021-03-19 07:25:10 -07:00
|
|
|
"@types/nodemailer": "6.4.1",
|
2019-07-02 03:20:34 -07:00
|
|
|
"@types/nprogress": "0.2.0",
|
2018-11-04 05:03:55 -08:00
|
|
|
"@types/oauth": "0.9.1",
|
2021-02-05 19:10:04 -08:00
|
|
|
"@types/parse5": "6.0.0",
|
2020-12-08 12:14:16 -08:00
|
|
|
"@types/parsimmon": "1.10.6",
|
2018-07-13 07:25:32 -07:00
|
|
|
"@types/portscanner": "2.1.0",
|
2017-12-31 08:58:12 -08:00
|
|
|
"@types/pug": "2.0.4",
|
2021-04-03 21:00:39 -07:00
|
|
|
"@types/punycode": "2.1.0",
|
2021-02-05 19:10:04 -08:00
|
|
|
"@types/qrcode": "1.4.0",
|
2019-04-15 04:37:21 -07:00
|
|
|
"@types/random-seed": "0.3.3",
|
2020-12-28 12:13:42 -08:00
|
|
|
"@types/ratelimiter": "3.4.1",
|
2020-11-29 01:27:10 -08:00
|
|
|
"@types/redis": "2.8.28",
|
2020-12-03 12:14:13 -08:00
|
|
|
"@types/rename": "1.0.2",
|
2019-01-31 06:46:15 -08:00
|
|
|
"@types/request-stats": "3.0.0",
|
2020-04-25 18:35:47 -07:00
|
|
|
"@types/rimraf": "3.0.0",
|
2019-05-01 06:56:18 -07:00
|
|
|
"@types/seedrandom": "2.4.28",
|
2021-04-15 16:51:38 -07:00
|
|
|
"@types/sharp": "0.28.0",
|
2021-02-05 19:10:04 -08:00
|
|
|
"@types/sinonjs__fake-timers": "6.0.2",
|
2019-09-26 13:50:34 -07:00
|
|
|
"@types/speakeasy": "2.0.5",
|
2021-01-11 03:38:34 -08:00
|
|
|
"@types/throttle-debounce": "2.1.0",
|
2019-07-02 03:20:34 -07:00
|
|
|
"@types/tinycolor2": "1.4.2",
|
2020-05-03 20:56:02 -07:00
|
|
|
"@types/tmp": "0.2.0",
|
2020-10-17 04:12:00 -07:00
|
|
|
"@types/uuid": "8.3.0",
|
2019-01-28 21:36:24 -08:00
|
|
|
"@types/web-push": "3.3.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"@types/webpack": "5.28.0",
|
|
|
|
"@types/webpack-stream": "3.2.12",
|
2021-03-12 06:31:01 -08:00
|
|
|
"@types/websocket": "1.0.2",
|
2021-04-15 16:51:38 -07:00
|
|
|
"@types/ws": "7.4.1",
|
|
|
|
"@typescript-eslint/parser": "4.22.0",
|
|
|
|
"@vue/compiler-sfc": "3.0.11",
|
2020-04-11 02:28:40 -07:00
|
|
|
"abort-controller": "3.0.0",
|
2021-04-24 19:30:02 -07:00
|
|
|
"apexcharts": "3.26.1",
|
2018-12-07 17:41:53 -08:00
|
|
|
"autobind-decorator": "2.4.0",
|
2018-05-17 01:01:07 -07:00
|
|
|
"autosize": "4.0.2",
|
2018-06-16 19:23:18 -07:00
|
|
|
"autwh": "0.1.0",
|
2021-04-24 19:30:02 -07:00
|
|
|
"aws-sdk": "2.892.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"bcryptjs": "2.4.3",
|
2020-07-18 08:24:07 -07:00
|
|
|
"blurhash": "1.1.3",
|
2021-03-12 06:31:01 -08:00
|
|
|
"broadcast-channel": "3.5.3",
|
2021-04-24 19:30:02 -07:00
|
|
|
"bull": "3.22.3",
|
2020-01-07 04:51:37 -08:00
|
|
|
"cafy": "15.2.1",
|
2021-04-15 16:51:38 -07:00
|
|
|
"cbor": "7.0.5",
|
2021-04-24 19:30:02 -07:00
|
|
|
"chalk": "4.1.1",
|
2020-11-06 19:48:21 -08:00
|
|
|
"chart.js": "2.9.4",
|
2021-04-15 16:51:38 -07:00
|
|
|
"cli-highlight": "2.1.11",
|
2021-04-15 17:03:17 -07:00
|
|
|
"commander": "7.2.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"concurrently": "6.0.2",
|
2019-03-17 23:23:45 -07:00
|
|
|
"content-disposition": "0.5.3",
|
2021-04-24 19:30:02 -07:00
|
|
|
"core-js": "3.11.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"crc-32": "1.2.0",
|
2021-04-24 19:30:02 -07:00
|
|
|
"css-loader": "5.2.4",
|
2021-04-15 16:51:38 -07:00
|
|
|
"cssnano": "5.0.1",
|
2021-02-05 19:10:04 -08:00
|
|
|
"dateformat": "4.5.1",
|
2019-07-11 07:46:46 -07:00
|
|
|
"diskusage": "1.1.3",
|
2020-05-08 16:21:42 -07:00
|
|
|
"escape-regexp": "0.0.1",
|
2021-04-24 19:30:02 -07:00
|
|
|
"eslint": "7.25.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"eslint-plugin-vue": "7.9.0",
|
2020-10-17 04:12:00 -07:00
|
|
|
"eventemitter3": "4.0.7",
|
2021-02-05 19:10:04 -08:00
|
|
|
"feed": "4.2.2",
|
2021-03-12 06:31:01 -08:00
|
|
|
"file-type": "16.3.0",
|
2019-07-19 11:28:14 -07:00
|
|
|
"fluent-ffmpeg": "2.1.2",
|
2020-02-07 02:43:37 -08:00
|
|
|
"glob": "7.1.6",
|
2021-03-12 06:31:01 -08:00
|
|
|
"got": "11.8.2",
|
2019-05-14 05:17:29 -07:00
|
|
|
"gulp": "4.0.2",
|
2020-12-25 17:01:32 -08:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2019-12-19 11:46:28 -08:00
|
|
|
"gulp-rename": "2.0.0",
|
2021-04-24 19:30:02 -07:00
|
|
|
"gulp-replace": "1.1.1",
|
2021-01-13 05:02:40 -08:00
|
|
|
"gulp-terser": "2.0.1",
|
2019-03-12 17:19:48 -07:00
|
|
|
"gulp-tslint": "8.1.4",
|
2018-12-26 01:32:58 -08:00
|
|
|
"hard-source-webpack-plugin": "0.13.1",
|
2019-04-14 01:40:30 -07:00
|
|
|
"html-minifier": "4.0.0",
|
2020-04-09 07:42:23 -07:00
|
|
|
"http-proxy-agent": "4.0.1",
|
2020-10-17 04:12:00 -07:00
|
|
|
"http-signature": "1.3.5",
|
2020-02-13 05:39:23 -08:00
|
|
|
"https-proxy-agent": "5.0.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"idb-keyval": "5.0.5",
|
2019-07-11 07:46:46 -07:00
|
|
|
"insert-text-at-cursor": "0.3.0",
|
2021-04-15 17:05:32 -07:00
|
|
|
"is-root": "2.1.0",
|
2021-03-19 07:25:10 -07:00
|
|
|
"is-svg": "4.3.1",
|
2021-04-15 16:51:38 -07:00
|
|
|
"js-yaml": "4.1.0",
|
|
|
|
"jsdom": "16.5.3",
|
2021-02-05 19:10:04 -08:00
|
|
|
"json5": "2.2.0",
|
2020-10-22 07:09:03 -07:00
|
|
|
"json5-loader": "4.0.1",
|
2021-02-20 20:34:17 -08:00
|
|
|
"jsonld": "4.0.1",
|
2020-06-27 07:25:06 -07:00
|
|
|
"jsrsasign": "8.0.20",
|
2021-04-24 19:30:02 -07:00
|
|
|
"katex": "0.13.3",
|
2021-01-13 05:02:40 -08:00
|
|
|
"koa": "2.13.1",
|
2020-04-03 19:08:10 -07:00
|
|
|
"koa-bodyparser": "4.3.0",
|
|
|
|
"koa-favicon": "2.1.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"koa-json-body": "5.3.0",
|
2019-07-21 15:31:02 -07:00
|
|
|
"koa-logger": "3.2.1",
|
2018-10-03 20:49:38 -07:00
|
|
|
"koa-mount": "4.0.0",
|
2020-07-11 07:53:29 -07:00
|
|
|
"koa-send": "5.0.1",
|
2018-06-16 19:23:18 -07:00
|
|
|
"koa-slow": "2.1.0",
|
2021-03-18 13:26:33 -07:00
|
|
|
"koa-views": "7.0.1",
|
2018-12-03 03:08:18 -08:00
|
|
|
"langmap": "0.0.16",
|
2019-01-08 22:17:54 -08:00
|
|
|
"lookup-dns-cache": "2.1.0",
|
2021-04-24 19:30:02 -07:00
|
|
|
"markdown-it": "12.0.6",
|
2021-03-12 06:31:01 -08:00
|
|
|
"markdown-it-anchor": "7.1.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"matter-js": "0.17.1",
|
2021-04-24 06:52:32 -07:00
|
|
|
"mfm-js": "0.16.3",
|
2021-03-12 06:31:01 -08:00
|
|
|
"mocha": "8.3.2",
|
2017-11-24 17:47:04 -08:00
|
|
|
"moji": "0.5.1",
|
2020-12-11 12:14:41 -08:00
|
|
|
"ms": "2.1.3",
|
2019-09-26 13:50:34 -07:00
|
|
|
"multer": "1.4.2",
|
2020-10-01 03:51:34 -07:00
|
|
|
"nested-property": "4.0.0",
|
2020-10-17 04:12:00 -07:00
|
|
|
"node-fetch": "2.6.1",
|
2021-02-26 12:15:20 -08:00
|
|
|
"nodemailer": "6.5.0",
|
2018-04-05 05:13:49 -07:00
|
|
|
"object-assign-deep": "0.4.0",
|
2018-07-27 02:42:58 -07:00
|
|
|
"os-utils": "0.0.14",
|
2020-07-31 08:56:09 -07:00
|
|
|
"parse5": "6.0.1",
|
2021-04-15 16:51:38 -07:00
|
|
|
"pg": "8.6.0",
|
2018-07-13 07:25:32 -07:00
|
|
|
"portscanner": "2.2.0",
|
2021-04-24 19:30:02 -07:00
|
|
|
"postcss": "8.2.12",
|
2021-03-12 06:31:01 -08:00
|
|
|
"postcss-loader": "5.2.0",
|
2021-01-13 05:02:40 -08:00
|
|
|
"prismjs": "1.23.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"probe-image-size": "7.1.0",
|
2018-10-11 05:14:20 -07:00
|
|
|
"promise-limit": "2.7.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"promise-sequential": "1.1.1",
|
2021-03-12 06:10:15 -08:00
|
|
|
"pug": "3.0.2",
|
2018-06-16 19:23:18 -07:00
|
|
|
"punycode": "2.1.1",
|
2021-04-15 16:51:38 -07:00
|
|
|
"pureimage": "0.3.2",
|
2019-11-24 00:09:32 -08:00
|
|
|
"qrcode": "1.4.4",
|
2019-04-15 04:37:21 -07:00
|
|
|
"random-seed": "0.3.0",
|
2020-04-03 19:08:10 -07:00
|
|
|
"ratelimiter": "3.4.1",
|
2020-12-29 12:13:45 -08:00
|
|
|
"re2": "1.15.9",
|
2020-02-13 05:39:23 -08:00
|
|
|
"reconnecting-websocket": "4.4.0",
|
2021-04-24 19:30:02 -07:00
|
|
|
"redis": "3.1.2",
|
2019-09-09 06:46:45 -07:00
|
|
|
"redis-lock": "0.1.4",
|
2019-04-07 05:50:36 -07:00
|
|
|
"reflect-metadata": "0.1.13",
|
2020-07-31 08:56:09 -07:00
|
|
|
"regenerator-runtime": "0.13.7",
|
2019-03-17 21:20:49 -07:00
|
|
|
"rename": "1.0.4",
|
2018-09-14 13:40:58 -07:00
|
|
|
"request-stats": "3.0.0",
|
2019-04-07 05:50:36 -07:00
|
|
|
"require-all": "3.0.0",
|
2020-02-13 05:39:23 -08:00
|
|
|
"rimraf": "3.0.2",
|
2018-06-16 19:23:18 -07:00
|
|
|
"rndstr": "1.0.0",
|
2018-02-01 14:34:51 -08:00
|
|
|
"s-age": "1.1.2",
|
2021-04-24 19:30:02 -07:00
|
|
|
"sass": "1.32.11",
|
2021-02-10 12:13:47 -08:00
|
|
|
"sass-loader": "11.0.1",
|
2019-09-26 13:50:34 -07:00
|
|
|
"seedrandom": "3.0.5",
|
2021-04-15 16:51:38 -07:00
|
|
|
"sharp": "0.28.1",
|
2018-06-16 19:23:18 -07:00
|
|
|
"speakeasy": "2.0.0",
|
2020-04-03 19:08:10 -07:00
|
|
|
"stringz": "2.1.0",
|
2020-10-22 07:09:03 -07:00
|
|
|
"style-loader": "2.0.0",
|
2020-06-02 21:20:54 -07:00
|
|
|
"summaly": "2.4.0",
|
2019-08-29 16:29:46 -07:00
|
|
|
"syslog-pro": "1.0.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"systeminformation": "5.6.12",
|
2017-11-06 02:16:14 -08:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2018-02-22 09:24:01 -08:00
|
|
|
"textarea-caret": "3.1.0",
|
2020-07-02 03:17:26 -07:00
|
|
|
"three": "0.117.1",
|
2021-01-11 03:38:34 -08:00
|
|
|
"throttle-debounce": "3.0.1",
|
2020-10-17 04:12:00 -07:00
|
|
|
"tinycolor2": "1.4.2",
|
2020-05-03 20:56:02 -07:00
|
|
|
"tmp": "0.2.1",
|
2021-04-24 19:30:02 -07:00
|
|
|
"ts-loader": "9.1.1",
|
2021-01-13 05:02:40 -08:00
|
|
|
"ts-node": "9.1.1",
|
2021-04-24 19:30:02 -07:00
|
|
|
"tsc-alias": "1.2.10",
|
2021-03-23 01:54:43 -07:00
|
|
|
"tsconfig-paths": "3.9.0",
|
2020-08-07 18:30:38 -07:00
|
|
|
"tslint": "6.1.3",
|
2019-02-03 14:16:01 -08:00
|
|
|
"tslint-sonarts": "1.9.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"typeorm": "0.2.32",
|
|
|
|
"typescript": "4.2.4",
|
2019-04-07 05:50:36 -07:00
|
|
|
"ulid": "2.3.0",
|
2020-12-11 12:15:09 -08:00
|
|
|
"uuid": "8.3.2",
|
2019-03-02 15:23:06 -08:00
|
|
|
"v-debounce": "0.1.2",
|
2020-11-29 05:37:56 -08:00
|
|
|
"vanilla-tilt": "1.7.0",
|
2021-04-15 16:51:38 -07:00
|
|
|
"vue": "3.0.11",
|
2020-12-29 12:22:07 -08:00
|
|
|
"vue-color": "2.8.1",
|
2020-11-06 19:48:21 -08:00
|
|
|
"vue-json-pretty": "1.7.1",
|
2021-02-05 19:10:04 -08:00
|
|
|
"vue-loader": "16.1.2",
|
2020-11-29 01:22:35 -08:00
|
|
|
"vue-prism-editor": "2.0.0-alpha.2",
|
2021-03-12 12:15:47 -08:00
|
|
|
"vue-router": "4.0.5",
|
2021-03-04 12:14:54 -08:00
|
|
|
"vue-style-loader": "4.1.3",
|
2021-04-12 07:13:58 -07:00
|
|
|
"vue-svg-loader": "0.17.0-beta.2",
|
2020-12-04 19:50:09 -08:00
|
|
|
"vuedraggable": "4.0.1",
|
2020-05-16 22:50:00 -07:00
|
|
|
"web-push": "3.4.4",
|
2021-04-24 19:30:02 -07:00
|
|
|
"webpack": "5.35.1",
|
2021-04-15 16:51:38 -07:00
|
|
|
"webpack-cli": "4.6.0",
|
|
|
|
"websocket": "1.0.34",
|
2021-04-24 19:30:02 -07:00
|
|
|
"ws": "7.4.5",
|
2018-06-20 10:12:20 -07:00
|
|
|
"xev": "2.0.1"
|
2019-07-19 11:28:14 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-24 19:30:02 -07:00
|
|
|
"@types/chai": "4.2.16",
|
|
|
|
"@types/fluent-ffmpeg": "2.1.17",
|
2021-03-19 07:25:10 -07:00
|
|
|
"chai": "4.3.4",
|
2020-12-11 12:14:14 -08:00
|
|
|
"cross-env": "7.0.3"
|
2017-11-06 02:16:14 -08:00
|
|
|
}
|
2018-06-10 19:44:26 -07:00
|
|
|
}
|