-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1022 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1022 Bytes
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
{
"name": "@kibalabs/web3-react",
"version": "0.3.0",
"description": "Web3 components to make life easy at Kiba Labs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kibalabs/web3-react.git"
},
"bugs": "https://github.com/kibalabs/web3-react/issues",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"sideEffects": false,
"files": [
"dist/*"
],
"dependencies": {
"@base-org/account": "^2.5.2",
"@kibalabs/core": "^0.7.1",
"@kibalabs/core-react": "^0.10.0",
"@reown/appkit": "^1.8.19",
"@reown/appkit-adapter-ethers": "^1.8.19",
"@safe-global/safe-apps-provider": "^0.18.6",
"@safe-global/safe-apps-sdk": "^9.1.0",
"ethers": "^6.16.0"
},
"devDependencies": {
"@kibalabs/build": "0.14.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}