feat(web): Initial web branch

This commit is contained in:
Linnea Gräf
2024-11-17 00:58:02 +01:00
parent 92034c8501
commit d268521054
13 changed files with 4056 additions and 0 deletions

17
web/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.16.13",
"@astrojs/check": "^0.9.4",
"typescript": "^5.6.3"
}
}