-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
{
"name": "arc",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build --no-lint",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nucypher/taco": "^0.5.0",
"@nucypher/taco-auth": "^0.2.0",
"@tanstack/react-query": "^5.28.4",
"@web3modal/wagmi": "^4.0.11",
"@waku/sdk": "^0.0.29",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.7.2",
"leaflet": "^1.9.4",
"next": "14.2.15",
"protobufjs": "^7.2.4",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"viem": "^2.7.9",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"postcss": "^8",
"tailwindcss": "^3.4.14",
"typescript": "^5"
},
"resolutions": {
"tslib": "^2.6.2",
"@walletconnect/universal-provider": "^2.11.2",
"@walletconnect/ethereum-provider": "^2.11.2",
"@walletconnect/modal": "^2.6.2",
"ethers": "^5.7.2"
}
}