This commit is contained in:
parent
32aad3bfd3
commit
ee7195b82a
22 changed files with 2067 additions and 781 deletions
16
package.json
16
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue