-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.33 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "volare",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"prebuild": "tsc",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:evaluation": "npm run build && node node dist/tests/testEvaluation.js"
},
"dependencies": {
"@11labs/react": "^0.1.4",
"@ai-sdk/groq": "^1.2.8",
"@humeai/voice-react": "^0.1.20",
"@icons-pack/react-simple-icons": "^10.2.0",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tooltip": "^1.2.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.49.4",
"add": "^2.0.6",
"ai": "^4.3.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dedent": "^1.5.3",
"echarts-for-react": "^3.0.3",
"framer-motion": "^12.4.10",
"groq-sdk": "^0.8.0",
"hume": "^0.9.18",
"lucide-react": "^0.460.0",
"next": "15.2.0",
"next-themes": "^0.4.6",
"pdf-parse": "^1.1.1",
"pnpm": "^9.15.9",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-dropzone": "^14.3.8",
"recharts": "^2.15.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@snaplet/copycat": "^6.0.0",
"@snaplet/seed": "0.98.0",
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^20.17.30",
"@types/pg": "^8.11.13",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/recharts": "^1.8.29",
"eslint": "^8.57.1",
"eslint-config-next": "15.2.0",
"pg": "^8.14.1",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"pnpm": {
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
},
"onlyBuiltDependencies": [
"@prisma/engines",
"@snaplet/seed",
"sharp"
]
},
"description": "Volare(voh-lare) is an AI-powered interview preparation application designed to help users enhance their interviewing skills through personalized, interactive sessions.",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}