-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "morphos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"init": "npx tambo init"
},
"dependencies": {
"@tailwindcss/oxide": "^4.1.11",
"@tambo-ai/react": "^0.38.0",
"@tambo-ai/typescript-sdk": "^0.63.0",
"class-variance-authority": "^0.7.1",
"dompurify": "^3.2.6",
"highlight.js": "^11.11.1",
"json-stringify-pretty-compact": "^4.0.0",
"lucide-react": "^0.525.0",
"next": "^15.4.8",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"recharts": "^3.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/dompurify": "^3.2.0",
"@types/node": "^24.0.14",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"eslint": "^9",
"eslint-config-next": "^15.4.1",
"postcss": "^8.5.6",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}