-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.7 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
60
61
62
63
{
"name": "replicant",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"contracts:build": "forge build",
"contracts:test": "forge test",
"ws": "npx tsx server/websocket.ts",
"dev:all": "npm run ws & npm run dev"
},
"dependencies": {
"@0gfoundation/0g-storage-ts-sdk": "^1.2.9",
"@0glabs/0g-serving-broker": "^0.6.6",
"@base-ui/react": "^1.4.1",
"@foundryprotocol/sdk": "^1.0.0",
"@farcaster/hub-nodejs": "^0.15.11",
"@farcaster/hub-web": "^0.11.9",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-slot": "^1.2.4",
"@rainbow-me/rainbowkit": "^2.2.0",
"@solidity-parser/parser": "^0.20.2",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.100.10",
"@xyflow/react": "^12.10.2",
"chess.js": "^1.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"discord.js": "^14.26.4",
"ethers": "^6.13.1",
"framer-motion": "^12.38.0",
"lucide-react": "^1.14.0",
"mammoth": "^1.12.0",
"next": "16.2.6",
"pdf-parse": "^2.4.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.8.1",
"rss-parser": "^3.13.0",
"shadcn": "^4.7.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"viem": "^2.48.11",
"wagmi": "^2.19.5",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.18.1",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5",
"ws": "^8.20.1"
}
}