-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.38 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.38 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
51
52
53
54
55
56
57
58
59
{
"name": "xmerch",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"packageManager": "pnpm@10.28.2",
"pnpm": {
"overrides": {
"glob": "^10.5.0",
"cross-spawn": "^7.0.5",
"brace-expansion": "^2.0.2"
},
"ignoredBuiltDependencies": [
"core-js",
"core-js-pure",
"es5-ext"
],
"onlyBuiltDependencies": [
"bufferutil",
"sharp",
"utf-8-validate"
]
},
"dependencies": {
"@bezalel6/react-chessground": "^2.1.1",
"@react-chess/chessground": "^1.3.4",
"@supabase/supabase-js": "^2.89.0",
"chess.js": "^1.4.0",
"chessground": "^9.2.1",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.24",
"lila-stockfish-web": "^0.0.11",
"lucide-react": "^0.454.0",
"next": "16.1.1",
"react": "19.2.3",
"react-chessboard": "^5.8.6",
"react-chessground": "^1.5.0",
"react-dom": "19.2.3",
"ripple-address-codec": "^5.0.0",
"stockfish": "^17.1.0",
"websocket": "^1.0.35",
"xrpl": "^4.5.0",
"xumm-sdk": "^1.11.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}