-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.05 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Splitbits",
"description": "Next-gen private & friendly mobile wallet for your cryptos.",
"version": "0.9.2",
"author": {
"name": "Javi Jimenez",
"email": "[email protected]",
"url": "https://github.com/soyjavi"
},
"contributors": [
{
"name": "David Bengoa",
"email": "[email protected]",
"url": "https://github.com/dvdbng"
},
{
"name": "Mikel Garcia",
"email": "[email protected]",
"url": "https://github.com/mikelgarciaurbina"
}
],
"devDependencies": {
"babel-eslint": "8.2.1",
"eslint": "4.16.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.6.1",
"jest-expo": "^25.0.0",
"react-native-scripts": "1.11.1",
"react-native-test-utils": "1.1.1",
"react-test-renderer": "16.2.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"prepare": "node_modules_patches/apply.sh",
"test": "node_modules/.bin/jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"assert": "1.4.1",
"bigi": "1.4.2",
"bip39": "2.5.0",
"bitcoinjs-lib": "3.3.2",
"bitcoinjs-message": "2.0.0",
"bs58check": "2.1.1",
"buffer": "5.0.8",
"color": "3.0.0",
"events": "1.1.1",
"expo": "^25.0.0",
"more-entropy": "0.0.7",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native-animatable": "1.2.4",
"react-native-qrcode": "0.2.6",
"react-native-snap-carousel": "^3.5.0",
"react-native-swipeout": "2.3.3",
"react-native-swiper": "1.5.13",
"react-navigation": "^1.0.0-beta.27",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-persist": "5.5.0",
"sha.js": "2.4.10",
"stream-browserify": "2.0.1",
"timeago.js": "3.0.2",
"wif": "2.0.6"
}
}