-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.6 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.6 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
66
67
68
69
70
71
72
73
74
75
{
"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",
"generate-api-types:local": "pnpm dlx @hey-api/openapi-ts -i http://localhost:3001/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\"",
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"dependencies": {
"@gnosispay/account-kit": "^4.10.1",
"@gnosispay/pse-sdk": "^1.5.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@reown/appkit": "^1.8.18",
"@reown/appkit-adapter-wagmi": "^1.8.18",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "5.96.2",
"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": "^1.7.0",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-phone-number-input": "^3.4.16",
"react-router-dom": "^7.14.0",
"react-use-zendesk": "^2.0.0",
"siwe": "^3.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"viem": "^2.47.10",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@johanneskares/wallet-mock": "^1.4.1",
"@playwright/test": "^1.59.1",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@viem/anvil": "^0.0.10",
"@vitejs/plugin-react": "^6.0.1",
"@wagmi/cli": "^2.10.0",
"buffer": "^6.0.3",
"concurrently": "^9.2.1",
"dotenv-cli": "^11.0.0",
"jsonwebtoken": "^9.0.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.2",
"vite": "^8.0.5"
},
"packageManager": "pnpm@10.33.0"
}