diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/package.json b/package.json index d5b85fc8ca..3a6d1c81de 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", - "author": "syuilo <i@syuilo.com>", - "version": "11.37.1", - "codename": "daybreak", + "author": "syuilo <syuilotan@yahoo.co.jp>", + "version": "12.0.0-alpha.10", + "codename": "indigo", "repository": { "type": "git", "url": "https://github.com/syuilo/misskey.git" @@ -112,6 +112,7 @@ "cbor": "5.0.1", "chai": "4.2.0", "chalk": "3.0.0", + "chart.js": "2.9.3", "cli-highlight": "2.1.4", "commander": "4.1.0", "content-disposition": "0.5.3", @@ -125,15 +126,16 @@ "eslint-plugin-vue": "6.1.2", "eventemitter3": "4.0.0", "feed": "4.1.0", + "fibers": "4.0.2", "file-type": "13.0.1", "fluent-ffmpeg": "2.1.2", "gulp": "4.0.2", "gulp-clean-css": "4.2.0", + "gulp-dart-sass": "0.9.1", "gulp-mocha": "7.0.2", "gulp-rename": "2.0.0", "gulp-replace": "1.0.0", "gulp-sourcemaps": "2.6.5", - "gulp-stylus": "2.7.0", "gulp-terser": "1.2.0", "gulp-tslint": "8.1.4", "gulp-typescript": "5.0.1", @@ -177,6 +179,7 @@ "parse5": "5.1.1", "parsimmon": "1.13.0", "pg": "7.17.0", + "portal-vue": "2.1.7", "portscanner": "2.2.0", "postcss-loader": "3.0.0", "prismjs": "1.18.0", @@ -204,6 +207,8 @@ "rimraf": "3.0.0", "rndstr": "1.0.0", "s-age": "1.1.2", + "sass": "1.25.0", + "sass-loader": "8.0.1", "seedrandom": "3.0.5", "sharp": "0.23.4", "showdown": "1.9.1", @@ -211,8 +216,6 @@ "speakeasy": "2.0.0", "stringz": "2.0.0", "style-loader": "1.1.2", - "stylus": "0.54.7", - "stylus-loader": "3.0.2", "summaly": "2.3.1", "syslog-pro": "1.0.0", "systeminformation": "4.17.3", @@ -238,10 +241,10 @@ "vue-content-loading": "1.6.0", "vue-cropperjs": "4.0.1", "vue-i18n": "8.15.3", - "vue-js-modal": "1.3.31", "vue-json-pretty": "1.6.3", "vue-loader": "15.8.3", "vue-marquee-text-component": "1.1.1", + "vue-meta": "2.3.1", "vue-prism-component": "1.1.1", "vue-router": "3.1.3", "vue-sequential-entrance": "1.1.3", @@ -249,7 +252,6 @@ "vue-svg-inline-loader": "1.4.4", "vue-template-compiler": "2.6.11", "vuedraggable": "2.23.2", - "vuewordcloud": "18.7.11", "vuex": "3.1.2", "vuex-persistedstate": "2.7.0", "web-push": "3.4.3", |