-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 KB
/
package.json
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
{
"name": "fluidpay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "npx graphql-codegen",
"prestart": "yarn generate",
"predev": "yarn generate"
},
"dependencies": {
"@airstack/node": "^0.0.5",
"@circle-fin/circle-sdk": "^2.8.0",
"@circle-fin/developer-controlled-wallets": "^2.0.0",
"@circle-fin/smart-contract-platform": "^2.0.0",
"@dynamic-labs/ethereum": "^2.0.0-alpha.10",
"@dynamic-labs/ethereum-aa": "^2.0.0-alpha.10",
"@dynamic-labs/sdk-react-core": "^2.0.0-alpha.10",
"@dynamic-labs/wagmi-connector": "^2.0.0-alpha.10",
"@fluidkey/stealth-account-kit": "^0.0.30",
"@lifi/sdk": "^2.5.0",
"@nextui-org/react": "^2.2.10",
"@noble/secp256k1": "^2.0.0",
"@sefu/react-sdk": "^0.2.31",
"@supabase/supabase-js": "^2.39.8",
"@tanstack/react-query": "^5.28.4",
"bigint-buffer": "^1.1.5",
"framer-motion": "^11.0.14",
"javascript-time-ago": "^2.5.9",
"jose": "^5.2.3",
"js-sha256": "^0.11.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.358.0",
"next": "14.1.3",
"next-qrcode": "^2.5.1",
"node-forge": "^1.3.1",
"passport": "^0.7.0",
"permissionless": "^0.1.10",
"react": "^18",
"react-dom": "^18",
"slugify": "^1.6.6",
"viem": "^2.8.9",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@parcel/watcher": "^2.4.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/node-forge": "^1.3.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"@wagmi/cli": "^2.1.2",
"autoprefixer": "^10.0.1",
"bufferutil": "^4.0.8",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"postcss": "^8",
"supports-color": "^9.4.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.2",
"utf-8-validate": "^6.0.3"
}
}