2016-12-29 00:49:51 +02:00
|
|
|
{
|
2017-06-08 19:03:54 +03:00
|
|
|
"name": "misskey",
|
|
|
|
"author": "syuilo <i@syuilo.com>",
|
2017-11-02 05:40:15 +02:00
|
|
|
"version": "0.0.2807",
|
2017-06-08 19:03:54 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"description": "A miniblog-based SNS",
|
|
|
|
"bugs": "https://github.com/syuilo/misskey/issues",
|
|
|
|
"repository": "https://github.com/syuilo/misskey.git",
|
|
|
|
"main": "./built/index.js",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"config": "node ./tools/init.js",
|
|
|
|
"start": "node ./built",
|
|
|
|
"debug": "DEBUG=misskey:* node ./built",
|
|
|
|
"swagger": "node ./swagger.js",
|
|
|
|
"build": "gulp build",
|
|
|
|
"rebuild": "gulp rebuild",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
|
|
|
"lint": "gulp lint",
|
2017-11-05 15:29:58 +02:00
|
|
|
"test": "gulp test"
|
2017-06-08 19:03:54 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-22 00:49:00 +03:00
|
|
|
"@types/bcryptjs": "2.4.1",
|
2017-10-26 22:32:50 +03:00
|
|
|
"@types/body-parser": "1.16.7",
|
2017-08-22 01:34:25 +03:00
|
|
|
"@types/chai": "4.0.4",
|
2017-09-06 18:07:35 +03:00
|
|
|
"@types/chai-http": "3.0.3",
|
2017-10-26 18:09:38 +03:00
|
|
|
"@types/chalk": "2.2.0",
|
2017-08-22 01:50:01 +03:00
|
|
|
"@types/compression": "0.0.34",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/cors": "2.8.1",
|
2017-08-03 17:00:47 +03:00
|
|
|
"@types/debug": "0.0.30",
|
2017-08-22 01:59:05 +03:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2017-09-28 10:55:56 +03:00
|
|
|
"@types/elasticsearch": "5.0.17",
|
2017-08-22 02:07:14 +03:00
|
|
|
"@types/event-stream": "3.3.32",
|
2017-08-22 02:15:05 +03:00
|
|
|
"@types/express": "4.0.37",
|
2017-11-06 12:05:18 +02:00
|
|
|
"@types/gm": "1.17.33",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/gulp": "4.0.3",
|
2017-08-10 16:37:35 +03:00
|
|
|
"@types/gulp-htmlmin": "1.3.30",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/gulp-mocha": "0.0.30",
|
|
|
|
"@types/gulp-rename": "0.0.32",
|
|
|
|
"@types/gulp-replace": "0.0.30",
|
|
|
|
"@types/gulp-tslint": "3.6.31",
|
|
|
|
"@types/gulp-typescript": "2.13.0",
|
2017-10-25 04:05:05 +03:00
|
|
|
"@types/gulp-uglify": "3.0.3",
|
2017-10-26 18:08:12 +03:00
|
|
|
"@types/gulp-util": "3.0.33",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/inquirer": "0.0.34",
|
|
|
|
"@types/is-root": "1.0.0",
|
|
|
|
"@types/is-url": "1.2.28",
|
2017-08-16 00:51:32 +03:00
|
|
|
"@types/js-yaml": "3.9.1",
|
2017-10-26 21:06:50 +03:00
|
|
|
"@types/mocha": "2.2.44",
|
2017-10-06 20:26:20 +03:00
|
|
|
"@types/mongodb": "2.2.13",
|
2017-08-22 02:24:16 +03:00
|
|
|
"@types/monk": "1.0.6",
|
2017-10-26 22:35:00 +03:00
|
|
|
"@types/morgan": "1.7.35",
|
2017-08-22 02:25:29 +03:00
|
|
|
"@types/ms": "0.7.30",
|
2017-10-26 22:35:25 +03:00
|
|
|
"@types/multer": "1.3.5",
|
2017-10-25 05:13:31 +03:00
|
|
|
"@types/node": "8.0.47",
|
2017-06-08 19:03:54 +03:00
|
|
|
"@types/ratelimiter": "2.1.28",
|
2017-10-28 03:55:09 +03:00
|
|
|
"@types/redis": "2.8.1",
|
2017-10-25 23:20:52 +03:00
|
|
|
"@types/request": "2.0.7",
|
2017-08-22 02:28:05 +03:00
|
|
|
"@types/rimraf": "2.0.2",
|
2017-10-25 19:48:59 +03:00
|
|
|
"@types/riot": "3.6.1",
|
2017-08-22 02:28:23 +03:00
|
|
|
"@types/serve-favicon": "2.2.29",
|
2017-10-17 21:37:46 +03:00
|
|
|
"@types/uuid": "3.4.3",
|
2017-10-25 21:05:35 +03:00
|
|
|
"@types/webpack": "3.0.14",
|
2017-11-06 12:05:44 +02:00
|
|
|
"@types/uuid": "3.4.3",
|
2017-10-03 21:26:58 +03:00
|
|
|
"@types/webpack": "3.0.13",
|
2017-10-25 22:26:49 +03:00
|
|
|
"@types/webpack-stream": "3.2.8",
|
2017-06-28 19:37:24 +03:00
|
|
|
"@types/websocket": "0.0.34",
|
2017-11-01 08:55:03 +02:00
|
|
|
"awesome-typescript-loader": "3.3.0",
|
2017-09-01 01:14:40 +03:00
|
|
|
"chai": "4.1.2",
|
2017-06-08 19:03:54 +03:00
|
|
|
"chai-http": "3.0.0",
|
2017-08-31 00:32:58 +03:00
|
|
|
"css-loader": "0.28.7",
|
2017-06-08 19:03:54 +03:00
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-cssnano": "2.1.2",
|
2017-08-10 16:37:35 +03:00
|
|
|
"gulp-htmlmin": "3.0.0",
|
2017-10-07 00:58:50 +03:00
|
|
|
"gulp-imagemin": "3.4.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"gulp-mocha": "4.3.1",
|
|
|
|
"gulp-pug": "3.3.0",
|
|
|
|
"gulp-rename": "1.2.2",
|
2017-06-21 02:31:32 +03:00
|
|
|
"gulp-replace": "0.6.1",
|
2017-08-08 17:33:15 +03:00
|
|
|
"gulp-tslint": "8.1.2",
|
2017-10-23 23:25:17 +03:00
|
|
|
"gulp-typescript": "3.2.3",
|
2017-06-08 19:03:54 +03:00
|
|
|
"gulp-uglify": "3.0.0",
|
|
|
|
"gulp-util": "3.0.8",
|
2017-10-06 06:32:55 +03:00
|
|
|
"mocha": "4.0.1",
|
2017-06-08 19:03:54 +03:00
|
|
|
"riot-tag-loader": "1.0.0",
|
|
|
|
"string-replace-webpack-plugin": "0.1.3",
|
2017-10-03 15:17:24 +03:00
|
|
|
"style-loader": "0.19.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"stylus": "0.54.5",
|
|
|
|
"stylus-loader": "3.0.1",
|
2017-07-24 20:14:13 +03:00
|
|
|
"swagger-jsdoc": "1.9.7",
|
2017-10-20 22:19:57 +03:00
|
|
|
"tslint": "5.8.0",
|
2017-08-11 13:02:05 +03:00
|
|
|
"uglify-es": "3.0.27",
|
2017-06-08 19:03:54 +03:00
|
|
|
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
|
2017-10-24 05:40:07 +03:00
|
|
|
"uglifyjs-webpack-plugin": "1.0.1",
|
2017-10-17 18:59:18 +03:00
|
|
|
"webpack": "3.8.1"
|
2017-06-08 19:03:54 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-11-05 15:47:04 +02:00
|
|
|
"@prezzemolo/rap": "0.1.2",
|
2017-06-08 19:03:54 +03:00
|
|
|
"accesses": "2.5.0",
|
2017-09-25 20:10:52 +03:00
|
|
|
"animejs": "2.2.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"autwh": "0.0.1",
|
|
|
|
"bcryptjs": "2.4.3",
|
2017-09-22 20:04:18 +03:00
|
|
|
"body-parser": "1.18.2",
|
2017-11-05 11:08:29 +02:00
|
|
|
"cafy": "3.1.1",
|
2017-10-24 07:31:04 +03:00
|
|
|
"chalk": "2.3.0",
|
2017-09-27 08:46:08 +03:00
|
|
|
"compression": "1.7.1",
|
2017-07-13 05:57:29 +03:00
|
|
|
"cors": "2.8.4",
|
2017-10-21 13:14:02 +03:00
|
|
|
"cropperjs": "1.1.3",
|
2017-08-11 01:44:08 +03:00
|
|
|
"crypto": "1.0.1",
|
2017-09-26 23:35:17 +03:00
|
|
|
"debug": "3.1.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"deep-equal": "1.0.1",
|
|
|
|
"deepcopy": "0.6.3",
|
2017-10-22 09:01:02 +03:00
|
|
|
"diskusage": "0.2.2",
|
2017-06-29 01:27:23 +03:00
|
|
|
"download": "6.2.5",
|
2017-08-09 09:26:13 +03:00
|
|
|
"elasticsearch": "13.3.1",
|
2017-06-08 19:03:54 +03:00
|
|
|
"escape-regexp": "0.0.1",
|
2017-08-11 13:02:05 +03:00
|
|
|
"express": "4.15.4",
|
2017-10-17 10:08:45 +03:00
|
|
|
"file-type": "7.2.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"fuckadblock": "3.2.1",
|
|
|
|
"gm": "1.23.0",
|
2017-09-18 18:06:23 +03:00
|
|
|
"inquirer": "3.3.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"is-root": "1.0.0",
|
|
|
|
"is-url": "1.2.2",
|
2017-09-11 11:24:10 +03:00
|
|
|
"js-yaml": "3.10.0",
|
2017-09-06 13:41:36 +03:00
|
|
|
"mecab-async": "^0.1.0",
|
2017-09-07 10:15:40 +03:00
|
|
|
"moji": "^0.5.1",
|
2017-10-12 22:27:54 +03:00
|
|
|
"mongodb": "2.2.33",
|
2017-10-07 11:07:48 +03:00
|
|
|
"monk": "6.0.5",
|
2017-09-27 05:57:50 +03:00
|
|
|
"morgan": "1.9.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"ms": "2.0.0",
|
|
|
|
"multer": "1.3.0",
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"os-utils": "0.0.14",
|
|
|
|
"page": "1.7.1",
|
|
|
|
"pictograph": "2.0.4",
|
|
|
|
"prominence": "0.2.0",
|
2017-09-06 18:32:02 +03:00
|
|
|
"pug": "2.0.0-rc.4",
|
2017-06-08 19:03:54 +03:00
|
|
|
"ratelimiter": "3.0.3",
|
2017-07-26 23:29:19 +03:00
|
|
|
"recaptcha-promise": "0.1.3",
|
2017-09-23 20:21:57 +03:00
|
|
|
"reconnecting-websocket": "3.2.2",
|
2017-08-08 08:20:40 +03:00
|
|
|
"redis": "2.8.0",
|
2017-09-27 08:03:33 +03:00
|
|
|
"request": "2.83.0",
|
2017-09-11 20:03:57 +03:00
|
|
|
"rimraf": "2.6.2",
|
2017-11-05 22:40:07 +02:00
|
|
|
"riot": "3.7.4",
|
2017-06-08 19:03:54 +03:00
|
|
|
"rndstr": "1.0.0",
|
|
|
|
"s-age": "1.1.0",
|
2017-09-26 20:46:57 +03:00
|
|
|
"serve-favicon": "2.4.5",
|
2017-06-08 19:03:54 +03:00
|
|
|
"summaly": "2.0.3",
|
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"tcp-port-used": "0.1.2",
|
|
|
|
"textarea-caret": "3.0.2",
|
2017-07-24 20:58:13 +03:00
|
|
|
"ts-node": "3.3.0",
|
2017-10-31 19:03:16 +02:00
|
|
|
"typescript": "2.6.1",
|
2017-06-16 21:06:08 +03:00
|
|
|
"uuid": "3.1.0",
|
2017-06-08 19:03:54 +03:00
|
|
|
"vhost": "3.0.2",
|
2017-10-19 03:31:54 +03:00
|
|
|
"websocket": "1.0.25",
|
2017-08-10 16:37:35 +03:00
|
|
|
"xev": "2.0.0"
|
2017-06-08 19:03:54 +03:00
|
|
|
}
|
2017-05-31 10:14:18 +03:00
|
|
|
}
|