thesandwi.ch/package.json
Isaac Mills d004317663
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add fourth page
2025-07-11 17:08:50 -06:00

30 lines
698 B
JSON

{
"name": "thesandwich",
"private": true,
"version": "0.0.0",
"source": [
"src/projects.html",
"src/*.html",
"src/partials/*.html"
],
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"devDependencies": {
"@parcel/compressor-brotli": "^2.15.4",
"@parcel/compressor-gzip": "^2.15.4",
"@parcel/config-default": "^2.15.4",
"markdown-it-sup": "^2.0.0",
"parcel": "^2.15.4",
"posthtml": "^0.16.6",
"posthtml-component": "^2.2.0",
"posthtml-include": "^2.0.1",
"posthtml-markdownit": "^3.1.2"
},
"dependencies": {
"audiomotion-analyzer": "^4.5.1",
"htmx.org": "^2.0.6"
},
"packageManager": "pnpm@10.11.0"
}