-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.3",
"@astrojs/react": "^6.0.1",
"@astrojs/sitemap": "^3.7.3",
"@radix-ui/react-dialog": "^1.1.20",
"@radix-ui/react-navigation-menu": "^1.2.19",
"@radix-ui/react-select": "^2.3.4",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-visually-hidden": "^1.2.8",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.1.3",
"astro-i18nya": "^0.2.6",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18nya": "^0.2.6",
"lucide-react": "^1.25.0",
"motion": "^12.42.2",
"next-themes": "^0.4.6",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"vaul": "^1.1.2",
"vite-plugin-svgr": "^5.2.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@axe-core/playwright": "^4.12.1",
"@iconify/json": "^2.2.504",
"@playwright/test": "^1.61.1",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"baseline-browser-mapping": "^2.11.0",
"tw-animate-css": "^1.4.0",
"unplugin-icons": "^23.0.1"
}
}