2016-12-28 23:49:51 +01:00
|
|
|
{
|
2017-11-06 11:16:14 +01:00
|
|
|
"name": "misskey",
|
2020-01-29 20:37:25 +01:00
|
|
|
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
2020-11-15 05:50:02 +01:00
|
|
|
"version": "12.57.0",
|
2020-01-29 20:37:25 +01:00
|
|
|
"codename": "indigo",
|
2019-02-05 09:42:55 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/syuilo/misskey.git"
|
|
|
|
},
|
2019-02-05 05:46:06 +01:00
|
|
|
"main": "./index.js",
|
2017-11-06 11:16:14 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-02-05 05:46:06 +01:00
|
|
|
"start": "node ./index.js",
|
2020-04-04 04:08:10 +02:00
|
|
|
"start-product": "cross-env NODE_ENV=production node ./index.js",
|
2019-06-29 16:12:00 +02:00
|
|
|
"init": "npm run migrate",
|
2019-05-14 16:54:39 +02:00
|
|
|
"ormconfig": "node ./built/ormconfig.js",
|
2019-06-29 16:12:00 +02:00
|
|
|
"migrate": "ts-node ./node_modules/typeorm/cli.js migration:run",
|
2019-05-16 09:12:30 +02:00
|
|
|
"migrateandstart": "npm run migrate && npm run start",
|
2020-04-03 16:35:14 +02:00
|
|
|
"build": "webpack && gulp build",
|
2020-04-04 04:08:10 +02:00
|
|
|
"build-product": "cross-env NODE_ENV=production webpack && gulp build",
|
2018-04-16 00:07:44 +02:00
|
|
|
"webpack": "webpack",
|
|
|
|
"watch": "webpack --watch",
|
2018-03-02 11:20:52 +01:00
|
|
|
"gulp": "gulp build",
|
2017-11-06 11:16:14 +01:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
2020-03-04 03:45:33 +01:00
|
|
|
"lint": "tslint 'src/**/*.ts'",
|
2020-04-26 03:35:47 +02:00
|
|
|
"test": "cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_COMPILER_OPTIONS=\"{\\\"target\\\":\\\"es2017\\\",\\\"module\\\":\\\"commonjs\\\",\\\"typeRoots\\\":[\\\"node_modules/@types\\\",\\\"src/@types\\\"]}\" mocha",
|
2020-04-03 16:35:14 +02:00
|
|
|
"format": "gulp format"
|
2017-11-06 11:16:14 +01:00
|
|
|
},
|
2019-06-04 16:06:30 +02:00
|
|
|
"resolutions": {
|
2020-04-26 03:35:47 +02:00
|
|
|
"chokidar": "^3.3.1",
|
|
|
|
"constantinople": "^4.0.1",
|
2020-07-10 23:18:43 +02:00
|
|
|
"gulp/gulp-cli/yargs/yargs-parser": "5.0.0-security.0",
|
2020-10-09 07:17:15 +02:00
|
|
|
"jsonld/rdf-canonize/node-forge": "0.10.0",
|
|
|
|
"lodash": "^4.17.20"
|
2019-06-04 16:06:30 +02:00
|
|
|
},
|
2017-11-22 22:18:42 +01:00
|
|
|
"dependencies": {
|
2020-07-31 17:56:09 +02:00
|
|
|
"@babel/plugin-transform-runtime": "7.11.0",
|
2020-06-27 16:25:06 +02:00
|
|
|
"@elastic/elasticsearch": "7.8.0",
|
2020-10-17 13:12:00 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.32",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "5.15.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.1",
|
|
|
|
"@fortawesome/vue-fontawesome": "3.0.0-2",
|
2020-05-24 10:48:24 +02:00
|
|
|
"@koa/cors": "3.1.0",
|
2020-06-27 16:25:06 +02:00
|
|
|
"@koa/multer": "3.0.0",
|
2020-07-12 08:35:11 +02:00
|
|
|
"@koa/router": "9.0.1",
|
2020-04-26 03:35:47 +02:00
|
|
|
"@sinonjs/fake-timers": "6.0.1",
|
2020-10-22 16:09:03 +02:00
|
|
|
"@syuilo/aiscript": "0.11.1",
|
2018-09-21 01:35:06 +02:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2020-06-27 16:25:06 +02:00
|
|
|
"@types/bull": "3.14.0",
|
2020-08-08 03:30:38 +02:00
|
|
|
"@types/cbor": "5.0.1",
|
2019-09-26 22:50:34 +02:00
|
|
|
"@types/dateformat": "3.0.1",
|
2019-07-02 12:20:34 +02:00
|
|
|
"@types/double-ended-queue": "2.1.1",
|
2020-05-09 01:21:42 +02:00
|
|
|
"@types/escape-regexp": "0.0.0",
|
2020-07-11 16:53:29 +02:00
|
|
|
"@types/glob": "7.1.3",
|
2019-04-14 10:40:30 +02:00
|
|
|
"@types/gulp": "4.0.6",
|
2017-11-25 02:47:04 +01:00
|
|
|
"@types/gulp-rename": "0.0.33",
|
|
|
|
"@types/gulp-replace": "0.0.31",
|
2019-02-03 17:30:33 +01:00
|
|
|
"@types/is-url": "1.2.28",
|
2020-06-27 16:25:06 +02:00
|
|
|
"@types/js-yaml": "3.12.5",
|
2020-05-17 07:50:00 +02:00
|
|
|
"@types/jsdom": "16.2.3",
|
2020-05-09 01:21:42 +02:00
|
|
|
"@types/jsonld": "1.5.1",
|
2019-12-19 20:46:28 +01:00
|
|
|
"@types/katex": "0.11.0",
|
2020-04-04 04:08:10 +02:00
|
|
|
"@types/koa": "2.11.3",
|
2019-11-24 09:09:32 +01:00
|
|
|
"@types/koa-bodyparser": "4.3.0",
|
2019-02-01 11:46:18 +01:00
|
|
|
"@types/koa-cors": "0.0.0",
|
2018-04-13 04:50:36 +02:00
|
|
|
"@types/koa-favicon": "2.0.19",
|
2018-10-10 14:01:18 +02:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2019-07-02 12:20:34 +02:00
|
|
|
"@types/koa-mount": "4.0.0",
|
2019-04-14 10:40:30 +02:00
|
|
|
"@types/koa-send": "4.1.2",
|
2019-11-24 09:09:32 +01:00
|
|
|
"@types/koa-views": "2.0.4",
|
2020-01-29 23:53:19 +01:00
|
|
|
"@types/koa__cors": "3.0.1",
|
2019-11-24 09:09:32 +01:00
|
|
|
"@types/koa__multer": "2.0.1",
|
|
|
|
"@types/koa__router": "8.0.2",
|
2020-05-04 05:56:02 +02:00
|
|
|
"@types/markdown-it": "10.0.1",
|
2020-04-04 04:08:10 +02:00
|
|
|
"@types/mocha": "7.0.2",
|
2020-07-11 16:53:29 +02:00
|
|
|
"@types/node": "14.0.22",
|
2020-04-26 03:35:47 +02:00
|
|
|
"@types/node-fetch": "2.5.7",
|
2019-12-19 20:46:28 +01:00
|
|
|
"@types/nodemailer": "6.4.0",
|
2019-07-02 12:20:34 +02:00
|
|
|
"@types/nprogress": "0.2.0",
|
2018-11-04 14:03:55 +01:00
|
|
|
"@types/oauth": "0.9.1",
|
2020-05-17 07:50:00 +02:00
|
|
|
"@types/parse5": "5.0.3",
|
|
|
|
"@types/parsimmon": "1.10.2",
|
2018-07-13 16:25:32 +02:00
|
|
|
"@types/portscanner": "2.1.0",
|
2017-12-31 17:58:12 +01:00
|
|
|
"@types/pug": "2.0.4",
|
2019-09-26 22:50:34 +02:00
|
|
|
"@types/qrcode": "1.3.4",
|
2019-04-15 13:37:21 +02:00
|
|
|
"@types/random-seed": "0.3.3",
|
2017-11-06 11:16:14 +01:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2020-07-11 16:53:29 +02:00
|
|
|
"@types/redis": "2.8.25",
|
2019-03-18 05:20:49 +01:00
|
|
|
"@types/rename": "1.0.1",
|
2019-01-31 15:46:15 +01:00
|
|
|
"@types/request-stats": "3.0.0",
|
2020-04-26 03:35:47 +02:00
|
|
|
"@types/rimraf": "3.0.0",
|
2019-05-01 15:56:18 +02:00
|
|
|
"@types/seedrandom": "2.4.28",
|
2020-10-22 16:09:03 +02:00
|
|
|
"@types/sharp": "0.26.0",
|
2020-04-26 03:35:47 +02:00
|
|
|
"@types/sinonjs__fake-timers": "6.0.1",
|
2019-09-26 22:50:34 +02:00
|
|
|
"@types/speakeasy": "2.0.5",
|
2019-07-02 12:20:34 +02:00
|
|
|
"@types/tinycolor2": "1.4.2",
|
2020-05-04 05:56:02 +02:00
|
|
|
"@types/tmp": "0.2.0",
|
2020-10-17 13:12:00 +02:00
|
|
|
"@types/uuid": "8.3.0",
|
2019-01-29 06:36:24 +01:00
|
|
|
"@types/web-push": "3.3.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"@types/webpack": "4.41.24",
|
2020-05-17 07:50:00 +02:00
|
|
|
"@types/webpack-stream": "3.2.11",
|
2020-07-11 16:53:29 +02:00
|
|
|
"@types/websocket": "1.0.1",
|
2020-10-17 13:12:00 +02:00
|
|
|
"@types/ws": "7.2.7",
|
2020-11-07 04:48:21 +01:00
|
|
|
"@typescript-eslint/parser": "4.6.1",
|
2020-10-22 16:09:03 +02:00
|
|
|
"@vue/compiler-sfc": "3.0.2",
|
2020-04-11 11:28:40 +02:00
|
|
|
"abort-controller": "3.0.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"apexcharts": "3.22.1",
|
2018-12-08 02:41:53 +01:00
|
|
|
"autobind-decorator": "2.4.0",
|
2018-05-17 10:01:07 +02:00
|
|
|
"autosize": "4.0.2",
|
2018-06-17 04:23:18 +02:00
|
|
|
"autwh": "0.1.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"aws-sdk": "2.787.0",
|
2018-06-17 04:23:18 +02:00
|
|
|
"bcryptjs": "2.4.3",
|
2020-07-18 17:24:07 +02:00
|
|
|
"blurhash": "1.1.3",
|
2020-11-07 04:48:21 +01:00
|
|
|
"bull": "3.18.1",
|
2020-01-07 13:51:37 +01:00
|
|
|
"cafy": "15.2.1",
|
2020-08-08 03:30:38 +02:00
|
|
|
"cbor": "5.1.0",
|
2020-06-27 16:25:06 +02:00
|
|
|
"chalk": "4.1.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"chart.js": "2.9.4",
|
2019-11-24 09:09:32 +01:00
|
|
|
"cli-highlight": "2.1.4",
|
2020-05-10 01:10:41 +02:00
|
|
|
"commander": "4.1.1",
|
2019-03-18 07:23:45 +01:00
|
|
|
"content-disposition": "0.5.3",
|
2020-11-07 04:48:21 +01:00
|
|
|
"core-js": "3.7.0",
|
2018-06-17 04:23:18 +02:00
|
|
|
"crc-32": "1.2.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"css-loader": "5.0.1",
|
2019-02-17 13:41:36 +01:00
|
|
|
"cssnano": "4.1.10",
|
2018-07-14 13:58:21 +02:00
|
|
|
"dateformat": "3.0.3",
|
2020-05-23 06:19:31 +02:00
|
|
|
"deep-entries": "3.1.0",
|
2019-07-11 16:46:46 +02:00
|
|
|
"diskusage": "1.1.3",
|
2018-08-14 01:21:25 +02:00
|
|
|
"double-ended-queue": "2.1.0-0",
|
2020-05-09 01:21:42 +02:00
|
|
|
"escape-regexp": "0.0.1",
|
2020-11-07 04:48:21 +01:00
|
|
|
"eslint": "7.12.1",
|
2020-10-22 16:09:03 +02:00
|
|
|
"eslint-plugin-vue": "7.1.0",
|
2020-10-17 13:12:00 +02:00
|
|
|
"eventemitter3": "4.0.7",
|
2020-07-11 16:53:29 +02:00
|
|
|
"feed": "4.2.1",
|
2020-04-26 03:35:47 +02:00
|
|
|
"fibers": "5.0.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"file-type": "16.0.1",
|
2019-07-19 20:28:14 +02:00
|
|
|
"fluent-ffmpeg": "2.1.2",
|
2020-02-07 11:43:37 +01:00
|
|
|
"glob": "7.1.6",
|
2020-11-07 04:48:21 +01:00
|
|
|
"got": "11.8.0",
|
2019-05-14 14:17:29 +02:00
|
|
|
"gulp": "4.0.2",
|
2019-12-19 20:46:28 +01:00
|
|
|
"gulp-rename": "2.0.0",
|
2018-05-17 10:01:07 +02:00
|
|
|
"gulp-replace": "1.0.0",
|
2019-03-13 01:19:48 +01:00
|
|
|
"gulp-sourcemaps": "2.6.5",
|
|
|
|
"gulp-tslint": "8.1.4",
|
2020-04-26 03:35:47 +02:00
|
|
|
"gulp-typescript": "6.0.0-alpha.1",
|
2018-12-26 10:32:58 +01:00
|
|
|
"hard-source-webpack-plugin": "0.13.1",
|
2020-06-27 16:25:06 +02:00
|
|
|
"hcaptcha": "0.0.2",
|
2019-04-14 10:40:30 +02:00
|
|
|
"html-minifier": "4.0.0",
|
2020-04-09 16:42:23 +02:00
|
|
|
"http-proxy-agent": "4.0.1",
|
2020-10-17 13:12:00 +02:00
|
|
|
"http-signature": "1.3.5",
|
2020-02-13 14:39:23 +01:00
|
|
|
"https-proxy-agent": "5.0.0",
|
2020-05-23 06:19:31 +02:00
|
|
|
"idb-keyval": "3.2.0",
|
2019-07-11 16:46:46 +02:00
|
|
|
"insert-text-at-cursor": "0.3.0",
|
2019-04-21 17:43:15 +02:00
|
|
|
"is-root": "2.1.0",
|
2020-01-29 23:53:19 +01:00
|
|
|
"is-svg": "4.2.1",
|
2020-05-24 10:48:24 +02:00
|
|
|
"js-yaml": "3.14.0",
|
2020-08-22 01:03:11 +02:00
|
|
|
"jsdom": "16.4.0",
|
2020-04-19 02:40:19 +02:00
|
|
|
"json5": "2.1.3",
|
2020-10-22 16:09:03 +02:00
|
|
|
"json5-loader": "4.0.1",
|
|
|
|
"jsonld": "3.2.0",
|
2020-06-27 16:25:06 +02:00
|
|
|
"jsrsasign": "8.0.20",
|
2020-07-31 17:56:09 +02:00
|
|
|
"katex": "0.12.0",
|
2020-06-27 16:25:06 +02:00
|
|
|
"koa": "2.13.0",
|
2020-04-04 04:08:10 +02:00
|
|
|
"koa-bodyparser": "4.3.0",
|
|
|
|
"koa-favicon": "2.1.0",
|
2018-06-17 04:23:18 +02:00
|
|
|
"koa-json-body": "5.3.0",
|
2019-07-22 00:31:02 +02:00
|
|
|
"koa-logger": "3.2.1",
|
2018-10-04 05:49:38 +02:00
|
|
|
"koa-mount": "4.0.0",
|
2020-07-11 16:53:29 +02:00
|
|
|
"koa-send": "5.0.1",
|
2018-06-17 04:23:18 +02:00
|
|
|
"koa-slow": "2.1.0",
|
2020-10-17 13:12:00 +02:00
|
|
|
"koa-views": "6.3.1",
|
2018-12-03 12:08:18 +01:00
|
|
|
"langmap": "0.0.16",
|
2019-01-09 07:17:54 +01:00
|
|
|
"lookup-dns-cache": "2.1.0",
|
2020-10-17 13:12:00 +02:00
|
|
|
"markdown-it": "11.0.1",
|
|
|
|
"markdown-it-anchor": "6.0.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"mocha": "8.2.1",
|
2017-11-25 02:47:04 +01:00
|
|
|
"moji": "0.5.1",
|
2019-06-16 09:07:57 +02:00
|
|
|
"ms": "2.1.2",
|
2019-09-26 22:50:34 +02:00
|
|
|
"multer": "1.4.2",
|
2020-10-01 12:51:34 +02:00
|
|
|
"nested-property": "4.0.0",
|
2020-10-17 13:12:00 +02:00
|
|
|
"node-fetch": "2.6.1",
|
2020-11-07 04:48:21 +01:00
|
|
|
"nodemailer": "6.4.15",
|
2018-04-05 14:13:49 +02:00
|
|
|
"object-assign-deep": "0.4.0",
|
2018-07-27 11:42:58 +02:00
|
|
|
"os-utils": "0.0.14",
|
2020-10-17 13:12:00 +02:00
|
|
|
"p-cancelable": "2.0.0",
|
2020-07-31 17:56:09 +02:00
|
|
|
"parse5": "6.0.1",
|
2020-10-17 13:12:00 +02:00
|
|
|
"parsimmon": "1.16.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"pg": "8.4.2",
|
2018-07-13 16:25:32 +02:00
|
|
|
"portscanner": "2.2.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"postcss": "8.1.6",
|
2020-10-22 16:09:03 +02:00
|
|
|
"postcss-loader": "4.0.4",
|
|
|
|
"prismjs": "1.22.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"probe-image-size": "6.0.0",
|
2018-10-11 14:14:20 +02:00
|
|
|
"promise-limit": "2.7.0",
|
2018-06-17 04:23:18 +02:00
|
|
|
"promise-sequential": "1.1.1",
|
2019-07-02 12:20:34 +02:00
|
|
|
"pug": "2.0.4",
|
2018-06-17 04:23:18 +02:00
|
|
|
"punycode": "2.1.1",
|
2020-08-22 01:03:11 +02:00
|
|
|
"pureimage": "0.2.5",
|
2019-11-24 09:09:32 +01:00
|
|
|
"qrcode": "1.4.4",
|
2019-04-15 13:37:21 +02:00
|
|
|
"random-seed": "0.3.0",
|
2020-04-04 04:08:10 +02:00
|
|
|
"ratelimiter": "3.4.1",
|
2020-10-22 16:09:03 +02:00
|
|
|
"re2": "1.15.8",
|
|
|
|
"recaptcha-promise": "1.0.0",
|
2020-02-13 14:39:23 +01:00
|
|
|
"reconnecting-websocket": "4.4.0",
|
|
|
|
"redis": "3.0.2",
|
2019-09-09 15:46:45 +02:00
|
|
|
"redis-lock": "0.1.4",
|
2019-04-07 14:50:36 +02:00
|
|
|
"reflect-metadata": "0.1.13",
|
2020-07-31 17:56:09 +02:00
|
|
|
"regenerator-runtime": "0.13.7",
|
2019-03-18 05:20:49 +01:00
|
|
|
"rename": "1.0.4",
|
2018-09-14 22:40:58 +02:00
|
|
|
"request-stats": "3.0.0",
|
2019-04-07 14:50:36 +02:00
|
|
|
"require-all": "3.0.0",
|
2020-02-13 14:39:23 +01:00
|
|
|
"rimraf": "3.0.2",
|
2018-06-17 04:23:18 +02:00
|
|
|
"rndstr": "1.0.0",
|
2018-02-01 23:34:51 +01:00
|
|
|
"s-age": "1.1.2",
|
2020-11-07 04:48:21 +01:00
|
|
|
"sass": "1.29.0",
|
|
|
|
"sass-loader": "10.0.5",
|
2019-09-26 22:50:34 +02:00
|
|
|
"seedrandom": "3.0.5",
|
2020-10-22 16:09:03 +02:00
|
|
|
"sharp": "0.26.2",
|
2018-06-17 04:23:18 +02:00
|
|
|
"speakeasy": "2.0.0",
|
2020-04-04 04:08:10 +02:00
|
|
|
"stringz": "2.1.0",
|
2020-10-22 16:09:03 +02:00
|
|
|
"style-loader": "2.0.0",
|
2020-06-03 06:20:54 +02:00
|
|
|
"summaly": "2.4.0",
|
2019-08-30 01:29:46 +02:00
|
|
|
"syslog-pro": "1.0.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"systeminformation": "4.28.1",
|
2017-11-06 11:16:14 +01:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2018-02-22 18:24:01 +01:00
|
|
|
"textarea-caret": "3.1.0",
|
2020-07-02 12:17:26 +02:00
|
|
|
"three": "0.117.1",
|
2020-10-17 13:12:00 +02:00
|
|
|
"tinycolor2": "1.4.2",
|
2020-05-04 05:56:02 +02:00
|
|
|
"tmp": "0.2.1",
|
2020-11-07 04:48:21 +01:00
|
|
|
"ts-loader": "8.0.9",
|
2020-08-22 01:03:11 +02:00
|
|
|
"ts-node": "9.0.0",
|
2020-08-08 03:30:38 +02:00
|
|
|
"tslint": "6.1.3",
|
2019-02-03 23:16:01 +01:00
|
|
|
"tslint-sonarts": "1.9.0",
|
2020-11-07 04:48:21 +01:00
|
|
|
"typeorm": "0.2.29",
|
|
|
|
"typescript": "4.0.5",
|
2019-04-07 14:50:36 +02:00
|
|
|
"ulid": "2.3.0",
|
2020-10-22 16:09:03 +02:00
|
|
|
"url-loader": "4.1.1",
|
2020-10-17 13:12:00 +02:00
|
|
|
"uuid": "8.3.1",
|
2019-03-03 00:23:06 +01:00
|
|
|
"v-debounce": "0.1.2",
|
2020-10-21 15:20:03 +02:00
|
|
|
"vue": "3.0.2",
|
2020-04-04 04:08:10 +02:00
|
|
|
"vue-color": "2.7.1",
|
2020-10-17 13:12:00 +02:00
|
|
|
"vue-draggable-next": "1.0.8",
|
2020-10-22 16:09:03 +02:00
|
|
|
"vue-i18n": "9.0.0-beta.6",
|
2020-11-07 04:48:21 +01:00
|
|
|
"vue-json-pretty": "1.7.1",
|
2020-10-21 15:20:03 +02:00
|
|
|
"vue-loader": "16.0.0-beta.8",
|
2020-08-22 01:03:11 +02:00
|
|
|
"vue-prism-editor": "1.2.2",
|
2020-11-14 01:54:39 +01:00
|
|
|
"vue-router": "4.0.0-rc.2",
|
2018-08-14 02:04:37 +02:00
|
|
|
"vue-style-loader": "4.1.2",
|
2020-08-22 01:03:11 +02:00
|
|
|
"vue-template-compiler": "2.6.12",
|
2020-11-14 01:54:39 +01:00
|
|
|
"vuex": "4.0.0-rc.1",
|
2020-08-22 01:03:11 +02:00
|
|
|
"vuex-persistedstate": "3.1.0",
|
2020-05-17 07:50:00 +02:00
|
|
|
"web-push": "3.4.4",
|
2020-11-07 04:48:21 +01:00
|
|
|
"webpack": "5.4.0",
|
|
|
|
"webpack-cli": "4.2.0",
|
2020-10-17 13:12:00 +02:00
|
|
|
"websocket": "1.0.32",
|
2020-07-11 16:53:29 +02:00
|
|
|
"ws": "7.3.1",
|
2018-06-20 19:12:20 +02:00
|
|
|
"xev": "2.0.1"
|
2019-07-19 20:28:14 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-26 03:35:47 +02:00
|
|
|
"@types/chai": "4.2.11",
|
|
|
|
"@types/fluent-ffmpeg": "2.1.14",
|
|
|
|
"chai": "4.2.0",
|
|
|
|
"cross-env": "7.0.2"
|
2017-11-06 11:16:14 +01:00
|
|
|
}
|
2018-06-11 04:44:26 +02:00
|
|
|
}
|