iceshrimp-legacy/package.json

259 lines
6.9 KiB
JSON
Raw Normal View History

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