2016-12-28 22:49:51 +00:00
|
|
|
{
|
2017-11-06 10:16:14 +00:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2019-01-22 20:37:37 +00:00
|
|
|
"version": "10.78.5",
|
|
|
|
"clientVersion": "2.0.13712",
|
2018-03-28 00:27:57 +00:00
|
|
|
"codename": "nighthike",
|
2017-11-06 10:16:14 +00:00
|
|
|
"main": "./built/index.js",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./built",
|
|
|
|
"debug": "DEBUG=misskey:* node ./built",
|
2018-04-15 22:07:44 +00:00
|
|
|
"build": "webpack && gulp build",
|
|
|
|
"webpack": "webpack",
|
|
|
|
"watch": "webpack --watch",
|
2018-03-02 10:20:52 +00:00
|
|
|
"gulp": "gulp build",
|
2017-11-06 10:16:14 +00:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-11-07 00:04:16 +00:00
|
|
|
"test": "gulp test",
|
|
|
|
"format": "gulp format"
|
2017-11-06 10:16:14 +00:00
|
|
|
},
|
2017-11-22 21:18:42 +00:00
|
|
|
"dependencies": {
|
2018-12-31 20:21:31 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.12",
|
2018-12-31 20:27:42 +00:00
|
|
|
"@fortawesome/free-brands-svg-icons": "5.6.3",
|
2018-11-05 16:40:11 +00:00
|
|
|
"@fortawesome/free-regular-svg-icons": "5.5.0",
|
2018-12-27 09:50:19 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "5.6.3",
|
2019-01-16 20:22:52 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "0.1.5",
|
2018-12-27 20:27:27 +00:00
|
|
|
"@koa/cors": "2.2.3",
|
2017-11-23 04:25:33 +00:00
|
|
|
"@prezzemolo/rap": "0.1.2",
|
|
|
|
"@prezzemolo/zip": "0.0.3",
|
2018-09-20 23:35:06 +00:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2018-10-15 21:37:21 +00:00
|
|
|
"@types/chai-http": "3.0.5",
|
2018-12-27 20:28:49 +00:00
|
|
|
"@types/dateformat": "3.0.0",
|
2018-10-07 11:31:57 +00:00
|
|
|
"@types/debug": "0.0.31",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2018-08-13 23:21:25 +00:00
|
|
|
"@types/double-ended-queue": "2.1.0",
|
2018-12-31 20:25:44 +00:00
|
|
|
"@types/elasticsearch": "5.0.30",
|
2018-12-26 09:33:28 +00:00
|
|
|
"@types/file-type": "10.6.0",
|
2018-06-20 17:12:20 +00:00
|
|
|
"@types/gulp": "3.8.36",
|
2018-03-28 00:15:58 +00:00
|
|
|
"@types/gulp-mocha": "0.0.32",
|
2017-11-25 01:47:04 +00:00
|
|
|
"@types/gulp-rename": "0.0.33",
|
|
|
|
"@types/gulp-replace": "0.0.31",
|
2018-10-15 20:20:57 +00:00
|
|
|
"@types/gulp-uglify": "3.0.6",
|
2017-11-25 01:47:04 +00:00
|
|
|
"@types/gulp-util": "3.0.34",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/is-root": "1.0.0",
|
2019-01-13 09:21:10 +00:00
|
|
|
"@types/is-svg": "3.0.0",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/is-url": "1.2.28",
|
2018-12-27 09:49:51 +00:00
|
|
|
"@types/js-yaml": "3.11.4",
|
2018-11-16 08:03:52 +00:00
|
|
|
"@types/katex": "0.5.0",
|
2019-01-03 20:20:43 +00:00
|
|
|
"@types/koa": "2.0.48",
|
2018-12-08 01:41:42 +00:00
|
|
|
"@types/koa-bodyparser": "5.0.2",
|
2018-04-27 10:12:15 +00:00
|
|
|
"@types/koa-compress": "2.0.8",
|
2018-04-13 02:50:36 +00:00
|
|
|
"@types/koa-favicon": "2.0.19",
|
2018-10-10 12:01:18 +00:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2018-04-13 02:50:36 +00:00
|
|
|
"@types/koa-mount": "3.0.1",
|
|
|
|
"@types/koa-multer": "1.0.0",
|
2019-01-21 23:08:29 +00:00
|
|
|
"@types/koa-router": "7.0.38",
|
2018-04-13 02:50:36 +00:00
|
|
|
"@types/koa-send": "4.1.1",
|
2018-05-17 22:19:13 +00:00
|
|
|
"@types/koa-views": "2.0.3",
|
2018-07-30 23:21:22 +00:00
|
|
|
"@types/koa__cors": "2.2.3",
|
2018-11-08 23:45:06 +00:00
|
|
|
"@types/minio": "7.0.1",
|
2017-12-31 16:58:12 +00:00
|
|
|
"@types/mkdirp": "0.5.2",
|
2018-10-25 21:40:31 +00:00
|
|
|
"@types/mocha": "5.2.5",
|
2019-01-09 20:16:29 +00:00
|
|
|
"@types/mongodb": "3.1.18",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/ms": "0.7.30",
|
2019-01-09 06:17:54 +00:00
|
|
|
"@types/node": "10.12.18",
|
2018-11-29 07:23:45 +00:00
|
|
|
"@types/nodemailer": "4.6.5",
|
2018-11-04 13:03:55 +00:00
|
|
|
"@types/oauth": "0.9.1",
|
2018-11-20 20:11:00 +00:00
|
|
|
"@types/parsimmon": "1.10.0",
|
2018-07-13 14:25:32 +00:00
|
|
|
"@types/portscanner": "2.1.0",
|
2017-12-31 16:58:12 +00:00
|
|
|
"@types/pug": "2.0.4",
|
2018-10-04 03:50:32 +00:00
|
|
|
"@types/qrcode": "1.3.0",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2019-01-03 20:22:40 +00:00
|
|
|
"@types/redis": "2.8.10",
|
2018-11-07 00:24:04 +00:00
|
|
|
"@types/request": "2.48.1",
|
2018-06-20 10:59:54 +00:00
|
|
|
"@types/request-promise-native": "1.0.15",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/rimraf": "2.0.2",
|
2017-11-13 18:46:30 +00:00
|
|
|
"@types/seedrandom": "2.4.27",
|
2018-10-15 20:21:07 +00:00
|
|
|
"@types/sharp": "0.21.0",
|
2019-01-18 05:40:34 +00:00
|
|
|
"@types/showdown": "1.9.2",
|
2018-10-31 04:43:45 +00:00
|
|
|
"@types/speakeasy": "2.0.3",
|
2018-11-23 00:12:36 +00:00
|
|
|
"@types/systeminformation": "3.23.1",
|
2018-09-26 11:19:35 +00:00
|
|
|
"@types/tinycolor2": "1.4.1",
|
2017-11-13 18:46:30 +00:00
|
|
|
"@types/tmp": "0.0.33",
|
2018-08-30 00:16:12 +00:00
|
|
|
"@types/uuid": "3.4.4",
|
2018-12-26 09:33:20 +00:00
|
|
|
"@types/webpack": "4.4.21",
|
2018-03-14 19:58:54 +00:00
|
|
|
"@types/webpack-stream": "3.2.10",
|
2018-08-30 00:18:42 +00:00
|
|
|
"@types/websocket": "0.0.40",
|
2018-09-06 10:55:20 +00:00
|
|
|
"@types/ws": "6.0.1",
|
2019-01-18 03:50:58 +00:00
|
|
|
"animejs": "3.0.1",
|
2019-01-02 23:36:00 +00:00
|
|
|
"apexcharts": "2.5.1",
|
2018-12-08 01:41:53 +00:00
|
|
|
"autobind-decorator": "2.4.0",
|
2018-05-17 08:01:07 +00:00
|
|
|
"autosize": "4.0.2",
|
2018-06-17 02:23:18 +00:00
|
|
|
"autwh": "0.1.0",
|
|
|
|
"bcryptjs": "2.4.3",
|
2018-07-25 23:11:47 +00:00
|
|
|
"bee-queue": "1.2.2",
|
2018-06-20 10:59:54 +00:00
|
|
|
"bootstrap-vue": "2.0.0-rc.11",
|
2018-11-01 18:32:24 +00:00
|
|
|
"cafy": "12.0.0",
|
2018-10-15 21:37:21 +00:00
|
|
|
"chai": "4.2.0",
|
2019-01-12 05:33:23 +00:00
|
|
|
"chalk": "2.4.2",
|
2019-01-12 05:32:11 +00:00
|
|
|
"chai-http": "4.2.1",
|
2018-10-09 00:38:21 +00:00
|
|
|
"commander": "2.19.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"crc-32": "1.2.0",
|
2018-11-03 03:37:54 +00:00
|
|
|
"css-loader": "1.0.1",
|
2019-01-12 05:32:03 +00:00
|
|
|
"cssnano": "4.1.8",
|
2018-07-14 11:58:21 +00:00
|
|
|
"dateformat": "3.0.3",
|
2018-10-08 20:12:19 +00:00
|
|
|
"debug": "4.1.0",
|
2017-11-06 10:16:14 +00:00
|
|
|
"deep-equal": "1.0.1",
|
2018-06-17 02:23:18 +00:00
|
|
|
"deepcopy": "0.6.3",
|
2018-12-08 01:42:07 +00:00
|
|
|
"diskusage": "1.0.0",
|
2018-08-13 23:21:25 +00:00
|
|
|
"double-ended-queue": "2.1.0-0",
|
2019-01-14 20:30:05 +00:00
|
|
|
"elasticsearch": "15.3.0",
|
2018-11-21 20:31:09 +00:00
|
|
|
"emojilib": "2.4.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"escape-regexp": "0.0.1",
|
2019-01-08 10:15:52 +00:00
|
|
|
"eslint": "5.12.0",
|
2019-01-18 05:41:13 +00:00
|
|
|
"eslint-plugin-vue": "5.1.0",
|
2018-04-27 10:12:15 +00:00
|
|
|
"eventemitter3": "3.1.0",
|
2018-12-21 02:54:39 +00:00
|
|
|
"feed": "2.0.2",
|
2018-10-07 11:27:05 +00:00
|
|
|
"file-loader": "2.0.0",
|
2019-01-03 02:47:32 +00:00
|
|
|
"file-type": "10.7.0",
|
2017-11-06 10:16:14 +00:00
|
|
|
"fuckadblock": "3.2.1",
|
2017-11-23 04:25:33 +00:00
|
|
|
"gulp": "3.9.1",
|
2018-03-28 00:15:58 +00:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2017-12-30 21:27:41 +00:00
|
|
|
"gulp-imagemin": "4.1.0",
|
2018-05-26 04:23:58 +00:00
|
|
|
"gulp-mocha": "6.0.0",
|
2018-07-23 19:54:29 +00:00
|
|
|
"gulp-rename": "1.4.0",
|
2018-05-17 08:01:07 +00:00
|
|
|
"gulp-replace": "1.0.0",
|
2018-03-14 19:58:54 +00:00
|
|
|
"gulp-sourcemaps": "2.6.4",
|
2018-02-01 22:34:51 +00:00
|
|
|
"gulp-stylus": "2.7.0",
|
2018-02-22 17:24:01 +00:00
|
|
|
"gulp-tslint": "8.1.3",
|
2018-12-26 09:34:28 +00:00
|
|
|
"gulp-typescript": "5.0.0",
|
2018-07-24 21:58:34 +00:00
|
|
|
"gulp-uglify": "3.0.1",
|
2017-11-23 04:25:33 +00:00
|
|
|
"gulp-util": "3.0.8",
|
2018-11-11 20:03:12 +00:00
|
|
|
"gulp-yaml": "2.0.2",
|
2018-12-26 09:32:58 +00:00
|
|
|
"hard-source-webpack-plugin": "0.13.1",
|
2018-10-25 21:40:01 +00:00
|
|
|
"html-minifier": "3.5.21",
|
2018-06-17 02:23:18 +00:00
|
|
|
"http-signature": "1.2.0",
|
2018-07-19 20:29:56 +00:00
|
|
|
"insert-text-at-cursor": "0.1.1",
|
2018-06-17 02:23:18 +00:00
|
|
|
"is-root": "2.0.0",
|
2019-01-13 09:21:10 +00:00
|
|
|
"is-svg": "3.0.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"is-url": "1.2.4",
|
2019-01-18 05:41:23 +00:00
|
|
|
"js-yaml": "3.12.1",
|
2018-12-26 09:33:50 +00:00
|
|
|
"jsdom": "13.1.0",
|
2018-10-02 07:04:31 +00:00
|
|
|
"json5": "2.1.0",
|
|
|
|
"json5-loader": "1.0.1",
|
2018-11-16 08:03:52 +00:00
|
|
|
"katex": "0.10.0",
|
2018-11-22 21:06:03 +00:00
|
|
|
"koa": "2.6.2",
|
2018-06-17 02:23:18 +00:00
|
|
|
"koa-bodyparser": "4.2.1",
|
|
|
|
"koa-compress": "3.0.0",
|
|
|
|
"koa-favicon": "2.0.1",
|
|
|
|
"koa-json-body": "5.3.0",
|
|
|
|
"koa-logger": "3.2.0",
|
2018-10-04 03:49:38 +00:00
|
|
|
"koa-mount": "4.0.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"koa-multer": "1.0.2",
|
|
|
|
"koa-router": "7.4.0",
|
2018-06-20 10:59:54 +00:00
|
|
|
"koa-send": "5.0.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"koa-slow": "2.1.0",
|
|
|
|
"koa-views": "6.1.4",
|
2018-12-03 11:08:18 +00:00
|
|
|
"langmap": "0.0.16",
|
2018-12-28 20:21:50 +00:00
|
|
|
"loader-utils": "1.2.3",
|
2019-01-09 06:17:54 +00:00
|
|
|
"lookup-dns-cache": "2.1.0",
|
2019-01-15 01:41:16 +00:00
|
|
|
"minio": "7.0.3",
|
2017-12-31 16:58:12 +00:00
|
|
|
"mkdirp": "0.5.1",
|
2018-05-20 05:10:30 +00:00
|
|
|
"mocha": "5.2.0",
|
2017-11-25 01:47:04 +00:00
|
|
|
"moji": "0.5.1",
|
2019-01-03 20:17:22 +00:00
|
|
|
"moment": "2.23.0",
|
2018-12-26 20:46:42 +00:00
|
|
|
"mongodb": "3.1.10",
|
2018-06-17 02:23:18 +00:00
|
|
|
"monk": "6.0.6",
|
|
|
|
"ms": "2.1.1",
|
2018-12-27 09:49:33 +00:00
|
|
|
"nan": "2.12.1",
|
2018-08-22 00:10:39 +00:00
|
|
|
"nested-property": "0.0.7",
|
2019-01-21 23:08:21 +00:00
|
|
|
"nodemailer": "5.1.1",
|
2017-11-06 10:16:14 +00:00
|
|
|
"nprogress": "0.2.0",
|
2018-04-05 12:13:49 +00:00
|
|
|
"object-assign-deep": "0.4.0",
|
2018-03-14 19:58:54 +00:00
|
|
|
"on-build-webpack": "0.1.0",
|
2018-07-27 09:42:58 +00:00
|
|
|
"os-utils": "0.0.14",
|
2018-08-13 16:54:58 +00:00
|
|
|
"parse5": "5.1.0",
|
2018-11-20 20:11:00 +00:00
|
|
|
"parsimmon": "1.12.0",
|
2018-07-13 14:25:32 +00:00
|
|
|
"portscanner": "2.2.0",
|
2018-11-11 19:09:02 +00:00
|
|
|
"postcss-loader": "3.0.0",
|
2019-01-22 20:24:23 +00:00
|
|
|
"progress-bar-webpack-plugin": "1.12.0",
|
2019-01-09 06:17:54 +00:00
|
|
|
"promise-any": "0.2.0",
|
2018-10-11 12:14:20 +00:00
|
|
|
"promise-limit": "2.7.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"promise-sequential": "1.1.1",
|
2018-03-21 11:46:57 +00:00
|
|
|
"pug": "2.0.3",
|
2018-06-17 02:23:18 +00:00
|
|
|
"punycode": "2.1.1",
|
2018-11-07 00:23:47 +00:00
|
|
|
"qrcode": "1.3.2",
|
2018-11-14 21:21:31 +00:00
|
|
|
"randomcolor": "0.5.3",
|
2018-07-21 12:57:47 +00:00
|
|
|
"ratelimiter": "3.2.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2018-10-19 06:04:46 +00:00
|
|
|
"reconnecting-websocket": "4.1.10",
|
2018-06-17 02:23:18 +00:00
|
|
|
"redis": "2.8.0",
|
2018-08-11 03:21:30 +00:00
|
|
|
"request": "2.88.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"request-promise-native": "1.0.5",
|
2018-09-14 20:40:58 +00:00
|
|
|
"request-stats": "3.0.0",
|
2019-01-20 09:09:44 +00:00
|
|
|
"rimraf": "2.6.3",
|
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",
|
2018-08-14 10:52:57 +00:00
|
|
|
"seedrandom": "2.4.4",
|
2018-12-26 20:46:00 +00:00
|
|
|
"sharp": "0.21.1",
|
2018-11-15 20:49:07 +00:00
|
|
|
"showdown": "1.9.0",
|
2018-07-16 16:11:36 +00:00
|
|
|
"showdown-highlightjs-extension": "0.1.2",
|
2018-06-17 02:23:18 +00:00
|
|
|
"speakeasy": "2.0.0",
|
2018-08-05 10:20:26 +00:00
|
|
|
"stringz": "1.0.0",
|
2018-10-08 13:43:10 +00:00
|
|
|
"style-loader": "0.23.1",
|
2017-11-23 04:25:33 +00:00
|
|
|
"stylus": "0.54.5",
|
2018-03-14 19:58:54 +00:00
|
|
|
"stylus-loader": "3.0.2",
|
2018-08-29 12:27:33 +00:00
|
|
|
"summaly": "2.2.0",
|
2018-12-26 09:33:42 +00:00
|
|
|
"systeminformation": "3.52.2",
|
2017-11-06 10:16:14 +00:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2019-01-11 10:58:16 +00:00
|
|
|
"terser-webpack-plugin": "1.2.1",
|
2018-02-22 17:24:01 +00:00
|
|
|
"textarea-caret": "3.1.0",
|
2018-09-26 11:19:35 +00:00
|
|
|
"tinycolor2": "1.4.1",
|
2018-06-17 02:23:18 +00:00
|
|
|
"tmp": "0.0.33",
|
2019-01-08 20:19:39 +00:00
|
|
|
"ts-loader": "5.3.3",
|
2018-08-11 22:14:05 +00:00
|
|
|
"ts-node": "7.0.1",
|
2018-12-26 09:33:34 +00:00
|
|
|
"tslint": "5.12.0",
|
2018-12-26 16:32:31 +00:00
|
|
|
"tslint-sonarts": "1.8.0",
|
2019-01-21 23:08:02 +00:00
|
|
|
"typescript": "3.2.4",
|
2018-12-03 23:29:00 +00:00
|
|
|
"typescript-eslint-parser": "21.0.2",
|
2018-02-01 22:34:51 +00:00
|
|
|
"uglify-es": "3.3.9",
|
2018-10-10 12:00:47 +00:00
|
|
|
"url-loader": "1.1.2",
|
2018-06-28 21:34:10 +00:00
|
|
|
"uuid": "3.3.2",
|
2018-12-08 01:40:15 +00:00
|
|
|
"v-animate-css": "0.0.3",
|
2018-08-01 21:48:35 +00:00
|
|
|
"vue": "2.5.17",
|
2018-10-10 17:22:57 +00:00
|
|
|
"vue-color": "2.7.0",
|
2018-10-14 00:47:38 +00:00
|
|
|
"vue-content-loading": "1.5.3",
|
2018-12-26 09:33:08 +00:00
|
|
|
"vue-cropperjs": "3.0.0",
|
2019-01-15 01:40:04 +00:00
|
|
|
"vue-i18n": "8.7.0",
|
2018-12-27 09:49:44 +00:00
|
|
|
"vue-js-modal": "1.3.28",
|
2019-01-21 23:07:37 +00:00
|
|
|
"vue-loader": "15.5.1",
|
2019-01-03 20:18:49 +00:00
|
|
|
"vue-marquee-text-component": "1.1.1",
|
2018-11-24 08:13:25 +00:00
|
|
|
"vue-router": "3.0.2",
|
2018-12-16 02:32:20 +00:00
|
|
|
"vue-sequential-entrance": "1.1.3",
|
2018-08-14 00:04:37 +00:00
|
|
|
"vue-style-loader": "4.1.2",
|
2018-12-27 09:50:01 +00:00
|
|
|
"vue-svg-inline-loader": "1.2.7",
|
2018-08-01 21:41:18 +00:00
|
|
|
"vue-template-compiler": "2.5.17",
|
2018-12-03 23:28:52 +00:00
|
|
|
"vuedraggable": "2.17.0",
|
2018-09-07 11:21:25 +00:00
|
|
|
"vuewordcloud": "18.7.11",
|
2018-04-27 10:12:15 +00:00
|
|
|
"vuex": "3.0.1",
|
2018-07-14 16:42:14 +00:00
|
|
|
"vuex-persistedstate": "2.5.4",
|
2018-09-18 17:39:57 +00:00
|
|
|
"web-push": "3.3.3",
|
2018-11-27 06:49:50 +00:00
|
|
|
"webfinger.js": "2.7.0",
|
2019-01-18 03:53:42 +00:00
|
|
|
"webpack": "4.28.4",
|
2019-01-12 05:32:42 +00:00
|
|
|
"webpack-cli": "3.2.1",
|
2018-09-20 19:30:29 +00:00
|
|
|
"websocket": "1.0.28",
|
2018-11-22 20:23:05 +00:00
|
|
|
"ws": "6.1.2",
|
2018-06-20 17:12:20 +00:00
|
|
|
"xev": "2.0.1"
|
2017-11-06 10:16:14 +00:00
|
|
|
}
|
2018-06-11 02:44:26 +00:00
|
|
|
}
|