2016-12-28 22:49:51 +00:00
|
|
|
{
|
2017-11-06 10:16:14 +00:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2018-07-19 20:30:59 +00:00
|
|
|
"version": "4.26.0",
|
|
|
|
"clientVersion": "1.0.7435",
|
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-06-17 08:57:50 +00:00
|
|
|
"@fortawesome/fontawesome": "1.1.8",
|
|
|
|
"@fortawesome/fontawesome-free-brands": "5.0.13",
|
|
|
|
"@fortawesome/fontawesome-free-regular": "5.0.13",
|
|
|
|
"@fortawesome/fontawesome-free-solid": "5.0.13",
|
2018-07-11 12:50:56 +00:00
|
|
|
"@koa/cors": "2.2.2",
|
2017-11-23 04:25:33 +00:00
|
|
|
"@prezzemolo/rap": "0.1.2",
|
|
|
|
"@prezzemolo/zip": "0.0.3",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/bcryptjs": "2.4.1",
|
2018-07-14 11:58:21 +00:00
|
|
|
"@types/dateformat": "1.0.1",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/debug": "0.0.30",
|
|
|
|
"@types/deep-equal": "1.0.1",
|
2018-07-14 01:05:31 +00:00
|
|
|
"@types/elasticsearch": "5.0.25",
|
2018-06-20 17:12:20 +00:00
|
|
|
"@types/file-type": "5.2.1",
|
2018-05-17 08:01:07 +00:00
|
|
|
"@types/gm": "1.18.0",
|
2018-06-20 17:12:20 +00:00
|
|
|
"@types/gulp": "3.8.36",
|
2018-03-28 00:15:58 +00:00
|
|
|
"@types/gulp-htmlmin": "1.3.32",
|
|
|
|
"@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-03-28 00:15:58 +00:00
|
|
|
"@types/gulp-uglify": "3.0.5",
|
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",
|
|
|
|
"@types/is-url": "1.2.28",
|
2018-07-04 01:14:00 +00:00
|
|
|
"@types/js-yaml": "3.11.2",
|
2018-06-20 17:12:20 +00:00
|
|
|
"@types/jsdom": "11.0.6",
|
2018-06-20 10:59:54 +00:00
|
|
|
"@types/koa": "2.0.46",
|
2018-07-10 01:34:50 +00:00
|
|
|
"@types/koa-bodyparser": "5.0.1",
|
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-04-27 10:12:15 +00:00
|
|
|
"@types/koa-logger": "3.1.0",
|
2018-04-13 02:50:36 +00:00
|
|
|
"@types/koa-mount": "3.0.1",
|
|
|
|
"@types/koa-multer": "1.0.0",
|
2018-06-22 01:51:01 +00:00
|
|
|
"@types/koa-router": "7.0.30",
|
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-04-13 02:50:36 +00:00
|
|
|
"@types/koa__cors": "2.2.2",
|
2018-06-20 10:59:54 +00:00
|
|
|
"@types/kue": "0.11.9",
|
2017-12-31 16:58:12 +00:00
|
|
|
"@types/mkdirp": "0.5.2",
|
2018-06-21 00:38:08 +00:00
|
|
|
"@types/mocha": "5.2.3",
|
2018-07-04 01:19:04 +00:00
|
|
|
"@types/mongodb": "3.1.1",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/ms": "0.7.30",
|
2018-07-06 00:25:02 +00:00
|
|
|
"@types/node": "10.5.2",
|
2018-06-20 10:59:54 +00:00
|
|
|
"@types/parse5": "5.0.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-06-20 10:59:54 +00:00
|
|
|
"@types/qrcode": "1.2.0",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2018-03-14 19:58:54 +00:00
|
|
|
"@types/redis": "2.8.6",
|
2018-06-20 10:59:54 +00:00
|
|
|
"@types/request": "2.47.1",
|
|
|
|
"@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-07-15 09:28:08 +00:00
|
|
|
"@types/showdown": "1.7.5",
|
2018-05-17 22:19:13 +00:00
|
|
|
"@types/single-line-log": "1.1.0",
|
2018-02-01 22:34:51 +00:00
|
|
|
"@types/speakeasy": "2.0.2",
|
2017-11-13 18:46:30 +00:00
|
|
|
"@types/tmp": "0.0.33",
|
2017-11-06 10:16:14 +00:00
|
|
|
"@types/uuid": "3.4.3",
|
2018-07-16 18:29:21 +00:00
|
|
|
"@types/webpack": "4.4.7",
|
2018-03-14 19:58:54 +00:00
|
|
|
"@types/webpack-stream": "3.2.10",
|
2018-05-17 08:01:07 +00:00
|
|
|
"@types/websocket": "0.0.39",
|
2018-06-20 10:59:54 +00:00
|
|
|
"@types/ws": "5.1.2",
|
2017-11-06 10:16:14 +00:00
|
|
|
"animejs": "2.2.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-06-20 10:59:54 +00:00
|
|
|
"bootstrap-vue": "2.0.0-rc.11",
|
2018-07-07 18:21:16 +00:00
|
|
|
"cafy": "11.3.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"chalk": "2.4.1",
|
|
|
|
"crc-32": "1.2.0",
|
2018-07-06 16:47:09 +00:00
|
|
|
"css-loader": "1.0.0",
|
2018-07-14 11:58:21 +00:00
|
|
|
"dateformat": "3.0.3",
|
2018-06-17 02:23:18 +00:00
|
|
|
"debug": "3.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",
|
|
|
|
"diskusage": "0.2.4",
|
2018-06-20 10:59:54 +00:00
|
|
|
"dompurify": "1.0.5",
|
2018-07-03 19:20:07 +00:00
|
|
|
"elasticsearch": "15.1.1",
|
2018-07-13 08:44:59 +00:00
|
|
|
"element-ui": "2.4.4",
|
2018-07-18 21:07:40 +00:00
|
|
|
"emojilib": "2.3.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"escape-regexp": "0.0.1",
|
2018-06-26 03:50:37 +00:00
|
|
|
"eslint": "5.0.1",
|
2018-07-14 20:30:01 +00:00
|
|
|
"eslint-plugin-vue": "4.7.0",
|
2018-04-27 10:12:15 +00:00
|
|
|
"eventemitter3": "3.1.0",
|
2017-12-08 16:22:20 +00:00
|
|
|
"exif-js": "2.3.0",
|
2018-03-14 19:58:54 +00:00
|
|
|
"file-loader": "1.1.11",
|
2018-07-08 07:49:21 +00:00
|
|
|
"file-type": "8.1.0",
|
2017-11-06 10:16:14 +00:00
|
|
|
"fuckadblock": "3.2.1",
|
2018-06-17 02:23:18 +00:00
|
|
|
"gm": "1.23.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-24 13:50:30 +00:00
|
|
|
"gulp-htmlmin": "4.0.0",
|
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-04-18 05:26:46 +00:00
|
|
|
"gulp-pug": "4.0.1",
|
2018-06-20 10:59:54 +00:00
|
|
|
"gulp-rename": "1.3.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-03-28 06:47:01 +00:00
|
|
|
"gulp-typescript": "4.0.2",
|
2017-11-23 04:25:33 +00:00
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2018-07-12 18:52:13 +00:00
|
|
|
"hard-source-webpack-plugin": "0.11.1",
|
2017-12-08 16:22:20 +00:00
|
|
|
"highlight.js": "9.12.0",
|
2018-07-13 09:03:40 +00:00
|
|
|
"html-minifier": "3.5.19",
|
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",
|
|
|
|
"is-url": "1.2.4",
|
2018-07-14 17:08:22 +00:00
|
|
|
"jquery": "3.3.1",
|
2018-06-20 10:59:54 +00:00
|
|
|
"js-yaml": "3.12.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"jsdom": "11.11.0",
|
|
|
|
"koa": "2.5.1",
|
|
|
|
"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",
|
|
|
|
"koa-mount": "3.0.0",
|
|
|
|
"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",
|
|
|
|
"kue": "0.11.6",
|
2018-02-22 17:16:17 +00:00
|
|
|
"loader-utils": "1.1.0",
|
2017-11-26 21:39:01 +00:00
|
|
|
"mecab-async": "0.1.2",
|
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",
|
2018-07-05 17:23:09 +00:00
|
|
|
"mongodb": "3.1.1",
|
2018-06-17 02:23:18 +00:00
|
|
|
"monk": "6.0.6",
|
|
|
|
"ms": "2.1.1",
|
2018-03-28 00:15:58 +00:00
|
|
|
"nan": "2.10.0",
|
2018-07-08 06:42:43 +00:00
|
|
|
"node-sass": "4.9.2",
|
2018-06-20 10:59:54 +00:00
|
|
|
"node-sass-json-importer": "3.3.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-06-17 02:23:18 +00:00
|
|
|
"os-utils": "0.0.14",
|
|
|
|
"parse5": "5.0.0",
|
2018-07-13 14:25:32 +00:00
|
|
|
"portscanner": "2.2.0",
|
2018-03-14 19:58:54 +00:00
|
|
|
"progress-bar-webpack-plugin": "1.11.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"prominence": "0.2.0",
|
|
|
|
"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",
|
|
|
|
"qrcode": "1.2.0",
|
2018-06-22 13:55:39 +00:00
|
|
|
"ratelimiter": "3.1.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"recaptcha-promise": "0.1.3",
|
|
|
|
"reconnecting-websocket": "3.2.2",
|
|
|
|
"redis": "2.8.0",
|
|
|
|
"request": "2.87.0",
|
|
|
|
"request-promise-native": "1.0.5",
|
2017-11-06 10:16:14 +00:00
|
|
|
"rimraf": "2.6.2",
|
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-06-20 10:59:54 +00:00
|
|
|
"sass-loader": "7.0.3",
|
2017-12-08 16:22:20 +00:00
|
|
|
"seedrandom": "2.4.3",
|
2018-07-15 09:28:08 +00:00
|
|
|
"showdown": "1.8.6",
|
2018-07-16 16:11:36 +00:00
|
|
|
"showdown-highlightjs-extension": "0.1.2",
|
2018-05-17 22:19:13 +00:00
|
|
|
"single-line-log": "1.1.2",
|
2018-06-17 02:23:18 +00:00
|
|
|
"speakeasy": "2.0.0",
|
2018-04-18 23:14:41 +00:00
|
|
|
"style-loader": "0.21.0",
|
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-06-17 02:23:18 +00:00
|
|
|
"summaly": "2.0.6",
|
2018-07-18 18:38:00 +00:00
|
|
|
"swagger-jsdoc": "1.10.2",
|
2017-11-06 10:16:14 +00:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2018-02-22 17:24:01 +00:00
|
|
|
"textarea-caret": "3.1.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"tmp": "0.0.33",
|
2018-06-20 10:59:54 +00:00
|
|
|
"ts-loader": "4.4.1",
|
2018-06-22 19:17:54 +00:00
|
|
|
"ts-node": "7.0.0",
|
2018-05-17 08:01:07 +00:00
|
|
|
"tslint": "5.10.0",
|
2018-06-20 10:59:54 +00:00
|
|
|
"typescript": "2.9.2",
|
2018-06-27 13:50:04 +00:00
|
|
|
"typescript-eslint-parser": "16.0.1",
|
2018-02-01 22:34:51 +00:00
|
|
|
"uglify-es": "3.3.9",
|
2018-03-14 19:58:54 +00:00
|
|
|
"url-loader": "1.0.1",
|
2018-06-28 21:34:10 +00:00
|
|
|
"uuid": "3.3.2",
|
2018-03-10 04:22:20 +00:00
|
|
|
"v-animate-css": "0.0.2",
|
2018-03-14 19:58:54 +00:00
|
|
|
"vue": "2.5.16",
|
2018-06-20 10:59:54 +00:00
|
|
|
"vue-cropperjs": "2.2.1",
|
2018-07-02 14:59:29 +00:00
|
|
|
"vue-js-modal": "1.3.16",
|
2018-04-27 10:12:15 +00:00
|
|
|
"vue-json-tree-view": "2.1.4",
|
2018-07-18 03:41:17 +00:00
|
|
|
"vue-loader": "15.2.6",
|
2018-02-22 17:16:17 +00:00
|
|
|
"vue-router": "3.0.1",
|
2018-07-19 20:29:56 +00:00
|
|
|
"vue-style-loader": "4.1.1",
|
2018-03-14 19:58:54 +00:00
|
|
|
"vue-template-compiler": "2.5.16",
|
2018-02-22 17:16:17 +00:00
|
|
|
"vuedraggable": "2.16.0",
|
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-06-20 21:58:40 +00:00
|
|
|
"web-push": "3.3.2",
|
2018-06-17 02:23:18 +00:00
|
|
|
"webfinger.js": "2.6.6",
|
2018-07-16 08:30:40 +00:00
|
|
|
"webpack": "4.16.1",
|
2018-07-18 15:01:30 +00:00
|
|
|
"webpack-cli": "3.1.0",
|
2018-06-17 02:23:18 +00:00
|
|
|
"websocket": "1.0.26",
|
2018-07-11 20:01:29 +00:00
|
|
|
"ws": "5.2.2",
|
2018-06-20 17:12:20 +00:00
|
|
|
"xev": "2.0.1"
|
2018-06-20 11:02:03 +00:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
|
|
|
"ignore": [
|
|
|
|
"deepcopy",
|
2018-06-20 17:12:20 +00:00
|
|
|
"cafy",
|
|
|
|
"@types/gulp"
|
2018-06-20 11:02:03 +00:00
|
|
|
]
|
2017-11-06 10:16:14 +00:00
|
|
|
}
|
2018-06-11 02:44:26 +00:00
|
|
|
}
|