forked from gnosispay/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.1 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.1 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
{
"name": "gnosispay-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"preview": "vite preview",
"generate-api-types": "pnpm dlx @hey-api/openapi-ts -i https://api.gnosispay.com/api-docs/spec.json -o src/client -c @hey-api/client-fetch",
"dev:all:local": "concurrently \"dotenv -e .env.local -- pnpm dev\" \"cd pse-backend-demo && dotenv -e .env.local -- pnpm dev\"",
"dev:all": "concurrently \"dotenv -e .env -- pnpm dev\" \"cd pse-backend-demo && dotenv -e .env -- pnpm dev\""
},
"dependencies": {
"@gnosispay/account-kit": "^4.7.0",
"@gnosispay/pse-sdk": "^1.2.2",
"@hey-api/client-fetch": "^0.13.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@rainbow-me/rainbowkit": "^2.2.8",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "5.84.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.536.0",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-phone-number-input": "^3.4.12",
"react-router-dom": "^7.7.1",
"siwe": "^3.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"viem": "^2.33.2",
"wagmi": "^2.16.1"
},
"devDependencies": {
"@biomejs/biome": "^2.1.3",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"@wagmi/cli": "^2.3.2",
"buffer": "^6.0.3",
"concurrently": "^9.2.0",
"dotenv-cli": "^10.0.0",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"vite": "^7.0.6"
},
"packageManager": "pnpm@10.14.0"
}