-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 986 Bytes
/
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
{
"name": "@elrond-giants/erd-react-hooks",
"version": "0.9.0",
"description": "React hooks that make it easy to use the MultiversX Network.",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},
"keywords": [
"multiversx",
"react auth provider",
"react hooks",
"erdjs"
],
"author": "ElrondGiants",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^18.15.3",
"@types/react": "^18.0.12",
"react": "^18.1.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"@elrond-giants/erdjs-auth": "0.10.0",
"@multiversx/sdk-core": "^12.8.0",
"@multiversx/sdk-network-providers": "^2.0.0",
"bignumber.js": "^9.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/Elrond-Giants/erd-react-hooks.git"
}
}