-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.44 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.44 KB
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
{
"name": "urbi-wallet",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"postinstall": "find ./node_modules/**/node_modules -type d -name 'bitcore-lib' -exec rm -r {} + && echo 'Deleted bitcore-lib duplicates'"
},
"dependencies": {
"crypto-browserify": "^3.12.0",
"eth-lightwallet": "^3.0.1",
"node-libs-browser": "^2.2.0",
"node-libs-react-native": "^1.0.3",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-crypto": "^2.1.2",
"react-native-gesture-handler": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-keychain": "^3.1.2",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-randombytes": "^3.5.2",
"react-native-typography": "^1.4.0",
"react-navigation": "^3.1.2",
"unorm": "^1.4.1",
"vm-browserify": "^1.1.0",
"web3": "^1.0.0-beta.37"
},
"devDependencies": {
"@types/assert": "^1.4.1",
"@types/eth-lightwallet": "^3.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@types/pbkdf2": "^3.0.0",
"@types/react": "16.7.0",
"@types/react-native": "^0.57.8",
"@types/react-native-loading-spinner-overlay": "^0.5.1",
"@types/react-navigation": "^3.0.1",
"@types/unorm": "^1.3.27",
"babel-plugin-module-resolver": "^3.1.3"
}
}