From fa225546c13495441ed4298da60967b5e4e4edd5 Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 29 Jan 2026 01:48:36 +0000 Subject: [PATCH] Add package.json from template --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..376a1e2 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "landing-v4", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview" + }, + "dependencies": { + "astro": "^4.0.0" + }, + "devDependencies": { + "@astrojs/tailwind": "^5.0.0", + "tailwindcss": "^3.4.0" + } +}