-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
{
"name": "custom-rainbowkit",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint",
"check": "prettier --write . && eslint --fix"
},
"dependencies": {
"@metamask/sdk": "^0.34.0",
"@rainbow-me/rainbowkit": "^2.2.10",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.9.5",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.160.0",
"@tanstack/react-router-devtools": "^1.160.0",
"@tanstack/react-router-ssr-query": "^1.160.0",
"@tanstack/react-start": "^1.160.0",
"@tanstack/router-plugin": "^1.160.0",
"axios": "^1.13.5",
"lucide-react": "^0.564.0",
"nitro": "latest",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.1.18",
"viem": "~2.46.1",
"vite-tsconfig-paths": "^6.1.1",
"wagmi": "^3.4.4"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.5.1",
"@tanstack/eslint-config": "^0.4.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"jsdom": "^27.4.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"web-vitals": "^5.1.0"
}
}