-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 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
48
49
50
{
"name": "chess-mcp",
"version": "0.4.0",
"license": "Beerware",
"description": "Chess.com player and game stats app",
"type": "module",
"packageManager": "pnpm@9.15.9",
"scripts": {
"dev": "skybridge dev --no-open",
"dev:tunnel": "skybridge dev --tunnel",
"build": "skybridge build",
"start": "skybridge start",
"test": "vitest run",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@alpic-ai/ui": "^1.136.3",
"@modelcontextprotocol/sdk": "^1.29.0",
"chess.js": "^1.4.0",
"lucide-react": "^1.18.0",
"posthog-node": "^5.37.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"skybridge": "^1.1.0",
"sonner": "^2.0.7",
"tw-animate-css": "^1.4.0",
"vite": "^8.0.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@skybridge/devtools": "^1.1.0",
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^26.0.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.5.0",
"eslint-plugin-react-hooks": "^7.1.1",
"tailwindcss": "^4.3.1",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.61.0",
"vitest": "^4.1.8"
},
"engines": {
"node": ">=24.14.1"
}
}