diff options
| author | 2022-11-16 17:05:49 +0100 | |
|---|---|---|
| committer | 2022-11-16 17:05:49 +0100 | |
| commit | aa5c4e065c61bf30d7bd97579f6bfeecc71238bd (patch) | |
| tree | df6cb8f07b8d99c3924813c2d75799d33f6b9d77 /web/source/package.json | |
| parent | [chore] reversion: use specific columns for updating user again (#1059) (diff) | |
| download | gotosocial-aa5c4e065c61bf30d7bd97579f6bfeecc71238bd.tar.xz | |
[frogend] Emoji categories (#1051)
* emoji category combobox
* emoji categorizing
* dropdown entry separation
* emoji filtering/sorting
* add some explaining comments
* remove unneeded default-value code
* remove wrongly created package.json
* configurable ComboBox label+placeHolder
Diffstat (limited to 'web/source/package.json')
| -rw-r--r-- | web/source/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/source/package.json b/web/source/package.json index eb64e23be..02ae79f03 100644 --- a/web/source/package.json +++ b/web/source/package.json @@ -12,11 +12,13 @@ }, "dependencies": { "@reduxjs/toolkit": "^1.8.6", + "ariakit": "^2.0.0-next.41", "bluebird": "^3.7.2", "dotty": "^0.1.2", "is-valid-domain": "^0.1.6", "js-file-download": "^0.4.12", "langs": "^2.0.0", + "match-sorter": "^6.3.1", "modern-normalize": "^1.1.0", "photoswipe": "^5.3.3", "photoswipe-dynamic-caption-plugin": "^1.2.7", @@ -28,6 +30,8 @@ "redux-devtools-extension": "^2.13.9", "redux-persist": "^6.0.0", "skulk": "^0.0.6", + "split-filter-n": "^1.1.3", + "syncpipe": "^1.0.0", "wouter": "^2.8.0-alpha.2" }, "devDependencies": { |
