-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.24 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.24 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "bunx graphql-codegen --config codegen.ts",
"codegen:watch": "bunx graphql-codegen --config codegen.ts --watch",
"codegen:check": "bunx graphql-codegen --config codegen.ts --check",
"dev": "next dev",
"build": "bun run codegen && next build",
"dev:full": "bun run codegen:watch & next dev",
"start": "next start",
"test": "jest",
"test:ci": "jest --ci --coverage --passWithNoTests",
"test:e2e": "cypress run",
"lint": "eslint . --cache",
"format": "prettier --write .",
"format:check": "prettier --check .",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down",
"test:setup": "bash script/test-setup.sh",
"typecheck": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@apollo/client": "^4.1.6",
"@apollo/experimental-nextjs-app-support": "^0.14.4",
"@creit.tech/stellar-wallets-kit": "^1.5.0",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@reown/walletkit": "^1.2.11",
"@stellar/freighter-api": "^3.1.0",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-query-devtools": "^5.91.3",
"@trustless-work/blocks": "^1.0.0",
"@trustless-work/escrow": "^2.0.8",
"@walletconnect/core": "^2.21.9",
"@walletconnect/ethereum-provider": "^2.21.10",
"@walletconnect/utils": "^2.21.9",
"@walletconnect/web3-provider": "^1.8.0",
"apollo-cache-persist": "^0.1.1",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"ethers": "^6.15.0",
"graphql": "^16.11.0",
"graphql-ws": "^6.0.7",
"i18next": "^24.2.3",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.487.0",
"next": "^15.3.0",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-datepicker": "^7.5.0",
"react-day-picker": "^9.6.6",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0",
"react-leaflet": "^4.2.1",
"react-qr-code": "^2.0.18",
"react-router-dom": "^6.28.1",
"react-toastify": "^10.0.6",
"sonner": "^2.0.7",
"stellar-sdk": "^13.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.6",
"zod": "^3.25.76",
"zustand": "^5.0.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/eslintrc": "^3",
"@graphql-codegen/cli": "^6.1.1",
"@graphql-codegen/client-preset": "^5.2.2",
"@graphql-codegen/introspection": "^5.0.0",
"@graphql-codegen/typescript": "^5.0.7",
"@graphql-codegen/typescript-operations": "^5.0.7",
"@graphql-codegen/typescript-react-apollo": "^4.4.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/leaflet": "^1.9.16",
"@types/node": "20.17.25",
"@types/react": "19.0.12",
"@types/react-dom": "^19",
"cypress": "^14.3.0",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "^10.1.2",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"postcss": "^8",
"prettier": "^3.5.3",
"semantic-release": "^24.2.3",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.3.2",
"typescript": "5.8.2"
},
"packageManager": "yarn@4.9.4+sha512.7b1cb0b62abba6a537b3a2ce00811a843bea02bcf53138581a6ae5b1bf563f734872bd47de49ce32a9ca9dcaff995aa789577ffb16811da7c603dcf69e73750b"
}