-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "agent-skill-crafter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 3000",
"build": "vite build",
"start": "vite preview --host 0.0.0.0 --port 3000",
"lint": "tsc --noEmit",
"test": "tsx scripts/validation-smoke.ts"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"@vitejs/plugin-react": "^6.0.3",
"@xyflow/react": "^12.10.2",
"cors": "^2.8.6",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^1.16.0",
"motion": "^12.40.0",
"nanoid": "^5.1.11",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"vite": "^8.1.4",
"zustand": "^5.0.13"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/file-saver": "^2.0.7",
"@types/node": "^25.9.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.21",
"esbuild": "^0.28.1",
"tailwindcss": "^4.3.0",
"tsx": "^4.23.1",
"typescript": "~7.0.2",
"vite": "^8.1.4"
}
}