diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-09-29 00:48:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-29 00:48:56 +0900 |
| commit | 8b68c5da372108abdef2fd5fc15133c1f15ef200 (patch) | |
| tree | 7e9a8bdd7d8842a67540ebe9f4e411db9d5d5095 /package.json | |
| parent | Fix 'URL is not defined' in MFM (#2782) (diff) | |
| parent | wip (diff) | |
| download | misskey-8b68c5da372108abdef2fd5fc15133c1f15ef200.tar.gz misskey-8b68c5da372108abdef2fd5fc15133c1f15ef200.tar.bz2 misskey-8b68c5da372108abdef2fd5fc15133c1f15ef200.zip | |
Merge pull request #2781 from syuilo/theme
Theme
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 1b786d1a38..e19283cf64 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "@types/single-line-log": "1.1.0", "@types/speakeasy": "2.0.2", "@types/systeminformation": "3.23.0", + "@types/tinycolor2": "1.4.1", "@types/tmp": "0.0.33", "@types/uuid": "3.4.4", "@types/webpack": "4.4.12", @@ -194,6 +195,7 @@ "systeminformation": "3.45.6", "syuilo-password-strength": "0.0.1", "textarea-caret": "3.1.0", + "tinycolor2": "1.4.1", "tmp": "0.0.33", "ts-loader": "4.4.1", "ts-node": "7.0.1", @@ -206,12 +208,14 @@ "v-animate-css": "0.0.2", "vue": "2.5.17", "vue-chartjs": "3.4.0", + "vue-color": "2.6.0", "vue-cropperjs": "2.2.2", "vue-js-modal": "1.3.26", "vue-json-tree-view": "2.1.4", "vue-loader": "15.4.2", "vue-router": "3.0.1", "vue-style-loader": "4.1.2", + "vue-svg-inline-loader": "1.1.3", "vue-template-compiler": "2.5.17", "vuedraggable": "2.16.0", "vuewordcloud": "18.7.11", |