-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.64 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.64 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
{
"name": "design-vibe",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --turbopack --no-lint",
"start": "next start",
"lint": "eslint",
"setup:one": "bash ./scripts/install.sh",
"setup:local": "bash ./scripts/install-local.sh",
"setup:docker": "bash ./scripts/install-docker.sh"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.37",
"@ai-sdk/google": "^3.0.21",
"@ai-sdk/openai": "^3.0.25",
"@ai-sdk/react": "3.0.79",
"@modelcontextprotocol/sdk": "^1.26.0",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"agent-browser": "^0.16.3",
"ai": "^6.0.73",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dommatrix": "^0.1.1",
"highlight.js": "^11.11.1",
"lucide-react": "^0.544.0",
"mammoth": "^1.11.0",
"nanoid": "^5.1.6",
"next": "15.5.4",
"node-ensure": "^0.0.0",
"pdfjs-dist": "^2.16.105",
"radix-ui": "^1.4.3",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"tesseract.js": "^7.0.0",
"uuid": "^13.0.0",
"xlsx": "^0.18.5",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"shadcn": "^3.5.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}