-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.91 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.91 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
{
"name": "zup-protocol-web-interface",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:all": "npm run test && npm run test:e2e"
},
"dependencies": {
"@dicebear/collection": "^9.4.0",
"@dicebear/core": "^9.4.0",
"@hydric/gateway": "^1.1.0",
"@nanostores/react": "^1.0.0",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@reown/appkit": "^1.8.17",
"@reown/appkit-adapter-wagmi": "^1.8.17",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.163.3",
"@tanstack/react-virtual": "^3.13.18",
"@tanstack/router-devtools": "^1.163.3",
"@tanstack/router-plugin": "^1.164.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.31.0",
"lucide-react": "^0.563.0",
"lz-string": "^1.5.0",
"motion": "^12.31.0",
"nanostores": "^1.1.0",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"use-debounce": "^10.1.0",
"viem": "^2.45.1",
"vite": "^7.3.1",
"wagmi": "^3.4.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "^1.58.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/lz-string": "^1.3.34",
"@types/node": "^25.2.0",
"@vitest/coverage-v8": "^3.2.4",
"jsdom": "^27.0.1",
"tw-animate-css": "^1.4.0",
"vitest": "^3.2.4"
}
}