-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
package.json
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
{
"name": "hume-evi-next-js-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@humeai/voice-react": "0.1.15",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-toggle": "^1.0.3",
"@splinetool/runtime": "1.9.46",
"class-variance-authority": "0.7.0",
"framer-motion": "11.5.4",
"geist": "1.2.2",
"hume": "0.8.10",
"lucide-react": "0.394.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-virtualized": "^9.22.5",
"remeda": "2.12.0",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react-virtualized": "^9.21.29",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3"
},
"overrides": {
"hume": "0.8.10"
}
}