-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "tambo-temp",
"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": "npx tambo init"
},
"dependencies": {
"@tailwindcss/oxide": "^4.1.12",
"@tambo-ai/react": "^0.46.4",
"@xyflow/react": "^12.8.4",
"class-variance-authority": "^0.7.1",
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.13",
"lucide-react": "^0.542.0",
"next": "^15.5.2",
"radix-ui": "^1.4.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"json-stringify-pretty-compact": "^3.0.0",
"react-markdown": "^9.0.0",
"highlight.js": "^11.9.0",
"dompurify": "^3.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.12",
"@types/dagre": "^0.7.53",
"@types/dompurify": "^3.2.0",
"@types/file-saver": "^2.0.7",
"@types/dompurify": "^3.0.6",
"@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"
}
}