forked from vijaygupta18/ai-interview-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 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
45
{
"name": "ai-interview-platform",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^0.2.0",
"@deepgram/sdk": "^3.9.0",
"@mediapipe/tasks-vision": "^0.10.34",
"@monaco-editor/react": "^4.7.0",
"@types/bcryptjs": "^2.4.6",
"@types/nodemailer": "^7.0.11",
"@types/pg": "^8.20.0",
"ai": "^4.0.0",
"bcryptjs": "^3.0.3",
"jsonrepair": "^3.13.3",
"mammoth": "^1.12.0",
"monaco-editor": "^0.55.1",
"next": "^14.2.0",
"next-auth": "^4.24.13",
"nodemailer": "^7.0.13",
"pdf-parse": "^1.1.1",
"pg": "^8.20.0",
"rate-limiter-flexible": "^10.0.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"uuid": "^9.0.0",
"ws": "^8.20.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.0"
}
}