-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "web3walletconnect",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@json-rpc-tools/utils": "^1.7.6",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/netinfo": "^11.3.2",
"@tanstack/react-query": "^5.51.1",
"@web3modal/wagmi": "^5.0.6",
"cssnano": "^7.0.4",
"ethers": "5.7.2",
"fast-text-encoding": "^1.0.6",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-native-get-random-values": "^1.11.0",
"viem": "^2.17.3",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@walletconnect/jsonrpc-types": "^1.0.4",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"postcss-px-to-viewport-8-plugin": "^1.2.5",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}