-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
38
39
40
41
42
43
44
45
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/preact": "^3.3.0",
"@astrojs/react": "^3.3.4",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.4",
"@sanity/astro": "^3.0.0",
"@sanity/client": "^6.15.20",
"@sanity/image-url": "^1.0.2",
"@supabase/supabase-js": "^2.43.0",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"aos": "^2.3.4",
"astro": "^4.4.3",
"astro-navbar": "^2.3.2",
"astro-portabletext": "^0.9.9",
"framer-motion": "^11.2.4",
"groq": "^3.40.0",
"lucide": "^0.378.0",
"preact": "^10.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.40.0",
"tailwindcss": "^3.4.1",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}