-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.84 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "erc20-vault",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome lint",
"format": "biome format",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-primitive": "2.0.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@rainbow-me/rainbowkit": "^2.2.1",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-table": "^8.20.5",
"@wagmi/core": "^2.13.4",
"@walletconnect/web3-provider": "^1.8.0",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"decimal.js": "^10.4.3",
"framer-motion": "^11.13.5",
"react": "^18",
"react-day-picker": "^9.3.2",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-router-dom": "^7.0.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.20.0",
"wagmi": "^2.14.3",
"zod": "^3.24.1",
"zustand": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bn.js": "^5",
"@types/node": "22.10.1",
"@types/react": "18",
"@types/react-dom": "18",
"@vitejs/plugin-react": "4.3.4",
"globals": "^15.13.0",
"pino-pretty": "13.0.0",
"postcss": "8",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.4",
"vite": "^6.0.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}