From 0f65b996085d8aa76029163817bf7f28215cd5d6 Mon Sep 17 00:00:00 2001 From: "houston[bot]" Date: Thu, 12 Jun 2025 22:12:30 +0200 Subject: Initial commit from Astro --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..364a1a5 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "namehackclub", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/react": "^4.3.0", + "@tailwindcss/vite": "^4.1.7", + "@types/react": "^19.1.5", + "@types/react-dom": "^19.1.5", + "astro": "^5.8.0", + "react": "^19.1.0", + "react-dom": "^19.1.0", + "tailwindcss": "^4.1.7" + }, + "devDependencies": { + "@tailwindcss/typography": "^0.5.16" + } +} \ No newline at end of file -- cgit v1.3.1