aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-17 00:58:02 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-17 00:58:02 +0100
commit5cfe3b72609a361abad791cb95ade2d8e7af0181 (patch)
tree940233a020b7c1cf43fc52d507d284da95a77efd /web/package.json
parentf0848ab60c33e9a4dc301ebf94d26897011ae261 (diff)
downloadFirmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.tar.gz
Firmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.tar.bz2
Firmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.zip
feat(web): Initial web branch
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json17
1 files changed, 17 insertions, 0 deletions
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"
+ }
+}