-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.85 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
{
"name": "ld-toggletunes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.658.1",
"@liveblocks/client": "^1.7.0",
"@liveblocks/node": "^1.7.0",
"@liveblocks/react": "^1.7.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-progress": "^1.0.3",
"@stitches/react": "^1.2.8",
"@supabase/supabase-js": "^2.38.4",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookies-next": "^4.0.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"drizzle-orm": "^0.28.6",
"express": "^4.18.2",
"framer-motion": "^10.16.4",
"fs": "^0.0.1-security",
"geist": "^1.3.1",
"ioredis": "^5.3.2",
"is-typedarray": "^1.0.0",
"launchdarkly-node-server-sdk": "^7.0.3",
"launchdarkly-react-client-sdk": "^3.0.9",
"lucide-react": "^0.274.0",
"net": "^1.0.2",
"next": "13.4.19",
"parse-json-object": "^3.0.1",
"pg": "^8.11.3",
"postcss": "8.4.29",
"postgres": "^3.4.3",
"radix-ui": "^1.0.1",
"react": "18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-redux": "^8.1.3",
"react-spinners": "^0.14.1",
"react-sse": "^0.2.0",
"redis": "^4.6.10",
"redux": "^4.2.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"swr": "^2.2.4",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"uuid": "^10.0.0",
"vercel": "^32.5.0"
},
"devDependencies": {
"@types/pg": "^8.10.7",
"@types/uuid": "^10.0.0",
"drizzle-kit": "^0.19.13"
}
}