summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorhouston[bot] <astrobot-houston@users.noreply.github.com>2025-06-12 22:12:30 +0200
committerYuval Adam <_@yuv.al>2025-06-12 22:12:30 +0200
commit0f65b996085d8aa76029163817bf7f28215cd5d6 (patch)
treeca6042b00b50d6712b401630932582c938ccb12d /package.json
Initial commit from Astro
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
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