-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.68 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
61
{
"name": "herd",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"ci": "vitest --run && astro build"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^6.3.4",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.2",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@tailwindcss/vite": "^4.1.8",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"astro": "^5.8.1",
"astro-compressor": "^1.1.2",
"astro-robots-txt": "^1.0.0",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"googleapis": "^150.0.1",
"lucide-react": "^0.511.0",
"node-fetch": "^3.3.2",
"pdfkit": "^0.17.1",
"qs": "^6.14.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.57.0",
"react-textarea-autosize": "^8.5.9",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3",
"xml2js": "^0.6.2",
"zod": "^3.25.49"
},
"devDependencies": {
"@playwright/test": "^1.54.1",
"@types/node": "^24.1.0",
"@types/pdfkit": "^0.13.9",
"@types/react-google-recaptcha": "^2.1.9",
"@types/xml2js": "^0.4.14",
"artillery": "^2.0.26",
"dotenv": "^17.2.3",
"sass-embedded": "^1.89.0",
"tw-animate-css": "^1.3.3",
"vitest": "^3.2.4"
}
}