-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.37",
"@next/swc-wasm-nodejs": "13.5.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@trigger.dev/react-hooks": "4.3.0",
"@trigger.dev/sdk": "4.3.0",
"@types/node": "20.6.2",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"lucide-react": "^0.446.0",
"next": "^14.2.33",
"postcss": "8.4.30",
"react": "18.2.0",
"react-dom": "18.2.0",
"streamdown": "^1.6.10",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2"
},
"devDependencies": {
"trigger.dev": "^4.1.0"
},
"name": "claude-agent-github-wiki",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"version": "0.1.0"
}