-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 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
{
"name": "analytics-agent-generativeui",
"description": "Analytics Agent with Generative UI powered by Thesys C1",
"author": "Thesys",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thesysdev/analytics-agent-generativeui.git"
},
"homepage": "https://github.com/thesysdev/analytics-agent-generativeui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@crayonai/react-core": "^0.7.6",
"@crayonai/react-ui": "^0.9.8",
"@crayonai/stream": "^0.6.4",
"@modelcontextprotocol/sdk": "^1.27.1",
"@thesysai/genui-sdk": "^0.8.3",
"lucide-react": "^0.564.0",
"next": "15.2.8",
"openai": "^6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/oxide": "^4.1.3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"lightningcss": "^1.29.2",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"lucide-react": "^0.564.0"
},
"engines": {
"node": ">=20.9.0"
}
}