-
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.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 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": "haven-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"vercel-install": "npm install --legacy-peer-deps"
},
"dependencies": {
"@noble/hashes": "^2.0.1",
"@rainbow-me/rainbowkit": "^2.2.8",
"@react-spring/web": "^10.0.3",
"@supabase/supabase-js": "^2.77.0",
"@tanstack/react-query": "^5.89.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"lightweight-charts": "^5.0.9",
"lottie-react": "^2.4.1",
"lucide-react": "^0.544.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.6",
"react-rnd": "^10.5.2",
"react-router-dom": "^7.9.1",
"tailwind-merge": "^3.3.1",
"viem": "^2.37.6",
"wagmi": "^2.16.9",
"web3": "^4.16.0",
"web3-eth-abi": "^4.4.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@nomicfoundation/hardhat-ethers": "^3.1.2",
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@tailwindcss/postcss": "^4.1.13",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.21",
"dotenv": "^17.2.3",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"ethers": "^6.15.0",
"globals": "^16.3.0",
"hardhat": "^2.26.5",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"terser": "^5.44.0",
"vite": "^7.1.2"
}
}