-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 953 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "--typescript",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"update-stats": "tsx scripts/update-campaign-stats.ts"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@react-three/drei": "^10.7.4",
"@react-three/fiber": "^9.3.0",
"@ridemountainpig/svgl-react": "^1.0.11",
"@tailwindcss/vite": "^4.1.12",
"astro": "^5.13.3",
"framer-motion": "^12.23.12",
"gsap": "^3.13.0",
"lucide-react": "^0.541.0",
"motion-react": "^0.15.0-alpha.1",
"ogl": "^1.0.11",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"three": "^0.179.1"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@types/node": "^24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"stripe": "^18.5.0",
"tailwindcss": "^4.1.12",
"tsx": "^4.20.5"
}
}