-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 KB
/
package.json
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
{
"name": "based-chess",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"deploy": "npm run build && wrangler deploy",
"lintAndSafeFix": "biome lint --write",
"lintAndHardFix": "npx @biomejs/biome check --write",
"dev": "react-router dev",
"start": "wrangler dev",
"typecheck": "react-router typegen && tsc -b"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.3",
"@react-router/cloudflare": "^7.1.3",
"@react-router/node": "^7.1.3",
"@react-router/serve": "^7.1.3",
"@sentry/cli": "^2.41.1",
"@sentry/react": "^8.51.0",
"@sentry/vite-plugin": "^3.1.0",
"@tanstack/react-query": "^5.63.0",
"chess.js": "^1.0.0",
"html2canvas": "^1.4.1",
"isbot": "^5.1.17",
"react": "^19.0.0",
"react-chessboard": "^4.7.2",
"react-dom": "^19.0.0",
"react-router": "^7.1.3",
"viem": "^2.22.10",
"wagmi": "^2.14.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@cloudflare/workers-types": "^4.20250109.0",
"@hiogawa/vite-node-miniflare": "0.1.1",
"@react-router/dev": "^7.1.3",
"@types/node": "^20.17.14",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^3.103.2"
}
}