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
31 lines (31 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 983 Bytes
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
{
"name": "@copilotkit/showcase-shell-dojo",
"version": "0.1.0",
"private": true,
"scripts": {
"generate": "tsx ../scripts/generate-registry.ts && tsx ../scripts/bundle-demo-content.ts",
"predev": "tsx ../scripts/generate-registry.ts && tsx ../scripts/bundle-demo-content.ts",
"dev": "next dev --turbopack --port 3001",
"build": "tsx ../scripts/generate-registry.ts && tsx ../scripts/bundle-demo-content.ts && next build",
"start": "next start"
},
"dependencies": {
"highlight.js": "^11.11.1",
"next": "^15.5.15",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.0",
"recharts": "^2.15.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-syntax-highlighter": "^15.5.0",
"postcss": "^8.5.0",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}