-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.99 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.99 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
68
{
"name": "out",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"netlify:dev": "netlify dev",
"netlify:blobs:list": "netlify blobs:list",
"netlify:blobs:delete": "netlify blobs:delete"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@google/generative-ai": "^0.24.0",
"@heroicons/react": "^2.2.0",
"@mermaid-js/parser": "^0.4.0",
"@netlify/blobs": "^8.2.0",
"@netlify/edge-functions": "^2.11.1",
"@netlify/functions": "^3.0.4",
"@radix-ui/react-accordion": "^1.2.7",
"@radix-ui/react-checkbox": "^1.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.10",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-radio-group": "^1.3.2",
"@radix-ui/react-scroll-area": "^1.2.5",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/og": "^0.6.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-fetch": "^4.1.0",
"framer-motion": "^12.7.4",
"lru-cache": "^11.1.0",
"lucide-react": "^0.501.0",
"mermaid": "^11.6.0",
"next": "15.2.5",
"next-themes": "^0.4.6",
"node-abort-controller": "^3.1.1",
"openai": "^4.93.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"remark-mermaidjs": "^7.0.0",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/mermaid": "^9.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"browserslist": "^4.21.10",
"eslint": "^9",
"eslint-config-next": "15.2.5",
"netlify-cli": "^22.3.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}