-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.5 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
{
"name": "black-box",
"version": "1.0 - ",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.29.2",
"@google/generative-ai": "^0.21.0",
"@headlessui/react": "^2.1.2",
"@nextui-org/tooltip": "^2.0.41",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.4",
"@shadcn/ui": "^0.0.4",
"@stripe/stripe-js": "^3.3.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.43.4",
"@types/js-cookie": "^3.0.6",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.1.1",
"grapheme-splitter": "^1.0.4",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.330.0",
"mammoth": "^1.8.0",
"next": "14.2.12",
"openai": "^4.73.1",
"pdf-parse": "^1.1.1",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.1",
"react-syntax-highlighter": "^15.5.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-virtuoso": "^4.10.4",
"react-window": "^1.8.10",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"stripe": "^14.25.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"uuid": "^10.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@eslint/config-array": "^0.17.1",
"@eslint/object-schema": "^2.0.3",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "5.4.5"
},
"overrides": {
"cookie": "^0.7.2"
}
}