From d26852105463a51d5b71eb70fdaba787f0914030 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 17 Nov 2024 00:58:02 +0100 Subject: feat(web): Initial web branch --- web/package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 web/package.json (limited to 'web/package.json') diff --git a/web/package.json b/web/package.json new file mode 100644 index 0000000..8400a6b --- /dev/null +++ b/web/package.json @@ -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" + } +} -- cgit