-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro dev --port 4322",
"preview:wrangler": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "12.6.12",
"@astrojs/preact": "4.1.3",
"@astrojs/react": "4.4.2",
"@fontsource-variable/mona-sans": "5.2.8",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-navigation-menu": "1.2.14",
"@radix-ui/react-slot": "1.2.4",
"@tailwindcss/vite": "4.1.16",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"astro": "5.15.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.553.0",
"motion": "12.23.25",
"preact": "10.28.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-use-measure": "2.1.7",
"tailwind-merge": "3.4.0",
"tailwindcss": "4.1.16"
},
"devDependencies": {
"tw-animate-css": "1.4.0",
"wrangler": "4.53.0"
}
}