iceshrimp-legacy/package.json

268 lines
7.2 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-07-18 20:37:48 +02:00
"version": "11.26.0",
Use PostgreSQL instead of MongoDB (#4572) * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
2019-04-07 14:50:36 +02:00
"codename": "daybreak",
"repository": {
"type": "git",
"url": "https://github.com/syuilo/misskey.git"
},
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",
2019-06-29 16:12:00 +02:00
"init": "npm run migrate",
2019-05-14 16:54:39 +02:00
"ormconfig": "node ./built/ormconfig.js",
2019-06-29 16:12:00 +02:00
"migrate": "ts-node ./node_modules/typeorm/cli.js migration:run",
"migrateandstart": "npm run migrate && npm run start",
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": {
"gulp-cssnano/cssnano/postcss-svgo/svgo/js-yaml": "^3.13.1",
2019-07-14 02:38:49 +02:00
"video-thumbnail-generator/lodash": "^4.17.13"
},
"dependencies": {
2019-07-02 12:20:34 +02:00
"@elastic/elasticsearch": "7.1.0",
"@fortawesome/fontawesome-svg-core": "1.2.19",
"@fortawesome/free-brands-svg-icons": "5.9.0",
"@fortawesome/free-regular-svg-icons": "5.9.0",
"@fortawesome/free-solid-svg-icons": "5.9.0",
"@fortawesome/vue-fontawesome": "0.1.6",
"@koa/cors": "3.0.0",
"@types/bcryptjs": "2.4.2",
2019-07-02 12:20:34 +02:00
"@types/bull": "3.5.15",
"@types/cbor": "2.0.0",
"@types/dateformat": "3.0.0",
2017-11-06 11:16:14 +01:00
"@types/deep-equal": "1.0.1",
2019-07-02 12:20:34 +02:00
"@types/double-ended-queue": "2.1.1",
2019-04-14 10:40:30 +02:00
"@types/gulp": "4.0.6",
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",
"@types/is-url": "1.2.28",
2019-04-14 10:40:30 +02:00
"@types/js-yaml": "3.12.1",
2019-07-02 12:20:34 +02:00
"@types/jsdom": "12.2.4",
2019-03-02 06:25:44 +01:00
"@types/katex": "0.10.1",
2019-07-02 12:20:34 +02:00
"@types/koa": "2.0.49",
"@types/koa-bodyparser": "5.0.2",
2019-04-14 10:40:30 +02:00
"@types/koa-compress": "2.0.9",
"@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",
2019-07-02 12:20:34 +02:00
"@types/koa-mount": "4.0.0",
2018-04-13 04:50:36 +02:00
"@types/koa-multer": "1.0.0",
2019-07-02 12:20:34 +02:00
"@types/koa-router": "7.0.42",
2019-04-14 10:40:30 +02:00
"@types/koa-send": "4.1.2",
2018-05-18 00:19:13 +02:00
"@types/koa-views": "2.0.3",
"@types/koa__cors": "2.2.3",
Use PostgreSQL instead of MongoDB (#4572) * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
2019-04-07 14:50:36 +02:00
"@types/lolex": "3.1.1",
2019-07-02 12:20:34 +02:00
"@types/minio": "7.0.2",
"@types/mocha": "5.2.7",
"@types/node": "12.0.10",
"@types/nodemailer": "6.2.0",
"@types/nprogress": "0.2.0",
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",
2019-07-02 12:20:34 +02:00
"@types/qrcode": "1.3.3",
"@types/random-seed": "0.3.3",
2017-11-06 11:16:14 +01:00
"@types/ratelimiter": "2.1.28",
2019-07-02 12:20:34 +02:00
"@types/redis": "2.8.13",
"@types/rename": "1.0.1",
2019-07-16 17:59:19 +02:00
"@types/request": "2.48.2",
2019-05-04 07:47:28 +02:00
"@types/request-promise-native": "1.0.16",
"@types/request-stats": "3.0.0",
2017-11-06 11:16:14 +01:00
"@types/rimraf": "2.0.2",
"@types/seedrandom": "2.4.28",
2019-07-02 12:20:34 +02:00
"@types/sharp": "0.22.2",
"@types/showdown": "1.9.3",
"@types/speakeasy": "2.0.4",
"@types/systeminformation": "3.23.1",
2019-07-02 12:20:34 +02:00
"@types/tinycolor2": "1.4.2",
2019-04-14 10:40:30 +02:00
"@types/tmp": "0.1.0",
2019-07-02 12:20:34 +02:00
"@types/uuid": "3.4.5",
"@types/web-push": "3.3.0",
2019-07-02 12:20:34 +02:00
"@types/webpack": "4.4.34",
2018-03-14 20:58:54 +01:00
"@types/webpack-stream": "3.2.10",
"@types/websocket": "0.0.40",
"@types/ws": "6.0.1",
"@typescript-eslint/parser": "1.11.0",
"animejs": "3.0.1",
2019-07-11 16:46:46 +02:00
"apexcharts": "3.8.2",
"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",
"bootstrap": "4.3.1",
"bootstrap-vue": "2.0.0-rc.13",
2019-06-07 13:29:13 +02:00
"bull": "3.10.0",
"cafy": "15.1.1",
"cbor": "4.1.5",
2018-10-15 23:37:21 +02:00
"chai": "4.2.0",
"chalk": "2.4.2",
2019-05-21 01:46:35 +02:00
"cli-highlight": "2.1.1",
2019-04-05 17:48:05 +02:00
"commander": "2.20.0",
"content-disposition": "0.5.3",
2018-06-17 04:23:18 +02:00
"crc-32": "1.2.0",
2019-07-02 12:20:34 +02:00
"css-loader": "3.0.0",
"cssnano": "4.1.10",
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",
2019-07-11 16:46:46 +02:00
"diskusage": "1.1.3",
2018-08-14 01:21:25 +02:00
"double-ended-queue": "2.1.0-0",
"emojilib": "2.4.0",
2019-07-02 12:20:34 +02:00
"eslint": "6.0.1",
"eslint-plugin-vue": "5.2.3",
"eventemitter3": "4.0.0",
"feed": "3.0.0",
2019-07-11 16:46:46 +02:00
"file-type": "12.0.1",
2017-11-06 11:16:14 +01:00
"fuckadblock": "3.2.1",
2019-05-14 14:17:29 +02:00
"gulp": "4.0.2",
2018-03-28 02:15:58 +02:00
"gulp-cssnano": "2.1.3",
2019-07-02 12:20:34 +02:00
"gulp-imagemin": "6.0.0",
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",
2019-03-13 01:19:48 +01:00
"gulp-sourcemaps": "2.6.5",
2018-02-01 23:34:51 +01:00
"gulp-stylus": "2.7.0",
2019-03-13 01:19:48 +01:00
"gulp-tslint": "8.1.4",
2019-04-14 10:40:30 +02:00
"gulp-typescript": "5.0.1",
2019-03-13 01:19:48 +01:00
"gulp-uglify": "3.0.2",
2017-11-23 05:25:33 +01:00
"gulp-util": "3.0.8",
"hard-source-webpack-plugin": "0.13.1",
2019-04-14 10:40:30 +02:00
"html-minifier": "4.0.0",
2018-06-17 04:23:18 +02:00
"http-signature": "1.2.0",
2019-07-11 16:46:46 +02:00
"insert-text-at-cursor": "0.3.0",
2019-04-21 17:43:15 +02:00
"is-root": "2.1.0",
2019-06-07 13:29:13 +02:00
"is-svg": "4.2.0",
2019-04-14 10:40:30 +02:00
"js-yaml": "3.13.1",
2019-06-07 13:29:13 +02:00
"jsdom": "15.1.1",
2018-10-02 09:04:31 +02:00
"json5": "2.1.0",
2019-07-02 12:20:34 +02:00
"json5-loader": "3.0.0",
2019-07-03 13:31:38 +02:00
"jsrsasign": "8.0.12",
2019-06-07 13:29:13 +02:00
"katex": "0.10.2",
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",
2019-04-05 17:48:05 +02:00
"koa-views": "6.2.0",
2018-12-03 12:08:18 +01:00
"langmap": "0.0.16",
"loader-utils": "1.2.3",
2019-07-02 12:20:34 +02:00
"lolex": "4.1.0",
"lookup-dns-cache": "2.1.0",
2019-06-16 09:07:57 +02:00
"minio": "7.0.10",
2019-05-04 07:47:28 +02:00
"mocha": "6.1.4",
2017-11-25 02:47:04 +01:00
"moji": "0.5.1",
2019-02-04 01:56:48 +01:00
"moment": "2.24.0",
2019-06-16 09:07:57 +02:00
"ms": "2.1.2",
2019-07-02 12:20:34 +02:00
"nested-property": "1.0.1",
2019-06-07 13:29:13 +02:00
"node-fetch": "2.6.0",
"nodemailer": "6.2.1",
2017-11-06 11:16:14 +01:00
"nprogress": "0.2.0",
"object-assign-deep": "0.4.0",
2018-07-27 11:42:58 +02:00
"os-utils": "0.0.14",
"parse5": "5.1.0",
2019-07-11 16:46:46 +02:00
"parsimmon": "1.12.1",
2019-05-14 14:17:29 +02:00
"pg": "7.11.0",
2018-07-13 16:25:32 +02:00
"portscanner": "2.2.0",
"postcss-loader": "3.0.0",
2019-04-05 17:48:05 +02:00
"prismjs": "1.16.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",
2019-07-02 12:20:34 +02:00
"pug": "2.0.4",
2018-06-17 04:23:18 +02:00
"punycode": "2.1.1",
2019-04-15 15:58:04 +02:00
"pureimage": "0.1.6",
2019-07-11 16:46:46 +02:00
"qrcode": "1.4.0",
"random-seed": "0.3.0",
2019-03-13 01:19:48 +01:00
"randomcolor": "0.5.4",
"ratelimiter": "3.3.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",
Use PostgreSQL instead of MongoDB (#4572) * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
2019-04-07 14:50:36 +02:00
"reflect-metadata": "0.1.13",
"rename": "1.0.4",
"request": "2.88.0",
2019-03-13 01:19:48 +01:00
"request-promise-native": "1.0.7",
2018-09-14 22:40:58 +02:00
"request-stats": "3.0.0",
Use PostgreSQL instead of MongoDB (#4572) * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
2019-04-07 14:50:36 +02:00
"require-all": "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": "3.0.1",
2019-04-29 02:28:13 +02:00
"sharp": "0.22.1",
"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",
2019-07-02 12:20:34 +02:00
"stringz": "2.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",
2019-06-18 09:58:32 +02:00
"summaly": "2.3.0",
2019-07-11 16:46:46 +02:00
"systeminformation": "4.14.3",
2017-11-06 11:16:14 +01:00
"syuilo-password-strength": "0.0.1",
2019-06-07 13:29:13 +02:00
"terser-webpack-plugin": "1.3.0",
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",
2019-04-14 10:40:30 +02:00
"tmp": "0.1.0",
"ts-loader": "5.3.3",
Use PostgreSQL instead of MongoDB (#4572) * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
2019-04-07 14:50:36 +02:00
"ts-node": "7.0.1",
2019-07-02 12:20:34 +02:00
"tslint": "5.18.0",
"tslint-sonarts": "1.9.0",
2019-07-02 12:20:34 +02:00
"typeorm": "0.2.18",
2019-06-27 11:04:09 +02:00
"typescript": "3.5.2",
2018-02-01 23:34:51 +01:00
"uglify-es": "3.3.9",
Use PostgreSQL instead of MongoDB (#4572) * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
2019-04-07 14:50:36 +02:00
"ulid": "2.3.0",
2019-07-02 12:20:34 +02:00
"url-loader": "2.0.1",
"uuid": "3.3.2",
"v-animate-css": "0.0.3",
2019-03-03 00:23:06 +01:00
"v-debounce": "0.1.2",
"video-thumbnail-generator": "1.1.3",
2019-04-05 17:48:05 +02:00
"vue": "2.6.10",
"vue-color": "2.7.0",
2019-04-09 13:49:56 +02:00
"vue-content-loading": "1.6.0",
2019-07-02 12:20:34 +02:00
"vue-cropperjs": "4.0.0",
2019-07-11 16:46:46 +02:00
"vue-i18n": "8.12.0",
2019-05-04 07:47:28 +02:00
"vue-js-modal": "1.3.31",
2019-04-05 17:48:05 +02:00
"vue-json-pretty": "1.6.0",
2019-03-02 06:25:44 +01:00
"vue-loader": "15.7.0",
"vue-marquee-text-component": "1.1.1",
"vue-prism-component": "1.1.1",
2019-07-11 16:46:46 +02:00
"vue-router": "3.0.7",
2018-12-16 03:32:20 +01:00
"vue-sequential-entrance": "1.1.3",
"vue-style-loader": "4.1.2",
2019-07-02 12:20:34 +02:00
"vue-svg-inline-loader": "1.2.16",
2019-04-05 17:48:05 +02:00
"vue-template-compiler": "2.6.10",
2019-07-02 12:20:34 +02:00
"vuedraggable": "2.23.0",
2018-09-07 13:21:25 +02:00
"vuewordcloud": "18.7.11",
2019-05-14 14:17:29 +02:00
"vuex": "3.1.1",
2018-07-14 18:42:14 +02:00
"vuex-persistedstate": "2.5.4",
2019-05-21 01:46:35 +02:00
"web-push": "3.3.5",
2019-07-11 16:46:46 +02:00
"webpack": "4.35.3",
2019-07-02 12:20:34 +02:00
"webpack-cli": "3.3.5",
2019-07-11 16:46:46 +02:00
"websocket": "1.0.29",
"ws": "7.1.0",
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
}