-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
147 lines (147 loc) · 4.86 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "badgerMobile",
"version": "0.16.0",
"license": "MIT",
"homepage": "https://badger.cash",
"repository": {
"type": "git",
"url": "git+https://github.com/badger-cash/badger-mobile.git"
},
"author": "Vin Armani <[email protected]>",
"contributors": [],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPhone 11 Pro\"",
"start": "react-native start",
"test": "jest --coverage",
"link": "eslint",
"postinstall": "rn-nodeify --install crypto,randombytes,process,stream,events,http,https,vm,url --hack",
"format": "pretty-quick",
"jetify": "npx jetify",
"android-build": "cd android && ./gradlew assembleRelease",
"android-bundle": "cd android && ./gradlew bundleRelease"
},
"engines": {
"node": ">=10.16.0"
},
"dependencies": {
"@miblanchard/react-native-slider": "^1.5.0",
"@react-native-community/async-storage": "^1.6.1",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/slider": "^3.0.3",
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/compat": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@tradle/react-native-http": "^2.0.1",
"@types/jest": "^25.1.0",
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.5",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-redux": "^7.1.7",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "^4.4.2",
"@types/uuid": "^3.4.6",
"assert": "^2.0.0",
"bcash": "https://github.com/badger-cash/bcash#react-native",
"bchaddrjs-slp": "^0.2.14",
"bignumber.js": "^9.0.0",
"bitcore-payment-protocol": "git+https://github.com/vinarmani/bitcore-payment-protocol.git#new_deps",
"ethereum-blockies-base64": "^1.0.2",
"events": "^3.0.0",
"https-browserify": "1.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"os": "^0.1.2",
"path": "^0.12.7",
"process": "^0.11.10",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-camera": "^3.0.1",
"react-native-crypto": "^2.1.2",
"react-native-elements": "^2.0.3",
"react-native-gesture-handler": "^1.10.3",
"react-native-markdown-package": "^1.4.4",
"react-native-permissions": "^2.0.8",
"react-native-qrcode-scanner": "^1.2.3",
"react-native-qrcode-svg": "^6.0.3",
"react-native-randombytes": "^3.5.3",
"react-native-reanimated": "^2.2.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-svg": "^9.13.2",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.11.1",
"react-redux": "^7.1.0",
"readable-stream": "^3.4.0",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"slp-mdm": "^0.0.7",
"stream": "^0.0.2",
"stream-browserify": "^2.0.2",
"styled-components": "^4.4.1",
"typescript": "^3.7.5",
"url": "^0.11.0",
"uuid": "^3.3.2",
"vm-browserify": "1.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/redux-mock-store": "^1.0.2",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"eslint-config-universe": "^2.2.0",
"eslint-plugin-prettier": "^3.1.2",
"fetch-mock-jest": "^1.1.0-beta.3",
"husky": "^4.2.1",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"react-test-renderer": "17.0.1",
"redux-mock-store": "^1.5.4",
"rn-nodeify": "^10.0.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"eslintConfig": {
"extends": "universe/native"
},
"jest": {
"preset": "react-native"
},
"private": true,
"react-native": {
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify",
"https": "https-browserify",
"http": "@tradle/react-native-http"
},
"browser": {
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify",
"https": "https-browserify",
"http": "@tradle/react-native-http"
}
}