-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.13 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.13 KB
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
{
"name": "togglestore",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:togglestore": "next dev --hostname togglestore.app",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.941.0",
"@langchain/community": "^0.3.58",
"@langchain/core": "^0.3.79",
"@launchdarkly/browser-telemetry": "^1.0.11",
"@launchdarkly/node-server-sdk": "^9.10.2",
"@launchdarkly/observability": "^0.4.9",
"@launchdarkly/observability-node": "^0.3.1",
"@launchdarkly/server-sdk-ai": "0.15.0",
"@launchdarkly/server-sdk-ai-langchain": "0.4.0",
"@launchdarkly/server-sdk-ai-openai": "0.4.0",
"@launchdarkly/server-sdk-ai-vercel": "0.4.0",
"@launchdarkly/session-replay": "^0.4.7",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@types/crypto-js": "^4.2.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"@upstash/ratelimit": "^2.0.7",
"@upstash/redis": "^1.35.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^6.1.1",
"crypto-js": "^4.2.0",
"framer-motion": "^12.23.24",
"langchain": "^0.3.36",
"launchdarkly-js-client-sdk": "^3.9.0",
"launchdarkly-react-client-sdk": "^3.9.0",
"lucide-react": "^0.546.0",
"next": "^16.1.1",
"qrcode.react": "^4.2.0",
"react": "^19.2.3",
"react-device-detect": "^2.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^16.1.0",
"tailwind-merge": "^3.3.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9",
"eslint-config-next": "^16.0.8",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}