-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "watchdog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@deepgram/sdk": "^3.8.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@tensorflow-models/coco-ssd": "^2.2.3",
"@tensorflow/tfjs": "^4.21.0",
"@uploadthing/react": "^7.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"convex": "^1.16.6",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.5",
"firebase": "^10.14.1",
"firebase-admin": "^12.6.0",
"framer-motion": "^11.11.9",
"inferencejs": "^1.0.14",
"lucide-react": "^0.453.0",
"moment": "^2.30.1",
"next": "14.2.15",
"nprogress": "^0.2.0",
"openai": "^4.68.1",
"react": "^18",
"react-dom": "^18",
"react-force-graph-2d": "^1.25.7",
"react-icons": "^5.3.0",
"react-resizable-panels": "^2.1.4",
"react-webcam": "^7.2.0",
"recharts": "^2.13.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^7.1.0",
"ws": "^8.18.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.15",
"node-fetch": "^3.3.2",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}