matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 11b09cc7eb25c149acfda970a2133c3e6d5b5ccf
parent bd9d86100b8b679d4665880132ef4bbbe1d2b112
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 30 Dec 2021 22:00:09 +0100

Make sure that pouchdb is a runtime dependency

Diffstat:
Mpackage.json | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json @@ -13,7 +13,8 @@ "next": "12.0.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-spinners": "^0.11.0" + "react-spinners": "^0.11.0", + "pouchdb": "^7.2.2" }, "devDependencies": { "@emotion/babel-plugin": "^11.7.2", @@ -25,8 +26,7 @@ "eslint": "8.5.0", "eslint-config-next": "12.0.7", "postcss": "^8.4.5", - "pouchdb": "^7.2.2", "tailwindcss": "^3.0.7", "typescript": "4.5.4" } -} +} +\ No newline at end of file