-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.28 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "haus-admin",
"private": true,
"version": "0.0.0",
"packageManager": "[email protected]",
"type": "module",
"engines": {
"node": "20.19.5",
"npm": "11.7.0"
},
"overrides": {
"hono": "4.12.12"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/colors": "^0.1.9",
"@radix-ui/react-accessible-icon": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popper": "^1.2.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@rainbow-me/rainbowkit": "^2.2.10",
"@noble/hashes": "^2.0.1",
"@shazow/whatsabi": "^0.26.0",
"@tanstack/react-query": "^5.96.2",
"@tanstack/react-query-devtools": "^5.96.2",
"@walletconnect/types": "^2.23.9",
"@walletconnect/web3wallet": "^1.16.1",
"0xsequence": "^2.3.43",
"classnames": "^2.5.1",
"ethereum-blockies-base64": "^1.0.2",
"ethers-multisend": "^3.1.0",
"graphql": "^16.11.0",
"graphql-request": "^7.4.0",
"localforage": "^1.10.0",
"lucide-react": "^1.7.0",
"numbro": "^2.5.0",
"polished": "^4.3.1",
"react": "^19.2.4",
"react-datepicker": "^9.1.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.14.0",
"styled-components": "^6.4.1",
"viem": "^2.47.10",
"wagmi": "^2.19.5"
},
"overrides": {
"axios": "^1.16.1",
"follow-redirects": "^1.16.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.4"
}
}