-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 775 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"axios": "^1.13.1",
"zod": "^4.1.12",
"react": "^19.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0",
"yaml": "^2.8.1"
},
"devDependencies": {
"tailwindcss": "^4.1.16",
"@tailwindcss/vite": "^4.1.16",
"@vitejs/plugin-react": "^5.1.0",
"vite": "^7.1.12",
"typescript": "^5.9.3",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/node": "^22.7.8",
"@types/react-copy-to-clipboard": "^5.0.7",
"@vercel/node": "^5.5.4"
}
}