-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 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
{
"name": "shithub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "tsx src/tests/run-all.ts",
"test:auth": "tsx src/tests/auth.ts",
"test:home": "tsx src/tests/home.ts",
"test:nav": "tsx src/tests/navigation.ts",
"test:search": "tsx src/tests/search.ts",
"test:repo": "tsx src/tests/repo.ts",
"test:notifications": "tsx src/tests/notifications.ts",
"test:new-repo": "tsx src/tests/new-repo.ts"
},
"dependencies": {
"@pierre/diffs": "^1.1.7",
"@primer/octicons-react": "^19.23.1",
"@primer/primitives": "^11.6.0",
"@primer/react": "^38.17.0",
"build": "^0.1.4",
"lucide-react": "^1.7.0",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-is": "^19.2.4",
"run": "^1.5.0"
},
"devDependencies": {
"@agentclientprotocol/claude-agent-acp": "^0.25.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"expect-sdk": "^0.0.25",
"playwright": "^1.59.1",
"react-grab": "^0.1.29",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}