-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
161 lines (161 loc) · 5.28 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "newthebostonapp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@freakycoder/react-native-single-select": "^0.3.9",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cli": "^5.0.1",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^1.16.0",
"@react-navigation/bottom-tabs": "^5.11.10",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@reduxjs/toolkit": "^1.6.0",
"@thenewboston/ui": "^0.1.5",
"@thenewboston/utils": "^1.0.0",
"@unimodules/core": "^7.1.1",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"buffer-from": "^1.1.1",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"formik": "^2.2.6",
"fuse.js": "^6.4.6",
"punycode": "^1.2.4",
"randombytes": "^2.1.0",
"react": "17.0.1",
"react-dom": "^17.0.2",
"react-native": "0.64.1",
"react-native-activity-view": "^0.2.11",
"react-native-aes-cipher": "^1.0.9",
"react-native-base64": "^0.2.1",
"react-native-bottom-drawer-view": "^1.0.2",
"react-native-crypto": "^2.2.0",
"react-native-dotenv": "^2.5.5",
"react-native-elements": "^3.4.1",
"react-native-encrypted-storage": "^4.0.2",
"react-native-fingerprint-scanner": "^6.0.0",
"react-native-floating-label-input": "^1.3.9",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-http": "github:tradle/react-native-http#834492d",
"react-native-image-picker": "^4.0.6",
"react-native-linear-gradient": "^2.5.6",
"react-native-permissions": "^2.2.2",
"react-native-picker-select": "^8.0.4",
"react-native-qrcode-scanner": "^1.5.4",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.2.0",
"react-native-securerandom": "^1.0.0",
"react-native-spinkit": "^1.5.1",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-swipe-gestures": "^1.0.5",
"react-native-tweetnacl": "^1.0.5",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^8.1.0",
"react-redux": "^7.2.4",
"readable-stream": "^1.0.33",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rn-config-reader": "^5.1.2",
"string_decoder": "^0.10.31",
"text-encoding": "^0.7.0",
"text-encoding-polyfill": "^0.6.7",
"thenewboston": "^1.1.0-alpha.4",
"tweetnacl-util": "^0.15.1",
"uglify-js": "^3.13.9",
"urix": "^0.1.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.5",
"@types/react-native": "^0.64.5",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1",
"rn-nodeify": "^10.3.0",
"typescript": "^4.2.4"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assests/fonts/"
]
},
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"_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",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
},
"browser": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"_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",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
}
}