-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 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
{
"name": "hume-evi-next-js-starter",
"version": "0.1.0",
"private": true,
"homepage": "https://github.com/humeai/hume-evi-next-js-starter",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@humeai/voice-react": "^0.2.10",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toggle": "^1.1.9",
"@types/react-virtualized": "^9.21.30",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"geist": "^1.3.0",
"hume": "^0.15.7",
"lucide-react": "^0.394.0",
"motion": "^12.23.3",
"next": "14.2.34",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.2",
"react": "^18",
"react-dom": "^18",
"react-virtualized": "^9.22.5",
"remeda": "^2.0.9",
"server-only": "^0.0.1",
"sonner": "^2.0.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.1.2",
"tw-animate-css": "^1.3.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^4.1.10",
"typescript": "^5"
}
}