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