2016-12-28 14:49:51 -08:00
|
|
|
{
|
2017-11-06 02:16:14 -08:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2019-05-03 02:58:09 -07:00
|
|
|
"version": "11.10.0",
|
2019-04-07 05:50:36 -07:00
|
|
|
"codename": "daybreak",
|
2019-02-05 00:42:55 -08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/syuilo/misskey.git"
|
|
|
|
},
|
2019-02-04 20:46:06 -08:00
|
|
|
"main": "./index.js",
|
2017-11-06 02:16:14 -08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-02-04 20:46:06 -08:00
|
|
|
"start": "node ./index.js",
|
2019-04-07 05:50:36 -07:00
|
|
|
"init": "node ./built/init.js",
|
2018-04-15 15:07:44 -07:00
|
|
|
"build": "webpack && gulp build",
|
|
|
|
"webpack": "webpack",
|
|
|
|
"watch": "webpack --watch",
|
2018-03-02 02:20:52 -08:00
|
|
|
"gulp": "gulp build",
|
2017-11-06 02:16:14 -08:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-11-06 16:04:16 -08:00
|
|
|
"test": "gulp test",
|
|
|
|
"format": "gulp format"
|
2017-11-06 02:16:14 -08:00
|
|
|
},
|
2017-11-22 13:18:42 -08:00
|
|
|
"dependencies": {
|
2019-04-24 15:46:39 -07:00
|
|
|
"@elastic/elasticsearch": "7.0.0-rc.2",
|
2019-03-01 21:25:44 -08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.15",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "5.7.2",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.7.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.7.2",
|
2019-01-16 12:22:52 -08:00
|
|
|
"@fortawesome/vue-fontawesome": "0.1.5",
|
2018-12-27 12:27:27 -08:00
|
|
|
"@koa/cors": "2.2.3",
|
2017-11-22 20:25:33 -08:00
|
|
|
"@prezzemolo/zip": "0.0.3",
|
2018-09-20 16:35:06 -07:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/bull": "3.5.11",
|
2018-12-27 12:28:49 -08:00
|
|
|
"@types/dateformat": "3.0.0",
|
2017-11-06 02:16:14 -08:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2018-08-13 16:21:25 -07:00
|
|
|
"@types/double-ended-queue": "2.1.0",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/file-type": "10.9.1",
|
|
|
|
"@types/gulp": "4.0.6",
|
2018-03-27 17:15:58 -07:00
|
|
|
"@types/gulp-mocha": "0.0.32",
|
2017-11-24 17:47:04 -08:00
|
|
|
"@types/gulp-rename": "0.0.33",
|
|
|
|
"@types/gulp-replace": "0.0.31",
|
2018-10-15 13:20:57 -07:00
|
|
|
"@types/gulp-uglify": "3.0.6",
|
2017-11-24 17:47:04 -08:00
|
|
|
"@types/gulp-util": "3.0.34",
|
2017-11-06 02:16:14 -08:00
|
|
|
"@types/is-root": "1.0.0",
|
2019-02-03 08:30:33 -08:00
|
|
|
"@types/is-url": "1.2.28",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/js-yaml": "3.12.1",
|
2019-03-01 21:25:44 -08:00
|
|
|
"@types/jsdom": "12.2.3",
|
|
|
|
"@types/katex": "0.10.1",
|
2019-01-03 12:20:43 -08:00
|
|
|
"@types/koa": "2.0.48",
|
2018-12-07 17:41:42 -08:00
|
|
|
"@types/koa-bodyparser": "5.0.2",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/koa-compress": "2.0.9",
|
2019-02-01 02:46:18 -08:00
|
|
|
"@types/koa-cors": "0.0.0",
|
2018-04-12 19:50:36 -07:00
|
|
|
"@types/koa-favicon": "2.0.19",
|
2018-10-10 05:01:18 -07:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2018-04-12 19:50:36 -07:00
|
|
|
"@types/koa-mount": "3.0.1",
|
|
|
|
"@types/koa-multer": "1.0.0",
|
2019-03-07 02:40:22 -08:00
|
|
|
"@types/koa-router": "7.0.40",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/koa-send": "4.1.2",
|
2018-05-17 15:19:13 -07:00
|
|
|
"@types/koa-views": "2.0.3",
|
2018-07-30 16:21:22 -07:00
|
|
|
"@types/koa__cors": "2.2.3",
|
2019-04-07 05:50:36 -07:00
|
|
|
"@types/lolex": "3.1.1",
|
2018-11-08 15:45:06 -08:00
|
|
|
"@types/minio": "7.0.1",
|
2019-04-07 05:50:36 -07:00
|
|
|
"@types/mocha": "5.2.6",
|
2019-05-03 22:47:28 -07:00
|
|
|
"@types/node": "11.13.8",
|
|
|
|
"@types/nodemailer": "4.6.8",
|
2019-01-27 02:41:41 -08:00
|
|
|
"@types/nprogress": "0.0.29",
|
2018-11-04 05:03:55 -08:00
|
|
|
"@types/oauth": "0.9.1",
|
2019-02-01 02:41:13 -08:00
|
|
|
"@types/parse5": "5.0.0",
|
2018-11-20 12:11:00 -08:00
|
|
|
"@types/parsimmon": "1.10.0",
|
2018-07-13 07:25:32 -07:00
|
|
|
"@types/portscanner": "2.1.0",
|
2017-12-31 08:58:12 -08:00
|
|
|
"@types/pug": "2.0.4",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/qrcode": "1.3.2",
|
2019-04-15 04:37:21 -07:00
|
|
|
"@types/random-seed": "0.3.3",
|
2017-11-06 02:16:14 -08:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/redis": "2.8.12",
|
2019-03-17 21:20:49 -07:00
|
|
|
"@types/rename": "1.0.1",
|
2018-11-06 16:24:04 -08:00
|
|
|
"@types/request": "2.48.1",
|
2019-05-03 22:47:28 -07:00
|
|
|
"@types/request-promise-native": "1.0.16",
|
2019-01-31 06:46:15 -08:00
|
|
|
"@types/request-stats": "3.0.0",
|
2017-11-06 02:16:14 -08:00
|
|
|
"@types/rimraf": "2.0.2",
|
2019-05-01 06:56:18 -07:00
|
|
|
"@types/seedrandom": "2.4.28",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/sharp": "0.22.1",
|
2019-01-17 21:40:34 -08:00
|
|
|
"@types/showdown": "1.9.2",
|
2019-03-07 02:41:08 -08:00
|
|
|
"@types/speakeasy": "2.0.4",
|
2018-11-22 16:12:36 -08:00
|
|
|
"@types/systeminformation": "3.23.1",
|
2018-09-26 04:19:35 -07:00
|
|
|
"@types/tinycolor2": "1.4.1",
|
2019-04-14 01:40:30 -07:00
|
|
|
"@types/tmp": "0.1.0",
|
2018-08-29 17:16:12 -07:00
|
|
|
"@types/uuid": "3.4.4",
|
2019-01-28 21:36:24 -08:00
|
|
|
"@types/web-push": "3.3.0",
|
2019-05-03 22:47:28 -07:00
|
|
|
"@types/webpack": "4.4.29",
|
2018-03-14 12:58:54 -07:00
|
|
|
"@types/webpack-stream": "3.2.10",
|
2018-08-29 17:18:42 -07:00
|
|
|
"@types/websocket": "0.0.40",
|
2018-09-06 03:55:20 -07:00
|
|
|
"@types/ws": "6.0.1",
|
2019-01-17 19:50:58 -08:00
|
|
|
"animejs": "3.0.1",
|
2019-04-28 17:28:13 -07:00
|
|
|
"apexcharts": "3.6.9",
|
2018-12-07 17:41:53 -08:00
|
|
|
"autobind-decorator": "2.4.0",
|
2018-05-17 01:01:07 -07:00
|
|
|
"autosize": "4.0.2",
|
2018-06-16 19:23:18 -07:00
|
|
|
"autwh": "0.1.0",
|
|
|
|
"bcryptjs": "2.4.3",
|
2019-03-07 02:39:40 -08:00
|
|
|
"bootstrap-vue": "2.0.0-rc.13",
|
2019-04-28 17:28:13 -07:00
|
|
|
"bull": "3.8.1",
|
2019-04-12 09:43:22 -07:00
|
|
|
"cafy": "15.1.1",
|
2018-10-15 14:37:21 -07:00
|
|
|
"chai": "4.2.0",
|
2019-01-26 21:34:52 -08:00
|
|
|
"chalk": "2.4.2",
|
2019-04-07 05:50:36 -07:00
|
|
|
"cli-highlight": "2.1.0",
|
2019-04-05 08:48:05 -07:00
|
|
|
"commander": "2.20.0",
|
2019-03-17 23:23:45 -07:00
|
|
|
"content-disposition": "0.5.3",
|
2018-06-16 19:23:18 -07:00
|
|
|
"crc-32": "1.2.0",
|
2019-03-12 17:19:48 -07:00
|
|
|
"css-loader": "2.1.1",
|
2019-02-17 04:41:36 -08:00
|
|
|
"cssnano": "4.1.10",
|
2018-07-14 04:58:21 -07:00
|
|
|
"dateformat": "3.0.3",
|
2017-11-06 02:16:14 -08:00
|
|
|
"deep-equal": "1.0.1",
|
2019-05-03 22:47:28 -07:00
|
|
|
"diskusage": "1.1.1",
|
2018-08-13 16:21:25 -07:00
|
|
|
"double-ended-queue": "2.1.0-0",
|
2018-11-21 12:31:09 -08:00
|
|
|
"emojilib": "2.4.0",
|
2019-04-14 01:40:30 -07:00
|
|
|
"eslint": "5.16.0",
|
2019-03-01 21:25:44 -08:00
|
|
|
"eslint-plugin-vue": "5.2.2",
|
2019-05-03 22:47:28 -07:00
|
|
|
"eventemitter3": "3.1.2",
|
2019-03-12 17:19:48 -07:00
|
|
|
"feed": "2.0.4",
|
2019-04-14 01:40:30 -07:00
|
|
|
"file-type": "10.11.0",
|
2017-11-06 02:16:14 -08:00
|
|
|
"fuckadblock": "3.2.1",
|
2019-04-28 17:28:13 -07:00
|
|
|
"gulp": "4.0.1",
|
2018-03-27 17:15:58 -07:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2019-02-02 07:40:08 -08:00
|
|
|
"gulp-imagemin": "5.0.3",
|
2018-05-25 21:23:58 -07:00
|
|
|
"gulp-mocha": "6.0.0",
|
2018-07-23 12:54:29 -07:00
|
|
|
"gulp-rename": "1.4.0",
|
2018-05-17 01:01:07 -07:00
|
|
|
"gulp-replace": "1.0.0",
|
2019-03-12 17:19:48 -07:00
|
|
|
"gulp-sourcemaps": "2.6.5",
|
2018-02-01 14:34:51 -08:00
|
|
|
"gulp-stylus": "2.7.0",
|
2019-03-12 17:19:48 -07:00
|
|
|
"gulp-tslint": "8.1.4",
|
2019-04-14 01:40:30 -07:00
|
|
|
"gulp-typescript": "5.0.1",
|
2019-03-12 17:19:48 -07:00
|
|
|
"gulp-uglify": "3.0.2",
|
2017-11-22 20:25:33 -08:00
|
|
|
"gulp-util": "3.0.8",
|
2018-12-26 01:32:58 -08:00
|
|
|
"hard-source-webpack-plugin": "0.13.1",
|
2019-04-14 01:40:30 -07:00
|
|
|
"html-minifier": "4.0.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"http-signature": "1.2.0",
|
2019-04-14 01:40:30 -07:00
|
|
|
"insert-text-at-cursor": "0.2.0",
|
2019-04-21 08:43:15 -07:00
|
|
|
"is-root": "2.1.0",
|
2019-04-14 01:40:30 -07:00
|
|
|
"is-svg": "4.1.0",
|
|
|
|
"js-yaml": "3.13.1",
|
2019-04-28 17:28:13 -07:00
|
|
|
"jsdom": "15.0.0",
|
2018-10-02 00:04:31 -07:00
|
|
|
"json5": "2.1.0",
|
2019-04-14 01:40:30 -07:00
|
|
|
"json5-loader": "2.0.0",
|
2019-03-01 21:25:44 -08:00
|
|
|
"katex": "0.10.1",
|
2019-02-03 16:56:48 -08:00
|
|
|
"koa": "2.7.0",
|
2018-06-16 19:23:18 -07: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-03 20:49:38 -07:00
|
|
|
"koa-mount": "4.0.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"koa-multer": "1.0.2",
|
|
|
|
"koa-router": "7.4.0",
|
2018-06-20 03:59:54 -07:00
|
|
|
"koa-send": "5.0.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"koa-slow": "2.1.0",
|
2019-04-05 08:48:05 -07:00
|
|
|
"koa-views": "6.2.0",
|
2018-12-03 03:08:18 -08:00
|
|
|
"langmap": "0.0.16",
|
2018-12-28 12:21:50 -08:00
|
|
|
"loader-utils": "1.2.3",
|
2019-04-07 05:50:36 -07:00
|
|
|
"lolex": "3.1.0",
|
2019-01-08 22:17:54 -08:00
|
|
|
"lookup-dns-cache": "2.1.0",
|
2019-05-03 22:47:28 -07:00
|
|
|
"minio": "7.0.8",
|
|
|
|
"mocha": "6.1.4",
|
2017-11-24 17:47:04 -08:00
|
|
|
"moji": "0.5.1",
|
2019-02-03 16:56:48 -08:00
|
|
|
"moment": "2.24.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"ms": "2.1.1",
|
2018-08-21 17:10:39 -07:00
|
|
|
"nested-property": "0.0.7",
|
2019-05-03 22:47:28 -07:00
|
|
|
"node-fetch": "2.5.0",
|
2019-04-21 08:43:15 -07:00
|
|
|
"nodemailer": "6.1.1",
|
2017-11-06 02:16:14 -08:00
|
|
|
"nprogress": "0.2.0",
|
2018-04-05 05:13:49 -07:00
|
|
|
"object-assign-deep": "0.4.0",
|
2018-07-27 02:42:58 -07:00
|
|
|
"os-utils": "0.0.14",
|
2018-08-13 09:54:58 -07:00
|
|
|
"parse5": "5.1.0",
|
2018-11-20 12:11:00 -08:00
|
|
|
"parsimmon": "1.12.0",
|
2019-04-21 08:43:15 -07:00
|
|
|
"pg": "7.10.0",
|
2018-07-13 07:25:32 -07:00
|
|
|
"portscanner": "2.2.0",
|
2018-11-11 11:09:02 -08:00
|
|
|
"postcss-loader": "3.0.0",
|
2019-04-05 08:48:05 -07:00
|
|
|
"prismjs": "1.16.0",
|
2019-02-03 16:56:48 -08:00
|
|
|
"progress-bar-webpack-plugin": "1.12.1",
|
2019-01-08 22:17:54 -08:00
|
|
|
"promise-any": "0.2.0",
|
2018-10-11 05:14:20 -07:00
|
|
|
"promise-limit": "2.7.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"promise-sequential": "1.1.1",
|
2018-03-21 04:46:57 -07:00
|
|
|
"pug": "2.0.3",
|
2018-06-16 19:23:18 -07:00
|
|
|
"punycode": "2.1.1",
|
2019-04-15 06:58:04 -07:00
|
|
|
"pureimage": "0.1.6",
|
2019-01-26 19:36:47 -08:00
|
|
|
"qrcode": "1.3.3",
|
2019-04-15 04:37:21 -07:00
|
|
|
"random-seed": "0.3.0",
|
2019-03-12 17:19:48 -07:00
|
|
|
"randomcolor": "0.5.4",
|
|
|
|
"ratelimiter": "3.3.0",
|
2018-06-16 19:23:18 -07:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2018-10-18 23:04:46 -07:00
|
|
|
"reconnecting-websocket": "4.1.10",
|
2018-06-16 19:23:18 -07:00
|
|
|
"redis": "2.8.0",
|
2019-04-07 05:50:36 -07:00
|
|
|
"reflect-metadata": "0.1.13",
|
2019-03-17 21:20:49 -07:00
|
|
|
"rename": "1.0.4",
|
2018-08-10 20:21:30 -07:00
|
|
|
"request": "2.88.0",
|
2019-03-12 17:19:48 -07:00
|
|
|
"request-promise-native": "1.0.7",
|
2018-09-14 13:40:58 -07:00
|
|
|
"request-stats": "3.0.0",
|
2019-04-07 05:50:36 -07:00
|
|
|
"require-all": "3.0.0",
|
2019-01-20 01:09:44 -08:00
|
|
|
"rimraf": "2.6.3",
|
2018-06-16 19:23:18 -07:00
|
|
|
"rndstr": "1.0.0",
|
2018-02-01 14:34:51 -08:00
|
|
|
"s-age": "1.1.2",
|
2019-04-28 17:11:57 -07:00
|
|
|
"seedrandom": "3.0.1",
|
2019-04-28 17:28:13 -07:00
|
|
|
"sharp": "0.22.1",
|
2018-11-15 12:49:07 -08:00
|
|
|
"showdown": "1.9.0",
|
2018-07-16 09:11:36 -07:00
|
|
|
"showdown-highlightjs-extension": "0.1.2",
|
2018-06-16 19:23:18 -07:00
|
|
|
"speakeasy": "2.0.0",
|
2018-08-05 03:20:26 -07:00
|
|
|
"stringz": "1.0.0",
|
2018-10-08 06:43:10 -07:00
|
|
|
"style-loader": "0.23.1",
|
2017-11-22 20:25:33 -08:00
|
|
|
"stylus": "0.54.5",
|
2018-03-14 12:58:54 -07:00
|
|
|
"stylus-loader": "3.0.2",
|
2018-08-29 05:27:33 -07:00
|
|
|
"summaly": "2.2.0",
|
2019-04-28 17:28:13 -07:00
|
|
|
"systeminformation": "4.1.6",
|
2017-11-06 02:16:14 -08:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2019-03-01 21:25:44 -08:00
|
|
|
"terser-webpack-plugin": "1.2.3",
|
2018-02-22 09:24:01 -08:00
|
|
|
"textarea-caret": "3.1.0",
|
2018-09-26 04:19:35 -07:00
|
|
|
"tinycolor2": "1.4.1",
|
2019-04-14 01:40:30 -07:00
|
|
|
"tmp": "0.1.0",
|
2019-01-08 12:19:39 -08:00
|
|
|
"ts-loader": "5.3.3",
|
2019-04-07 05:50:36 -07:00
|
|
|
"ts-node": "7.0.1",
|
2019-04-14 01:40:30 -07:00
|
|
|
"tslint": "5.15.0",
|
2019-02-03 14:16:01 -08:00
|
|
|
"tslint-sonarts": "1.9.0",
|
2019-04-07 05:50:36 -07:00
|
|
|
"typeorm": "0.2.16-rc.1",
|
2019-02-23 19:25:12 -08:00
|
|
|
"typescript": "3.3.3333",
|
2019-03-01 21:25:44 -08:00
|
|
|
"typescript-eslint-parser": "22.0.0",
|
2018-02-01 14:34:51 -08:00
|
|
|
"uglify-es": "3.3.9",
|
2019-04-07 05:50:36 -07:00
|
|
|
"ulid": "2.3.0",
|
2018-10-10 05:00:47 -07:00
|
|
|
"url-loader": "1.1.2",
|
2018-06-28 14:34:10 -07:00
|
|
|
"uuid": "3.3.2",
|
2018-12-07 17:40:15 -08:00
|
|
|
"v-animate-css": "0.0.3",
|
2019-03-02 15:23:06 -08:00
|
|
|
"v-debounce": "0.1.2",
|
2019-02-01 20:22:09 -08:00
|
|
|
"video-thumbnail-generator": "1.1.3",
|
2019-04-05 08:48:05 -07:00
|
|
|
"vue": "2.6.10",
|
2018-10-10 10:22:57 -07:00
|
|
|
"vue-color": "2.7.0",
|
2019-04-09 04:49:56 -07:00
|
|
|
"vue-content-loading": "1.6.0",
|
2018-12-26 01:33:08 -08:00
|
|
|
"vue-cropperjs": "3.0.0",
|
2019-05-03 22:47:28 -07:00
|
|
|
"vue-i18n": "8.11.2",
|
|
|
|
"vue-js-modal": "1.3.31",
|
2019-04-05 08:48:05 -07:00
|
|
|
"vue-json-pretty": "1.6.0",
|
2019-03-01 21:25:44 -08:00
|
|
|
"vue-loader": "15.7.0",
|
2019-01-03 12:18:49 -08:00
|
|
|
"vue-marquee-text-component": "1.1.1",
|
2019-01-26 21:34:52 -08:00
|
|
|
"vue-prism-component": "1.1.1",
|
2019-04-21 08:43:15 -07:00
|
|
|
"vue-router": "3.0.6",
|
2018-12-15 18:32:20 -08:00
|
|
|
"vue-sequential-entrance": "1.1.3",
|
2018-08-13 17:04:37 -07:00
|
|
|
"vue-style-loader": "4.1.2",
|
2019-04-05 08:48:05 -07:00
|
|
|
"vue-svg-inline-loader": "1.2.15",
|
|
|
|
"vue-template-compiler": "2.6.10",
|
|
|
|
"vuedraggable": "2.20.0",
|
2018-09-07 04:21:25 -07:00
|
|
|
"vuewordcloud": "18.7.11",
|
2019-02-03 16:56:48 -08:00
|
|
|
"vuex": "3.1.0",
|
2018-07-14 09:42:14 -07:00
|
|
|
"vuex-persistedstate": "2.5.4",
|
2018-09-18 10:39:57 -07:00
|
|
|
"web-push": "3.3.3",
|
2019-04-14 01:40:30 -07:00
|
|
|
"webpack": "4.30.0",
|
2019-05-03 22:47:28 -07:00
|
|
|
"webpack-cli": "3.3.1",
|
2018-09-20 12:30:29 -07:00
|
|
|
"websocket": "1.0.28",
|
2019-05-03 22:47:28 -07:00
|
|
|
"ws": "7.0.0",
|
2018-06-20 10:12:20 -07:00
|
|
|
"xev": "2.0.1"
|
2017-11-06 02:16:14 -08:00
|
|
|
}
|
2018-06-10 19:44:26 -07:00
|
|
|
}
|