-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.27 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
{
"name": "civvi-resume-builder",
"version": "1.0.0",
"description": "AI-Powered Resume Builder & ATS Optimizer - Create job-winning resumes with Google Gemini AI",
"type": "module",
"license": "MIT",
"author": "Civvi Contributors",
"repository": {
"type": "git",
"url": "https://github.com/Vrun-design/Civvi.git"
},
"homepage": "https://github.com/Vrun-design/Civvi#readme",
"bugs": {
"url": "https://github.com/Vrun-design/Civvi/issues"
},
"keywords": [
"resume",
"resume-builder",
"ats",
"ats-optimizer",
"ai",
"gemini",
"google-gemini",
"react",
"typescript",
"pdf",
"job-search",
"career"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@google/genai": "^1.27.0",
"@react-pdf/renderer": "^4.3.1",
"pako": "^2.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"typescript": "^5.7.2",
"vite": "^6.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}