diff options
| author | Tulir Asokan <tulir@maunium.net> | 2021-10-03 12:42:11 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2021-10-03 12:42:11 +0300 |
| commit | ef844a0ff8c6bcabfff14b9cb9cc99fc36c77d24 (patch) | |
| tree | 1e9fcad37c1fdbf47e6a9082e3fe5a21f6e61cd3 /web/package.json | |
| parent | 502d91fc75239af541e64b2284cb2b9950f3ec22 (diff) | |
Update dependencies
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/web/package.json b/web/package.json index 66d3722..ffcd4ce 100644 --- a/web/package.json +++ b/web/package.json @@ -7,25 +7,13 @@ "license": "MPL-2.0", "private": true, "scripts": { - "snowpack": "snowpack", - "sass": "node-sass -o style style/*.sass --output-style compressed" - }, - "snowpack": { - "install": [ - "htm/preact" - ], - "installOptions": { - "sourceMap": false, - "dest": "lib", - "treeshake": true - } + "esinstall": "node ./esinstall.js", + "sass": "sass --no-source-map --style=compressed style/" }, "dependencies": { - "htm": "^3.0.4", - "preact": "^10.4.8", - "snowpack": "^2.10.3" - }, - "devDependencies": { - "node-sass": "^4.14.1" + "htm": "^3.1.0", + "preact": "^10.5.14", + "esinstall": "^1.1.7", + "sass": "^1.42.1" } } |
