Initial commit
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-05-29 09:14:36 -06:00
parent 32aad3bfd3
commit ee7195b82a
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
22 changed files with 2067 additions and 781 deletions

View file

@ -1,5 +1,5 @@
{
"name": "parcel-vanilla-starter",
"name": "thesandwich",
"private": true,
"version": "0.0.0",
"source": "src/index.html",
@ -7,8 +7,18 @@
"start": "parcel",
"build": "parcel build"
},
"dependencies": {},
"devDependencies": {
"parcel": "^2.14.0"
"@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"
}
}