-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) 路 722 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (29 loc) 路 722 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
{
"name": "aceit-ai-interview",
"private": true,
"version": "1.0.0",
"type": "module",
"homepage": "https://PeetlaMahesh123.github.io/AI-Mock-Interview-Application/",
"repository": {
"type": "git",
"url": "https://github.com/PeetlaMahesh123/AI-Mock-Interview-Application.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.40.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4"
}
}