25 lines
608 B
JSON
25 lines
608 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"
|
|
},
|
|
"packageManager": "pnpm@10.11.0"
|
|
}
|