full hello world boilerplate

This commit is contained in:
2021-08-06 20:51:20 +02:00
parent 59f2d55dac
commit 42b9e016a1
2 changed files with 965 additions and 3 deletions

View File

@@ -28,9 +28,9 @@
"svelte": "^3.0.0",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0"
"tslib": "^2.0.0",
"sirv-cli": "^1.0.0",
"typescript": "^4.4.0-dev.20210525",
"source-map-support": "^0.5.19"
}
}
}