forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.08 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
62
63
64
65
66
67
68
69
{
"name": "demo-viewer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node scripts/generate-content-json.js && next dev",
"build": "node scripts/generate-content-json.js && next build",
"start": "next start",
"lint": "next lint",
"generate-content-json": "node scripts/generate-content-json.js"
},
"dependencies": {
"@ag-ui/client": "0.0.28",
"@ag-ui/core": "0.0.28",
"@ag-ui/encoder": "0.0.28",
"@ag-ui/proto": "0.0.28",
"rxjs": "7.8.1",
"@copilotkit/react-core": "1.8.13",
"@copilotkit/react-ui": "1.8.13",
"@copilotkit/runtime": "1.8.13",
"@copilotkit/runtime-client-gql": "1.8.13",
"@copilotkit/shared": "1.8.13",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@monaco-editor/react": "^4.7.0",
"@next/mdx": "^15.2.3",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@tiptap/extension-color": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@types/react-syntax-highlighter": "^15.5.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diff": "^7.0.0",
"fast-json-patch": "^3.1.1",
"lucide-react": "^0.477.0",
"markdown-it": "^14.1.0",
"markdown-it-ins": "^4.0.0",
"next": "15.2.1",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@shadcn/ui": "^0.0.4",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/diff": "^7.0.1",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}