Initial commit from create-parcel

This commit is contained in:
Isaac Mills 2025-04-08 07:56:12 -06:00
commit 32aad3bfd3
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
5 changed files with 2088 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "parcel-vanilla-starter",
"private": true,
"version": "0.0.0",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"dependencies": {},
"devDependencies": {
"parcel": "^2.14.0"
}
}