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-04-16 23:23:07 +09:00
|
|
|
"version": "12.33.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-01-09 14:35:04 +09:00
|
|
|
"test": "cross-env TS_NODE_FILES=true gulp test",
|
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": {
|
2019-10-14 01:53:28 +09:00
|
|
|
"https-proxy-agent": "^3.0.0",
|
2019-07-20 03:28:14 +09:00
|
|
|
"lodash": "^4.17.13"
|
2019-06-04 23:06:30 +09:00
|
|
|
},
|
2017-11-23 06:18:42 +09:00
|
|
|
"dependencies": {
|
2020-04-04 11:08:10 +09:00
|
|
|
"@elastic/elasticsearch": "7.6.1",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.28",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "5.13.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.13.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.13.0",
|
2019-12-20 04:46:28 +09:00
|
|
|
"@fortawesome/vue-fontawesome": "0.1.9",
|
2020-04-04 11:08:10 +09:00
|
|
|
"@juggle/resize-observer": "3.1.3",
|
2019-07-02 19:20:34 +09:00
|
|
|
"@koa/cors": "3.0.0",
|
2020-01-07 21:51:37 +09:00
|
|
|
"@koa/multer": "2.0.2",
|
2020-02-13 22:39:23 +09:00
|
|
|
"@koa/router": "8.0.8",
|
2020-04-17 20:25:26 +09:00
|
|
|
"@syuilo/aiscript": "0.3.2",
|
2018-09-21 08:35:06 +09:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2020-04-04 11:08:10 +09:00
|
|
|
"@types/bull": "3.12.1",
|
2019-12-20 04:46:28 +09:00
|
|
|
"@types/cbor": "5.0.0",
|
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-02-07 19:43:37 +09:00
|
|
|
"@types/glob": "7.1.1",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/gulp": "4.0.6",
|
2018-03-28 09:15:58 +09:00
|
|
|
"@types/gulp-mocha": "0.0.32",
|
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-04-04 11:08:10 +09:00
|
|
|
"@types/js-yaml": "3.12.3",
|
|
|
|
"@types/jsdom": "16.2.0",
|
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-04-14 17:40:30 +09:00
|
|
|
"@types/koa-compress": "2.0.9",
|
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",
|
|
|
|
"@types/lolex": "5.1.0",
|
2020-02-07 01:20:04 +09:00
|
|
|
"@types/markdown-it": "0.0.9",
|
2020-04-04 11:08:10 +09:00
|
|
|
"@types/mocha": "7.0.2",
|
|
|
|
"@types/node": "13.11.0",
|
2020-04-09 23:42:23 +09:00
|
|
|
"@types/node-fetch": "2.5.5",
|
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",
|
2019-09-27 05:50:34 +09:00
|
|
|
"@types/parse5": "5.0.2",
|
2020-01-30 07:53:19 +09:00
|
|
|
"@types/parsimmon": "1.10.1",
|
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-04-04 11:08:10 +09:00
|
|
|
"@types/redis": "2.8.17",
|
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",
|
2019-11-24 17:09:32 +09:00
|
|
|
"@types/rimraf": "2.0.3",
|
2019-05-01 22:56:18 +09:00
|
|
|
"@types/seedrandom": "2.4.28",
|
2020-01-30 07:53:19 +09:00
|
|
|
"@types/sharp": "0.24.0",
|
2019-07-02 19:20:34 +09:00
|
|
|
"@types/showdown": "1.9.3",
|
2019-09-27 05:50:34 +09:00
|
|
|
"@types/speakeasy": "2.0.5",
|
2019-11-24 17:09:32 +09:00
|
|
|
"@types/systeminformation": "3.54.1",
|
2019-07-02 19:20:34 +09:00
|
|
|
"@types/tinycolor2": "1.4.2",
|
2019-04-14 17:40:30 +09:00
|
|
|
"@types/tmp": "0.1.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"@types/uuid": "7.0.2",
|
2019-01-29 14:36:24 +09:00
|
|
|
"@types/web-push": "3.3.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"@types/webpack": "4.41.10",
|
2018-03-15 04:58:54 +09:00
|
|
|
"@types/webpack-stream": "3.2.10",
|
2019-11-24 17:09:32 +09:00
|
|
|
"@types/websocket": "1.0.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"@types/ws": "7.2.3",
|
|
|
|
"@typescript-eslint/parser": "2.26.0",
|
2020-04-11 18:28:40 +09:00
|
|
|
"abort-controller": "3.0.0",
|
2019-08-18 14:56:47 +09:00
|
|
|
"animejs": "3.1.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"apexcharts": "3.17.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-04-04 11:08:10 +09:00
|
|
|
"aws-sdk": "2.653.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"bcryptjs": "2.4.3",
|
2020-04-04 11:08:10 +09:00
|
|
|
"bull": "3.13.0",
|
2020-01-07 21:51:37 +09:00
|
|
|
"cafy": "15.2.1",
|
2019-09-27 05:50:34 +09:00
|
|
|
"cbor": "5.0.1",
|
2018-10-16 06:37:21 +09:00
|
|
|
"chai": "4.2.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"chalk": "4.0.0",
|
2020-01-30 04:37:25 +09:00
|
|
|
"chart.js": "2.9.3",
|
2019-11-24 17:09:32 +09:00
|
|
|
"cli-highlight": "2.1.4",
|
2020-02-13 22:39:23 +09:00
|
|
|
"commander": "4.1.1",
|
2019-03-18 15:23:45 +09:00
|
|
|
"content-disposition": "0.5.3",
|
2018-06-17 11:23:18 +09:00
|
|
|
"crc-32": "1.2.0",
|
2020-01-30 07:53:19 +09:00
|
|
|
"css-loader": "3.4.2",
|
2019-02-17 21:41:36 +09:00
|
|
|
"cssnano": "4.1.10",
|
2018-07-14 20:58:21 +09:00
|
|
|
"dateformat": "3.0.3",
|
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-01-07 21:51:37 +09:00
|
|
|
"eslint": "6.8.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"eslint-plugin-vue": "6.2.2",
|
2019-07-02 19:20:34 +09:00
|
|
|
"eventemitter3": "4.0.0",
|
2020-01-07 21:51:37 +09:00
|
|
|
"feed": "4.1.0",
|
2020-01-30 04:37:25 +09:00
|
|
|
"fibers": "4.0.2",
|
2020-04-04 11:08:10 +09:00
|
|
|
"file-type": "14.1.4",
|
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",
|
2019-05-14 21:17:29 +09:00
|
|
|
"gulp": "4.0.2",
|
2020-04-04 11:08:10 +09:00
|
|
|
"gulp-clean-css": "4.3.0",
|
|
|
|
"gulp-dart-sass": "1.0.0",
|
2019-10-14 02:26:02 +09:00
|
|
|
"gulp-mocha": "7.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",
|
2019-12-12 00:37:58 +09:00
|
|
|
"gulp-terser": "1.2.0",
|
2019-03-13 09:19:48 +09:00
|
|
|
"gulp-tslint": "8.1.4",
|
2019-04-14 17:40:30 +09:00
|
|
|
"gulp-typescript": "5.0.1",
|
2018-12-26 18:32:58 +09:00
|
|
|
"hard-source-webpack-plugin": "0.13.1",
|
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-04-04 11:08:10 +09:00
|
|
|
"http-signature": "1.3.4",
|
2020-02-13 22:39:23 +09:00
|
|
|
"https-proxy-agent": "5.0.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",
|
2019-04-14 17:40:30 +09:00
|
|
|
"js-yaml": "3.13.1",
|
2020-04-04 11:08:10 +09:00
|
|
|
"jsdom": "16.2.2",
|
|
|
|
"json5": "2.1.2",
|
2019-07-02 19:20:34 +09:00
|
|
|
"json5-loader": "3.0.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"jsrsasign": "8.0.13",
|
2019-09-27 05:50:34 +09:00
|
|
|
"katex": "0.11.1",
|
2019-11-24 17:09:32 +09:00
|
|
|
"koa": "2.11.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"koa-bodyparser": "4.3.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"koa-compress": "3.0.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"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",
|
2018-06-20 19:59:54 +09:00
|
|
|
"koa-send": "5.0.0",
|
2018-06-17 11:23:18 +09:00
|
|
|
"koa-slow": "2.1.0",
|
2019-09-10 15:46:00 +09:00
|
|
|
"koa-views": "6.2.1",
|
2018-12-03 20:08:18 +09:00
|
|
|
"langmap": "0.0.16",
|
2019-12-20 04:46:28 +09:00
|
|
|
"lolex": "5.1.2",
|
2019-01-09 15:17:54 +09:00
|
|
|
"lookup-dns-cache": "2.1.0",
|
2020-02-07 01:20:04 +09:00
|
|
|
"markdown-it": "10.0.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"markdown-it-anchor": "5.2.7",
|
|
|
|
"mocha": "7.1.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-01-30 07:53:19 +09:00
|
|
|
"nested-property": "1.0.4",
|
2019-06-07 20:29:13 +09:00
|
|
|
"node-fetch": "2.6.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"nodemailer": "6.4.6",
|
2017-11-06 19:16:14 +09:00
|
|
|
"nprogress": "0.2.0",
|
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",
|
2019-11-24 17:09:32 +09:00
|
|
|
"parse5": "5.1.1",
|
2019-08-18 14:56:47 +09:00
|
|
|
"parsimmon": "1.13.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"pg": "8.0.0",
|
2020-01-30 04:37:25 +09:00
|
|
|
"portal-vue": "2.1.7",
|
2018-07-13 23:25:32 +09:00
|
|
|
"portscanner": "2.2.0",
|
2018-11-12 04:09:02 +09:00
|
|
|
"postcss-loader": "3.0.0",
|
2020-01-30 07:53:19 +09:00
|
|
|
"prismjs": "1.19.0",
|
2020-01-12 16:40:58 +09:00
|
|
|
"probe-image-size": "5.0.0",
|
2020-01-30 07:53:19 +09:00
|
|
|
"progress-bar-webpack-plugin": "2.1.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-04-04 11:08:10 +09:00
|
|
|
"pureimage": "0.2.1",
|
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",
|
2019-03-13 09:19:48 +09:00
|
|
|
"randomcolor": "0.5.4",
|
2020-04-04 11:08:10 +09:00
|
|
|
"ratelimiter": "3.4.1",
|
2018-06-17 11:23:18 +09:00
|
|
|
"recaptcha-promise": "0.1.3",
|
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",
|
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-04-04 11:08:10 +09:00
|
|
|
"sass": "1.26.3",
|
2020-01-30 07:53:19 +09:00
|
|
|
"sass-loader": "8.0.2",
|
2019-09-27 05:50:34 +09:00
|
|
|
"seedrandom": "3.0.5",
|
2020-04-04 11:08:10 +09:00
|
|
|
"sharp": "0.25.2",
|
2019-12-15 03:41:18 +09:00
|
|
|
"showdown": "1.9.1",
|
2018-07-17 01:11:36 +09:00
|
|
|
"showdown-highlightjs-extension": "0.1.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-01-30 07:53:19 +09:00
|
|
|
"style-loader": "1.1.3",
|
2019-09-02 05:20:06 +09:00
|
|
|
"summaly": "2.3.1",
|
2019-08-30 08:29:46 +09:00
|
|
|
"syslog-pro": "1.0.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"systeminformation": "4.23.1",
|
2017-11-06 19:16:14 +09:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2020-04-04 11:08:10 +09:00
|
|
|
"terser-webpack-plugin": "2.3.5",
|
2018-02-23 02:24:01 +09:00
|
|
|
"textarea-caret": "3.1.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"three": "0.115.0",
|
2018-09-26 20:19:35 +09:00
|
|
|
"tinycolor2": "1.4.1",
|
2019-04-14 17:40:30 +09:00
|
|
|
"tmp": "0.1.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"ts-loader": "6.2.2",
|
|
|
|
"ts-node": "8.8.1",
|
|
|
|
"tslint": "6.1.1",
|
2019-02-04 07:16:01 +09:00
|
|
|
"tslint-sonarts": "1.9.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"typeorm": "0.2.24",
|
|
|
|
"typescript": "3.8.3",
|
2019-04-07 21:50:36 +09:00
|
|
|
"ulid": "2.3.0",
|
2019-12-20 04:46:28 +09:00
|
|
|
"url-loader": "3.0.0",
|
2020-04-04 11:08:10 +09:00
|
|
|
"uuid": "7.0.3",
|
2018-12-08 10:40:15 +09:00
|
|
|
"v-animate-css": "0.0.3",
|
2019-03-03 08:23:06 +09:00
|
|
|
"v-debounce": "0.1.2",
|
2019-12-20 04:46:28 +09:00
|
|
|
"vue": "2.6.11",
|
2020-04-04 11:08:10 +09:00
|
|
|
"vue-color": "2.7.1",
|
2019-04-09 20:49:56 +09:00
|
|
|
"vue-content-loading": "1.6.0",
|
2019-11-24 17:09:32 +09:00
|
|
|
"vue-cropperjs": "4.0.1",
|
2020-04-04 11:08:10 +09:00
|
|
|
"vue-i18n": "8.16.0",
|
2020-01-07 21:51:37 +09:00
|
|
|
"vue-json-pretty": "1.6.3",
|
2020-04-04 11:08:10 +09:00
|
|
|
"vue-loader": "15.9.1",
|
2019-01-04 05:18:49 +09:00
|
|
|
"vue-marquee-text-component": "1.1.1",
|
2020-04-04 11:08:10 +09:00
|
|
|
"vue-meta": "2.3.3",
|
2019-01-27 14:34:52 +09:00
|
|
|
"vue-prism-component": "1.1.1",
|
2020-04-11 22:44:32 +09:00
|
|
|
"vue-prism-editor": "0.5.1",
|
2020-04-04 11:08:10 +09:00
|
|
|
"vue-router": "3.1.6",
|
2018-08-14 09:04:37 +09:00
|
|
|
"vue-style-loader": "4.1.2",
|
2020-04-04 11:08:10 +09:00
|
|
|
"vue-svg-inline-loader": "1.5.0",
|
2019-12-20 04:46:28 +09:00
|
|
|
"vue-template-compiler": "2.6.11",
|
2019-10-14 02:26:02 +09:00
|
|
|
"vuedraggable": "2.23.2",
|
2020-04-04 11:08:10 +09:00
|
|
|
"vuex": "3.1.3",
|
|
|
|
"vuex-persistedstate": "3.0.1",
|
2019-12-20 04:46:28 +09:00
|
|
|
"web-push": "3.4.3",
|
2020-04-04 11:08:10 +09:00
|
|
|
"webpack": "4.42.1",
|
2020-02-13 22:39:23 +09:00
|
|
|
"webpack-cli": "3.3.11",
|
2019-12-20 04:46:28 +09:00
|
|
|
"websocket": "1.0.31",
|
2020-04-04 11:08:10 +09:00
|
|
|
"ws": "7.2.3",
|
2018-06-21 02:12:20 +09:00
|
|
|
"xev": "2.0.1"
|
2019-07-20 03:28:14 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-09 14:35:04 +09:00
|
|
|
"@types/fluent-ffmpeg": "2.1.12",
|
|
|
|
"cross-env": "6.0.3"
|
2017-11-06 19:16:14 +09:00
|
|
|
}
|
2018-06-11 11:44:26 +09:00
|
|
|
}
|