-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
74 lines (74 loc) · 2.16 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "chatter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port=4444",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006"
},
"dependencies": {
"@datadog/browser-rum": "^5.17.1",
"@humeai/voice-react": "0.1.18",
"@ngneat/falso": "^7.2.0",
"@sentry/nextjs": "^7.105.0",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"expression-colors": "github:HumeAI/colors",
"fp-ts": "^2.16.4",
"framer-motion": "^11.0.18",
"hume": "^0.8.10",
"i": "^0.3.7",
"lucide-react": "^0.358.0",
"nanoid": "^5.0.6",
"next": "14.1.3",
"npm": "^10.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"storybook": "^8.0.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.2",
"ts-pattern": "^5.0.8",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.0.2",
"@storybook/addon-interactions": "^8.0.2",
"@storybook/addon-links": "^8.0.2",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^8.0.2",
"@storybook/nextjs": "^8.0.2",
"@storybook/react": "^8.0.2",
"@storybook/test": "^8.0.2",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-filename-rules": "^1.3.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-prettier": "0.0.0-empty",
"postcss": "^8.4.37",
"prettier": "^3.2.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"webpack": "^5.91.0"
}
}