first poc for a web runtime

This commit is contained in:
2021-10-28 21:44:30 +02:00
parent 57eed68be8
commit ddc9a70006
6 changed files with 4630 additions and 0 deletions

7
web/package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"devDependencies": {
"@parcel/optimizer-data-url": "^2.0.0",
"@parcel/transformer-inline-string": "^2.0.0",
"parcel": "^2.0.0"
}
}