-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 982 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 982 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
33
34
35
36
37
38
39
40
41
{
"name": "ai-resume-architect",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@floating-ui/react": "0.27.0",
"@google/genai": "^1.34.0",
"@google/generative-ai": "^0.24.1",
"cors": "^2.8.5",
"dexie": "4.0.10",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"lucide-react": "0.462.0",
"openai": "^6.15.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-markdown": "9.0.1",
"react-to-print": "3.0.2",
"undici": "^7.16.0",
"uuid": "11.0.3",
"zod": "^3.25.1",
"zundo": "^2.3.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}