-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 965 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 965 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
40
41
{
"name": "@uptickjs/react-native-uptick-web3",
"version": "1.0.11",
"author": "Uptick Dev Team",
"description": "Uptick ReactNative SDK",
"private": false,
"license": "GPL-3.0",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/UptickNetwork/react-native-uptick-web3"
},
"dependencies": {
"@toruslabs/react-native-web-browser": "^1.1.0",
"@web3auth/ethereum-provider": "^9.3.0",
"@web3auth/react-native-sdk": "^8.0.0",
"bip39": "^3.0.4",
"ethers": "^6.11.1",
"react-native-encrypted-storage": "^4.0.3",
"web3": "^1.10.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}