add parcel bundler

This commit is contained in:
Jonas Leder 2022-01-28 23:19:32 +01:00
parent 3824a0cf59
commit a10eec9e99
2 changed files with 3553 additions and 5 deletions

View file

@ -9,10 +9,10 @@
"watch": "parcel server src/*.html", "watch": "parcel server src/*.html",
"build": "parcel build src/*.html" "build": "parcel build src/*.html"
}, },
"devDependencies": { "devDependencies": {},
},
"dependencies": { "dependencies": {
"basiclightbox": "^5.0.4", "basiclightbox": "^5.0.4",
"chart.js": "^2.9.4" "chart.js": "^2.9.4",
"parcel": "^2.2.1"
} }
} }

3552
yarn.lock

File diff suppressed because it is too large Load diff