thesandwi.ch/package.json
Isaac Mills ee7195b82a
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Initial commit
2025-05-29 09:14:36 -06:00

24 lines
572 B
JSON

{
"name": "thesandwich",
"private": true,
"version": "0.0.0",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"devDependencies": {
"@parcel/compressor-brotli": "^2.15.2",
"@parcel/compressor-gzip": "^2.15.2",
"@parcel/config-default": "^2.15.2",
"parcel": "^2.15.2",
"posthtml": "^0.16.6",
"posthtml-component": "^2.1.0",
"posthtml-include": "^2.0.1",
"posthtml-markdownit": "^3.1.1"
},
"dependencies": {
"audiomotion-analyzer": "^4.5.0",
"htmx.org": "^1.9.12"
}
}