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
39 lines (39 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "leafy-green",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@copilotkit/react-core": "^1.5.20",
"@copilotkit/react-ui": "^1.5.20",
"@copilotkit/runtime": "^1.5.20",
"@leafygreen-ui/avatar": "^2.0.2",
"@leafygreen-ui/badge": "^9.0.2",
"@leafygreen-ui/button": "^23.0.0",
"@leafygreen-ui/card": "^12.0.2",
"@leafygreen-ui/checkbox": "^14.1.2",
"@leafygreen-ui/icon": "^13.1.2",
"@leafygreen-ui/loading-indicator": "^3.0.4",
"@leafygreen-ui/text-area": "^10.0.4",
"@leafygreen-ui/text-input": "^14.0.4",
"next": "^14.2.24",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}