2016-12-29 00:49:51 +02:00
|
|
|
{
|
2017-11-06 12:16:14 +02:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2018-12-03 18:37:05 +02:00
|
|
|
"version": "10.61.0",
|
|
|
|
"clientVersion": "2.0.12407",
|
2018-03-28 03:27:57 +03:00
|
|
|
"codename": "nighthike",
|
2017-11-06 12:16:14 +02:00
|
|
|
"main": "./built/index.js",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./built",
|
|
|
|
"debug": "DEBUG=misskey:* node ./built",
|
2018-04-16 01:07:44 +03:00
|
|
|
"build": "webpack && gulp build",
|
|
|
|
"webpack": "webpack",
|
|
|
|
"watch": "webpack --watch",
|
2018-03-02 12:20:52 +02:00
|
|
|
"gulp": "gulp build",
|
2017-11-06 12:16:14 +02:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-11-07 02:04:16 +02:00
|
|
|
"test": "gulp test",
|
|
|
|
"format": "gulp format"
|
2017-11-06 12:16:14 +02:00
|
|
|
},
|
2017-11-22 23:18:42 +02:00
|
|
|
"dependencies": {
|
2018-11-05 18:40:11 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.8",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "5.5.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.5.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.5.0",
|
|
|
|
"@fortawesome/vue-fontawesome": "0.1.2",
|
2018-07-11 15:50:56 +03:00
|
|
|
"@koa/cors": "2.2.2",
|
2017-11-23 06:25:33 +02:00
|
|
|
"@prezzemolo/rap": "0.1.2",
|
|
|
|
"@prezzemolo/zip": "0.0.3",
|
2018-09-21 02:35:06 +03:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2018-10-16 00:37:21 +03:00
|
|
|
"@types/chai-http": "3.0.5",
|
2018-07-14 14:58:21 +03:00
|
|
|
"@types/dateformat": "1.0.1",
|
2018-10-07 14:31:57 +03:00
|
|
|
"@types/debug": "0.0.31",
|
2017-11-06 12:16:14 +02:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2018-08-14 02:21:25 +03:00
|
|
|
"@types/double-ended-queue": "2.1.0",
|
2018-12-04 01:28:42 +02:00
|
|
|
"@types/elasticsearch": "5.0.29",
|
2018-12-01 00:19:39 +02:00
|
|
|
"@types/file-type": "5.2.2",
|
2018-06-20 20:12:20 +03:00
|
|
|
"@types/gulp": "3.8.36",
|
2018-03-28 03:15:58 +03:00
|
|
|
"@types/gulp-htmlmin": "1.3.32",
|
|
|
|
"@types/gulp-mocha": "0.0.32",
|
2017-11-25 03:47:04 +02:00
|
|
|
"@types/gulp-rename": "0.0.33",
|
|
|
|
"@types/gulp-replace": "0.0.31",
|
2018-10-15 23:20:57 +03:00
|
|
|
"@types/gulp-uglify": "3.0.6",
|
2017-11-25 03:47:04 +02:00
|
|
|
"@types/gulp-util": "3.0.34",
|
2017-11-06 12:16:14 +02:00
|
|
|
"@types/is-root": "1.0.0",
|
|
|
|
"@types/is-url": "1.2.28",
|
2018-07-04 04:14:00 +03:00
|
|
|
"@types/js-yaml": "3.11.2",
|
2018-11-16 10:03:52 +02:00
|
|
|
"@types/katex": "0.5.0",
|
2018-11-23 02:12:21 +02:00
|
|
|
"@types/koa": "2.0.47",
|
2018-07-10 04:34:50 +03:00
|
|
|
"@types/koa-bodyparser": "5.0.1",
|
2018-04-27 13:12:15 +03:00
|
|
|
"@types/koa-compress": "2.0.8",
|
2018-04-13 05:50:36 +03:00
|
|
|
"@types/koa-favicon": "2.0.19",
|
2018-10-10 15:01:18 +03:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2018-04-13 05:50:36 +03:00
|
|
|
"@types/koa-mount": "3.0.1",
|
|
|
|
"@types/koa-multer": "1.0.0",
|
2018-11-23 02:12:01 +02:00
|
|
|
"@types/koa-router": "7.0.35",
|
2018-04-13 05:50:36 +03:00
|
|
|
"@types/koa-send": "4.1.1",
|
2018-05-18 01:19:13 +03:00
|
|
|
"@types/koa-views": "2.0.3",
|
2018-07-31 02:21:22 +03:00
|
|
|
"@types/koa__cors": "2.2.3",
|
2018-11-09 01:45:06 +02:00
|
|
|
"@types/minio": "7.0.1",
|
2017-12-31 18:58:12 +02:00
|
|
|
"@types/mkdirp": "0.5.2",
|
2018-10-26 00:40:31 +03:00
|
|
|
"@types/mocha": "5.2.5",
|
2018-11-11 11:30:38 +02:00
|
|
|
"@types/mongodb": "3.1.14",
|
2017-11-06 12:16:14 +02:00
|
|
|
"@types/ms": "0.7.30",
|
2018-11-23 02:12:29 +02:00
|
|
|
"@types/node": "10.12.10",
|
2018-11-29 09:23:45 +02:00
|
|
|
"@types/nodemailer": "4.6.5",
|
2018-11-04 15:03:55 +02:00
|
|
|
"@types/oauth": "0.9.1",
|
2018-11-20 22:11:00 +02:00
|
|
|
"@types/parsimmon": "1.10.0",
|
2018-07-13 17:25:32 +03:00
|
|
|
"@types/portscanner": "2.1.0",
|
2017-12-31 18:58:12 +02:00
|
|
|
"@types/pug": "2.0.4",
|
2018-10-04 06:50:32 +03:00
|
|
|
"@types/qrcode": "1.3.0",
|
2017-11-06 12:16:14 +02:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2018-11-23 02:12:13 +02:00
|
|
|
"@types/redis": "2.8.8",
|
2018-11-07 02:24:04 +02:00
|
|
|
"@types/request": "2.48.1",
|
2018-06-20 13:59:54 +03:00
|
|
|
"@types/request-promise-native": "1.0.15",
|
2017-11-06 12:16:14 +02:00
|
|
|
"@types/rimraf": "2.0.2",
|
2017-11-13 20:46:30 +02:00
|
|
|
"@types/seedrandom": "2.4.27",
|
2018-10-15 23:21:07 +03:00
|
|
|
"@types/sharp": "0.21.0",
|
2018-07-15 12:28:08 +03:00
|
|
|
"@types/showdown": "1.7.5",
|
2018-10-31 06:43:45 +02:00
|
|
|
"@types/speakeasy": "2.0.3",
|
2018-11-23 02:12:36 +02:00
|
|
|
"@types/systeminformation": "3.23.1",
|
2018-09-26 14:19:35 +03:00
|
|
|
"@types/tinycolor2": "1.4.1",
|
2017-11-13 20:46:30 +02:00
|
|
|
"@types/tmp": "0.0.33",
|
2018-08-30 03:16:12 +03:00
|
|
|
"@types/uuid": "3.4.4",
|
2018-11-16 22:30:30 +02:00
|
|
|
"@types/webpack": "4.4.19",
|
2018-03-14 21:58:54 +02:00
|
|
|
"@types/webpack-stream": "3.2.10",
|
2018-08-30 03:18:42 +03:00
|
|
|
"@types/websocket": "0.0.40",
|
2018-09-06 13:55:20 +03:00
|
|
|
"@types/ws": "6.0.1",
|
2017-11-06 12:16:14 +02:00
|
|
|
"animejs": "2.2.0",
|
2018-11-21 22:29:47 +02:00
|
|
|
"apexcharts": "2.2.3",
|
2018-11-28 09:00:58 +02:00
|
|
|
"autobind-decorator": "2.3.1",
|
2018-05-17 11:01:07 +03:00
|
|
|
"autosize": "4.0.2",
|
2018-06-17 05:23:18 +03:00
|
|
|
"autwh": "0.1.0",
|
|
|
|
"bcryptjs": "2.4.3",
|
2018-07-26 02:11:47 +03:00
|
|
|
"bee-queue": "1.2.2",
|
2018-06-20 13:59:54 +03:00
|
|
|
"bootstrap-vue": "2.0.0-rc.11",
|
2018-11-01 20:32:24 +02:00
|
|
|
"cafy": "12.0.0",
|
2018-10-16 00:37:21 +03:00
|
|
|
"chai": "4.2.0",
|
|
|
|
"chai-http": "4.2.0",
|
2018-06-17 05:23:18 +03:00
|
|
|
"chalk": "2.4.1",
|
2018-10-09 03:38:21 +03:00
|
|
|
"commander": "2.19.0",
|
2018-06-17 05:23:18 +03:00
|
|
|
"crc-32": "1.2.0",
|
2018-11-03 05:37:54 +02:00
|
|
|
"css-loader": "1.0.1",
|
2018-11-11 21:09:02 +02:00
|
|
|
"cssnano": "4.1.7",
|
2018-07-14 14:58:21 +03:00
|
|
|
"dateformat": "3.0.3",
|
2018-10-08 23:12:19 +03:00
|
|
|
"debug": "4.1.0",
|
2017-11-06 12:16:14 +02:00
|
|
|
"deep-equal": "1.0.1",
|
2018-06-17 05:23:18 +03:00
|
|
|
"deepcopy": "0.6.3",
|
2018-10-04 06:49:56 +03:00
|
|
|
"diskusage": "0.2.5",
|
2018-08-14 02:21:25 +03:00
|
|
|
"double-ended-queue": "2.1.0-0",
|
2018-11-03 05:37:28 +02:00
|
|
|
"elasticsearch": "15.2.0",
|
2018-11-21 22:31:09 +02:00
|
|
|
"emojilib": "2.4.0",
|
2018-06-17 05:23:18 +03:00
|
|
|
"escape-regexp": "0.0.1",
|
2018-10-28 14:38:27 +02:00
|
|
|
"eslint": "5.8.0",
|
2018-07-24 12:42:07 +03:00
|
|
|
"eslint-plugin-vue": "4.7.1",
|
2018-04-27 13:12:15 +03:00
|
|
|
"eventemitter3": "3.1.0",
|
2018-10-07 14:27:05 +03:00
|
|
|
"file-loader": "2.0.0",
|
2018-11-05 23:08:41 +02:00
|
|
|
"file-type": "10.4.0",
|
2017-11-06 12:16:14 +02:00
|
|
|
"fuckadblock": "3.2.1",
|
2017-11-23 06:25:33 +02:00
|
|
|
"gulp": "3.9.1",
|
2018-03-28 03:15:58 +03:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2018-10-04 06:48:52 +03:00
|
|
|
"gulp-htmlmin": "5.0.1",
|
2017-12-30 23:27:41 +02:00
|
|
|
"gulp-imagemin": "4.1.0",
|
2018-05-26 07:23:58 +03:00
|
|
|
"gulp-mocha": "6.0.0",
|
2018-04-18 08:26:46 +03:00
|
|
|
"gulp-pug": "4.0.1",
|
2018-07-23 22:54:29 +03:00
|
|
|
"gulp-rename": "1.4.0",
|
2018-05-17 11:01:07 +03:00
|
|
|
"gulp-replace": "1.0.0",
|
2018-03-14 21:58:54 +02:00
|
|
|
"gulp-sourcemaps": "2.6.4",
|
2018-02-02 00:34:51 +02:00
|
|
|
"gulp-stylus": "2.7.0",
|
2018-02-22 19:24:01 +02:00
|
|
|
"gulp-tslint": "8.1.3",
|
2018-03-28 09:47:01 +03:00
|
|
|
"gulp-typescript": "4.0.2",
|
2018-07-25 00:58:34 +03:00
|
|
|
"gulp-uglify": "3.0.1",
|
2017-11-23 06:25:33 +02:00
|
|
|
"gulp-util": "3.0.8",
|
2018-11-11 22:03:12 +02:00
|
|
|
"gulp-yaml": "2.0.2",
|
2018-07-30 15:13:00 +03:00
|
|
|
"hard-source-webpack-plugin": "0.12.0",
|
2018-10-26 00:40:01 +03:00
|
|
|
"html-minifier": "3.5.21",
|
2018-06-17 05:23:18 +03:00
|
|
|
"http-signature": "1.2.0",
|
2018-07-19 23:29:56 +03:00
|
|
|
"insert-text-at-cursor": "0.1.1",
|
2018-06-17 05:23:18 +03:00
|
|
|
"is-root": "2.0.0",
|
|
|
|
"is-url": "1.2.4",
|
2018-06-20 13:59:54 +03:00
|
|
|
"js-yaml": "3.12.0",
|
2018-11-01 01:23:38 +02:00
|
|
|
"jsdom": "13.0.0",
|
2018-10-02 10:04:31 +03:00
|
|
|
"json5": "2.1.0",
|
|
|
|
"json5-loader": "1.0.1",
|
2018-11-16 10:03:52 +02:00
|
|
|
"katex": "0.10.0",
|
2018-11-22 23:06:03 +02:00
|
|
|
"koa": "2.6.2",
|
2018-06-17 05:23:18 +03: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 06:49:38 +03:00
|
|
|
"koa-mount": "4.0.0",
|
2018-06-17 05:23:18 +03:00
|
|
|
"koa-multer": "1.0.2",
|
|
|
|
"koa-router": "7.4.0",
|
2018-06-20 13:59:54 +03:00
|
|
|
"koa-send": "5.0.0",
|
2018-06-17 05:23:18 +03:00
|
|
|
"koa-slow": "2.1.0",
|
|
|
|
"koa-views": "6.1.4",
|
2018-12-03 13:08:18 +02:00
|
|
|
"langmap": "0.0.16",
|
2018-02-22 19:16:17 +02:00
|
|
|
"loader-utils": "1.1.0",
|
2018-09-07 14:22:04 +03:00
|
|
|
"minio": "7.0.1",
|
2017-12-31 18:58:12 +02:00
|
|
|
"mkdirp": "0.5.1",
|
2018-05-20 08:10:30 +03:00
|
|
|
"mocha": "5.2.0",
|
2017-11-25 03:47:04 +02:00
|
|
|
"moji": "0.5.1",
|
2018-11-10 16:25:09 +02:00
|
|
|
"moment": "2.22.2",
|
2018-11-15 22:48:39 +02:00
|
|
|
"mongodb": "3.1.9",
|
2018-06-17 05:23:18 +03:00
|
|
|
"monk": "6.0.6",
|
|
|
|
"ms": "2.1.1",
|
2018-10-04 06:49:05 +03:00
|
|
|
"nan": "2.11.1",
|
2018-08-22 03:10:39 +03:00
|
|
|
"nested-property": "0.0.7",
|
2018-11-29 09:23:45 +02:00
|
|
|
"nodemailer": "4.7.0",
|
2017-11-06 12:16:14 +02:00
|
|
|
"nprogress": "0.2.0",
|
2018-04-05 15:13:49 +03:00
|
|
|
"object-assign-deep": "0.4.0",
|
2018-03-14 21:58:54 +02:00
|
|
|
"on-build-webpack": "0.1.0",
|
2018-07-27 12:42:58 +03:00
|
|
|
"os-utils": "0.0.14",
|
2018-08-13 19:54:58 +03:00
|
|
|
"parse5": "5.1.0",
|
2018-11-20 22:11:00 +02:00
|
|
|
"parsimmon": "1.12.0",
|
2018-07-13 17:25:32 +03:00
|
|
|
"portscanner": "2.2.0",
|
2018-11-11 21:09:02 +02:00
|
|
|
"postcss-loader": "3.0.0",
|
2018-03-14 21:58:54 +02:00
|
|
|
"progress-bar-webpack-plugin": "1.11.0",
|
2018-10-11 15:14:20 +03:00
|
|
|
"promise-limit": "2.7.0",
|
2018-06-17 05:23:18 +03:00
|
|
|
"promise-sequential": "1.1.1",
|
2018-03-21 13:46:57 +02:00
|
|
|
"pug": "2.0.3",
|
2018-06-17 05:23:18 +03:00
|
|
|
"punycode": "2.1.1",
|
2018-11-07 02:23:47 +02:00
|
|
|
"qrcode": "1.3.2",
|
2018-11-14 23:21:31 +02:00
|
|
|
"randomcolor": "0.5.3",
|
2018-07-21 15:57:47 +03:00
|
|
|
"ratelimiter": "3.2.0",
|
2018-06-17 05:23:18 +03:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2018-10-19 09:04:46 +03:00
|
|
|
"reconnecting-websocket": "4.1.10",
|
2018-06-17 05:23:18 +03:00
|
|
|
"redis": "2.8.0",
|
2018-08-11 06:21:30 +03:00
|
|
|
"request": "2.88.0",
|
2018-06-17 05:23:18 +03:00
|
|
|
"request-promise-native": "1.0.5",
|
2018-09-14 23:40:58 +03:00
|
|
|
"request-stats": "3.0.0",
|
2017-11-06 12:16:14 +02:00
|
|
|
"rimraf": "2.6.2",
|
2018-06-17 05:23:18 +03:00
|
|
|
"rndstr": "1.0.0",
|
2018-02-02 00:34:51 +02:00
|
|
|
"s-age": "1.1.2",
|
2018-08-14 13:52:57 +03:00
|
|
|
"seedrandom": "2.4.4",
|
2018-10-04 16:01:32 +03:00
|
|
|
"sharp": "0.21.0",
|
2018-11-15 22:49:07 +02:00
|
|
|
"showdown": "1.9.0",
|
2018-07-16 19:11:36 +03:00
|
|
|
"showdown-highlightjs-extension": "0.1.2",
|
2018-06-17 05:23:18 +03:00
|
|
|
"speakeasy": "2.0.0",
|
2018-08-05 13:20:26 +03:00
|
|
|
"stringz": "1.0.0",
|
2018-10-08 16:43:10 +03:00
|
|
|
"style-loader": "0.23.1",
|
2017-11-23 06:25:33 +02:00
|
|
|
"stylus": "0.54.5",
|
2018-03-14 21:58:54 +02:00
|
|
|
"stylus-loader": "3.0.2",
|
2018-08-29 15:27:33 +03:00
|
|
|
"summaly": "2.2.0",
|
2018-11-28 09:01:16 +02:00
|
|
|
"systeminformation": "3.51.3",
|
2017-11-06 12:16:14 +02:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2018-11-13 16:10:51 +02:00
|
|
|
"terser-webpack-plugin": "1.1.0",
|
2018-02-22 19:24:01 +02:00
|
|
|
"textarea-caret": "3.1.0",
|
2018-09-26 14:19:35 +03:00
|
|
|
"tinycolor2": "1.4.1",
|
2018-06-17 05:23:18 +03:00
|
|
|
"tmp": "0.0.33",
|
2018-11-28 22:31:41 +02:00
|
|
|
"ts-loader": "5.3.1",
|
2018-08-12 01:14:05 +03:00
|
|
|
"ts-node": "7.0.1",
|
2018-05-17 11:01:07 +03:00
|
|
|
"tslint": "5.10.0",
|
2018-11-07 02:23:38 +02:00
|
|
|
"typescript": "3.1.6",
|
2018-12-04 01:29:00 +02:00
|
|
|
"typescript-eslint-parser": "21.0.2",
|
2018-02-02 00:34:51 +02:00
|
|
|
"uglify-es": "3.3.9",
|
2018-10-10 15:00:47 +03:00
|
|
|
"url-loader": "1.1.2",
|
2018-06-29 00:34:10 +03:00
|
|
|
"uuid": "3.3.2",
|
2018-03-10 06:22:20 +02:00
|
|
|
"v-animate-css": "0.0.2",
|
2018-08-02 00:48:35 +03:00
|
|
|
"vue": "2.5.17",
|
2018-10-10 20:22:57 +03:00
|
|
|
"vue-color": "2.7.0",
|
2018-10-14 03:47:38 +03:00
|
|
|
"vue-content-loading": "1.5.3",
|
2018-09-15 16:57:29 +03:00
|
|
|
"vue-cropperjs": "2.2.2",
|
2018-11-21 22:28:39 +02:00
|
|
|
"vue-i18n": "8.3.2",
|
2018-12-01 00:44:30 +02:00
|
|
|
"vue-js-modal": "1.3.27",
|
2018-09-13 12:28:12 +03:00
|
|
|
"vue-loader": "15.4.2",
|
2018-11-14 23:21:31 +02:00
|
|
|
"vue-marquee-text-component": "1.1.0",
|
2018-11-24 10:13:25 +02:00
|
|
|
"vue-router": "3.0.2",
|
2018-08-14 03:04:37 +03:00
|
|
|
"vue-style-loader": "4.1.2",
|
2018-12-04 01:29:09 +02:00
|
|
|
"vue-svg-inline-loader": "1.2.4",
|
2018-08-02 00:41:18 +03:00
|
|
|
"vue-template-compiler": "2.5.17",
|
2018-12-04 01:28:52 +02:00
|
|
|
"vuedraggable": "2.17.0",
|
2018-09-07 14:21:25 +03:00
|
|
|
"vuewordcloud": "18.7.11",
|
2018-04-27 13:12:15 +03:00
|
|
|
"vuex": "3.0.1",
|
2018-07-14 19:42:14 +03:00
|
|
|
"vuex-persistedstate": "2.5.4",
|
2018-09-18 20:39:57 +03:00
|
|
|
"web-push": "3.3.3",
|
2018-11-27 08:49:50 +02:00
|
|
|
"webfinger.js": "2.7.0",
|
2018-12-01 00:16:53 +02:00
|
|
|
"webpack": "4.26.1",
|
2018-10-07 05:06:17 +03:00
|
|
|
"webpack-cli": "3.1.2",
|
2018-09-20 22:30:29 +03:00
|
|
|
"websocket": "1.0.28",
|
2018-11-22 22:23:05 +02:00
|
|
|
"ws": "6.1.2",
|
2018-06-20 20:12:20 +03:00
|
|
|
"xev": "2.0.1"
|
2017-11-06 12:16:14 +02:00
|
|
|
}
|
2018-06-11 05:44:26 +03:00
|
|
|
}
|