-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "voice-renderer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@humeai/voice-embed-react": "0.1.8",
"@humeai/voice-react": "0.1.8",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.105.4",
"@react-three/fiber": "^8.16.2",
"@types/three": "^0.162.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"expression-colors": "github:HumeAI/colors",
"framer-motion": "^10.18.0",
"lucide-react": "^0.312.0",
"posthog-js": "^1.129.0",
"react": "^18.3.0",
"react-aria": "^3.32.1",
"react-dom": "^18.3.0",
"react-wrap-balancer": "^1.1.0",
"tailwind-merge": "^2.3.0",
"three": "^0.162.0",
"ts-pattern": "^5.1.1",
"vitest": "^1.5.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.3.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.1",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.17.0"
}
}