-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
88 lines (88 loc) · 2.46 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "hisanta.ai",
"version": "0.1.0",
"private": true,
"scripts": {
"format": "prettier --write .",
"format:check": "prettier . --check",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@datadog/browser-rum": "^5.5.0",
"@heroicons/react": "^2.0.18",
"@livekit/egress-sdk": "^0.1.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@vercel/analytics": "^1.1.1",
"@vercel/blob": "^0.16.1",
"@vercel/kv": "^1.0.1",
"autoprefixer": "^10.0.1",
"base-x": "^4.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"fixie": "6.3.4",
"howler": "^2.2.4",
"launchdarkly-js-client-sdk": "^3.1.4",
"launchdarkly-react-client-sdk": "^3.0.9",
"livekit-client": "^1.15.2",
"lodash": "^4.17.21",
"lucide-react": "^0.294.0",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"postcss": "^8",
"react": "^18",
"react-dom": "^18",
"react-player": "^2.14.0",
"react-responsive-carousel": "^3.2.23",
"react-screen-wake-lock": "^3.0.2",
"react-swipeable": "^7.0.1",
"react-use": "^17.4.2",
"short-unique-id": "^5.0.3",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"uuid-tool": "^2.0.3"
},
"devDependencies": {
"@types/base-x": "^3.0.6",
"@types/extract-files": "8.1.1",
"@types/howler": "^2.2.11",
"@types/lodash": "^4.14.195",
"@types/node": "^18",
"@types/prettier": "^2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-next": "^14.0.3",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"file-loader": "^6.2.0",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.0",
"typescript": "^5.1.3"
},
"prettier": {
"printWidth": 120,
"singleQuote": true
},
"volta": {
"node": "18.17.0",
"yarn": "3.6.0"
},
"resolutions": {
"@types/extract-files": "8.1.1"
},
"packageManager": "[email protected]"
}