-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
{
"name": "tunnel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"dev:webpack": "next dev --webpack",
"build:webpack": "next build --webpack",
"ngrok": "ngrok http 3000"
},
"dependencies": {
"@base-org/account": "^2.4.2",
"@coinbase/coinbase-sdk": "^0.25.0",
"@coinbase/wallet-sdk": "^4.3.7",
"@gemini-wallet/core": "^0.3.2",
"@google/genai": "^1.34.0",
"@metamask/sdk": "^0.33.1",
"@safe-global/safe-apps-provider": "^0.18.6",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@tanstack/react-query": "^5.90.12",
"@walletconnect/ethereum-provider": "^2.23.1",
"dompurify": "^3.3.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"dexie": "^4.3.0",
"dexie-react-hooks": "^4.2.0",
"eciesjs": "^0.4.16",
"eth-crypto": "^3.1.0",
"ethers": "^6.16.0",
"jdenticon": "^3.3.0",
"lucide-react": "^0.563.0",
"moment": "^2.30.1",
"multiformats": "^13.4.2",
"next": "16.0.10",
"pinata": "^2.5.1",
"react": "19.2.1",
"react-dom": "19.2.1",
"sass": "^1.96.0",
"viem": "^2.41.2",
"wagmi": "^3.1.0",
"web3": "^4.16.0",
"mysql2": "^3.17.1"
},
"devDependencies": {
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.10"
}
}