-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.14 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
{
"name": "behaveWise",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"migrate-dev": "npx prisma migrate dev && npx tsx lib/seedTriggers.ts"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"@headlessui/react": "^1.7.14",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@prisma/client": "^5.12.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/supabase-js": "^2.42.0",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@upstash/ratelimit": "^0.4.2",
"@upstash/redis": "^1.20.6",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"date-fns": "^3.6.0",
"encoding": "^0.1.13",
"eslint": "8.41.0",
"eslint-config-next": "14.1.4",
"eventsource-parser": "^1.0.0",
"formidable": "^2.1.2",
"framer-motion": "^10.12.5",
"lucide-react": "^0.366.0",
"next": "14.1.4",
"next-themes": "^0.3.0",
"openai": "^3.2.1",
"postgres": "^3.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.16.0",
"react-webcam": "^7.0.1",
"screenfull": "^6.0.2",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.0.4",
"uuid": "^9.0.1",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.9",
"@types/formidable": "^2.0.5",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"prisma": "^5.12.1",
"tailwindcss": "^3.3.2"
}
}