[feature] Photoswipe gallery (#740)

* implement photoswipe galleries

* dependency wrangling

* photoswipe-dynamic-caption plugin
This commit is contained in:
f0x52 2022-08-07 17:58:01 +02:00 committed by GitHub
commit f2a6ae3ef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 51 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{
"name": "gotosocial-frontend",
"version": "0.3.4",
"version": "0.3.8",
"description": "GoToSocial frontend sources",
"main": "index.js",
"author": "f0x",
@ -22,6 +22,8 @@
"from2-string": "^1.1.0",
"icssify": "^1.2.1",
"js-file-download": "^0.4.12",
"photoswipe": "^5.3.0",
"photoswipe-dynamic-caption-plugin": "^1.2.4",
"postcss": "^8.3.5",
"postcss-color-function": "^4.1.0",
"postcss-color-mod-function": "3.0.0",