-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.8 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 3.8 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
{
"name": "goodwallet",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": " mkdir -p data && drizzle-kit push && next dev --turbo -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"test": "vitest run",
"test:e2e": "playwright test",
"test:e2e:screenshots": "playwright test --update-snapshots",
"biome:verify:all": "biome check",
"biome:fix:staged": "biome check --write --no-errors-on-unmatched --staged",
"biome:fix:all": "biome check --write --no-errors-on-unmatched",
"postinstall": "lefthook install",
"drizzle:neon:pull": "yarn drizzle-kit pull --config ./drizzle.neon.config.ts",
"drizzle:neon:generate:migrations": "yarn drizzle-kit generate --config ./drizzle.neon.config.ts"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.43.0",
"@amplitude/analytics-node": "^1.5.59",
"@bigmi/client": "^0.9.0",
"@bitcoinerlab/secp256k1": "^1.2.0",
"@electric-sql/pglite": "^0.5.3",
"@gooddollar/goodprotocol": "^2.2.0",
"@goodwidget/ai-credits-widget": "0.1.5",
"@goodwidget/core": "0.1.4",
"@goodwidget/embed": "0.1.4",
"@goodwidget/goodreserve-widget": "0.1.3",
"@goodwidget/superfluid-campaign-widget": "0.1.5",
"@goodwidget/ui": "0.1.4",
"@hcaptcha/react-hcaptcha": "^2.0.2",
"@json-rpc-tools/utils": "^1.7.6",
"@lifi/sdk": "^4.1.0",
"@lifi/sdk-provider-bitcoin": "^4.0.2",
"@lifi/sdk-provider-ethereum": "^4.0.3",
"@lifi/sdk-provider-solana": "^4.0.2",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@neondatabase/serverless": "^1.1.0",
"@polymarket/builder-relayer-client": "^0.0.10",
"@polymarket/clob-client": "^5.8.1",
"@react-hookz/web": "^25.2.0",
"@reown/walletkit": "^1.5.6",
"@sentry/nextjs": "^10.56.0",
"@solana-name-service/sns-sdk-kit": "^0.10.0",
"@solana/webcrypto-ed25519-polyfill": "^6.9.0",
"@toruslabs/customauth": "^20.4.0",
"@walletconnect/utils": "^2.23.10",
"@x402/core": "^2.19.0",
"@x402/evm": "^2.19.0",
"@x402/extensions": "^2.19.0",
"@x402/svm": "^2.19.0",
"async-await-mutex-lock": "^1.0.12",
"async-retry": "^1.3.3",
"bitcoinjs-lib": "^7.0.1",
"drizzle-orm": "^0.45.2",
"ecpair": "^v3.0.1",
"ed25519-hd-key": "^2.0.0",
"ethers": "^6.17.0",
"ethers-multicall-provider": "patch:ethers-multicall-provider@npm%3A6.5.0#~/.yarn/patches/ethers-multicall-provider-npm-6.5.0-6b7fbf3b70.patch",
"gill": "^0.14.0",
"hdkey": "^2.1.0",
"itertools": "^2.7.1",
"jsqr": "^1.4.0",
"lightweight-charts": "^5.2.0",
"navigator.locks": "^0.8.8",
"next": "^16.2.10",
"pino-pretty": "^13.1.3",
"qrcode.react": "^4.2.0",
"react": "^19.2.7",
"react-children-utilities": "^2.10.0",
"react-dom": "^19.2.7",
"react-icons": "^5.6.0",
"react-jazzicon": "^1.0.4",
"react-native-web": "^0.19.13",
"swr": "^2.4.2",
"valtio": "^2.3.2",
"viem": "^2.54.0",
"xrpl": "^5.0.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.5.3",
"@playwright/test": "1.61.1",
"@types/async-retry": "^1.4.9",
"@types/hdkey": "^2.1.0",
"@types/node": "26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-native-web": "^0",
"@vitest/coverage-v8": "4.1.9",
"autoprefixer": "^10.5.0",
"babel-plugin-react-compiler": "^1.0.0",
"drizzle-kit": "^0.31.10",
"lefthook": "^2.1.9",
"postcss": "^8.5.19",
"tailwindcss": "^3.4.17",
"type-fest": "^5.7.0",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
},
"packageManager": "yarn@4.17.0",
"browserslist": [
">0.2%",
"not dead",
"not iOS <= 11",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"esbuild": "0.25.10",
"@polymarket/builder-signing-sdk": "1.0.0"
}
}