From 227eac690914886c5dd6d9a8bd627534c86b4a5d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 1 Aug 2023 20:21:11 +0100 Subject: Initial commit --- frontend/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 frontend/package.json (limited to 'frontend/package.json') diff --git a/frontend/package.json b/frontend/package.json new file mode 100644 index 0000000..b575b4b --- /dev/null +++ b/frontend/package.json @@ -0,0 +1,14 @@ +{ + "type": "module", + "private": "true", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^2.9.7" + } +} \ No newline at end of file -- cgit v1.2.3