-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
{
"name": "tambo-github",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"init": "bunx tambo init"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@tailwindcss/oxide": "^4.1.12",
"@tambo-ai/react": "^0.46.3",
"@tambo-ai/typescript-sdk": "^0.69.0",
"class-variance-authority": "^0.7.1",
"dompurify": "^3.2.6",
"framer-motion": "^12.23.12",
"highlight.js": "^11.11.1",
"json-stringify-pretty-compact": "^4.0.0",
"lucide-react": "^0.542.0",
"next": "^15.5.2",
"radix-ui": "^1.4.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"recharts": "^3.1.2",
"streamdown": "^1.2.0",
"zod": "^3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.12",
"@types/dompurify": "^3.2.0",
"@types/node": "^24.3.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"eslint": "^9",
"eslint-config-next": "^15.5.2",
"postcss": "^8.5.6",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}