-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
{
"name": "svgoui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.10",
"@xyflow/react": "^12.7.1",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"jotai": "^2.12.5",
"lucide-react": "^0.523.0",
"motion": "^12.19.1",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.5",
"svgo": "^4.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
"vaul": "^1.1.2"
},
"devDependencies": {
"@biomejs/biome": "2.0.5",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"add": "^2.0.6",
"globals": "^16.2.0",
"pnpm": "^10.12.3",
"prettier-plugin-tailwindcss": "^0.6.13",
"shiki": "^3.7.0",
"tw-animate-css": "^1.3.4",
"typescript": "~5.8.3",
"vite": "^7.0.0"
}
}