diff options
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json new file mode 100644 index 0000000..5926728 --- /dev/null +++ b/web/package.json @@ -0,0 +1,31 @@ +{ + "name": "maunium-stickerpicker", + "version": "0.1.0", + "description": "A fast and simple Matrix sticker picker widget", + "repository": "https://github.com/maunium/stickerpicker", + "author": "Tulir Asokan <tulir@maunium.net>", + "license": "MPL-2.0", + "private": true, + "scripts": { + "snowpack": "snowpack", + "sass": "node-sass -o . *.sass" + }, + "snowpack": { + "install": [ + "htm/preact" + ], + "installOptions": { + "sourceMap": false, + "dest": "lib", + "treeshake": true + } + }, + "dependencies": { + "htm": "^3.0.4", + "preact": "^10.4.8", + "snowpack": "^2.10.3" + }, + "devDependencies": { + "node-sass": "^4.14.1" + } +} |
