forked from hardeeparekh/Agentic-AI-mock-interview-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 957 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
{
"name": "interview-agent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"seed:dsa": "node scripts/seed-dsa.mjs",
"lint": "eslint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@mediapipe/tasks-vision": "^0.10.35",
"@monaco-editor/react": "^4.7.0",
"@supabase/supabase-js": "^2.89.0",
"better-sqlite3": "^12.10.0",
"cheerio": "^1.2.0",
"csv-parse": "^6.2.1",
"next": "^16.1.0",
"nodemailer": "^6.9.7",
"react": "19.2.3",
"react-dom": "19.2.3",
"sql.js": "^1.14.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.33",
"@types/nodemailer": "^7.0.11",
"@types/phoenix": "^1.6.7",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}