-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.59 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": "tools",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.10",
"@astrojs/mdx": "^4.3.7",
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.6.0",
"@playform/compress": "^0.2.0",
"@playform/inline": "^0.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"astro": "^5.14.8",
"astro-robots-txt": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fast-xml-parser": "^5.3.0",
"lucide-react": "^0.546.0",
"next-themes": "^0.4.6",
"nzh": "^1.0.14",
"papaparse": "^5.5.3",
"qrcode": "^1.5.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sharp": "^0.34.4",
"sonner": "^2.0.7",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.15",
"tiny-invariant": "^1.3.3",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.7",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.15",
"@types/bun": "^1.3.0",
"@types/papaparse": "^5.3.16",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.2.2",
"lefthook": "^2.0.0",
"vite": "6.3.6",
"vite-tsconfig-paths": "^5.1.4"
},
"overrides": {
"vite": "6.3.6"
}
}