-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 970 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
{
"name": "xdc3-react-native",
"version": "1.0.0",
"description": "Implementing XRC-20 using XDC testnet , XDC wallet support.",
"main": "index.js",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/leewayhertz/xdc-sdk-react-native.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/leewayhertz/xdc-sdk-react-native/issues"
},
"homepage": "https://bitbucket.org/leewayhertz/xdc-sdk-react-native#readme",
"devDependencies": {
"babel-plugin-rewrite-require": "^1.14.5",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"@ethersproject/shims": "^5.6.0",
"bip39": "^3.0.4",
"ethers": "^5.6.2",
"random": "^3.0.6",
"react": "^17.0.2",
"react-native": "^0.67.4"
}
}