diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-10 16:08:10 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-10 16:08:10 +0300 |
| commit | bdf4222c6178e438e93775a3593d3fc7027d3471 (patch) | |
| tree | 781613259673a85eee71cf2ebdacd97243810931 /web/package.json | |
| parent | 05a6e046c2fd67fe5b55260a946b017bddff1880 (diff) | |
Switch to local htm/preact compiled with snowpack
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" + } +} |
