-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.79 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hestiatechnology-pt",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "node ./dist/server/entry.mjs",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^5.0.3",
"@astrojs/node": "^9.5.4",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@hcaptcha/react-hcaptcha": "^1.17.4",
"@nanostores/persistent": "^1.3.3",
"@nanostores/react": "^1.0.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@react-email/components": "^1.0.8",
"@stepperize/react": "^5.1.9",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.18.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gsap": "^3.14.2",
"lucide-react": "^0.556.0",
"nanostores": "^1.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"resend": "^6.9.3",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "^8.59.1",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"tw-animate-css": "^1.4.0",
"wrangler": "^4.70.0"
}
}