-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
153 lines (153 loc) · 5.12 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"predeploy": "expo build:web",
"deploy-hosting": "npm run predeploy && firebase deploy --only hosting"
},
"dependencies": {
"@chartiful/react-native-chart-builder": "^0.1.8",
"@chartiful/react-native-vertical-bar-graph": "^0.1.2",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@tradle/react-native-http": "^2.0.1",
"assert": "^1.5.0",
"axios": "^0.21.1",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.2",
"console-browserify": "^1.2.0",
"constants": "^0.0.2",
"constants-browserify": "^1.0.0",
"crypto-js": "^4.1.1",
"currency-codes": "^2.1.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"eas": "^0.1.0",
"events": "^1.1.1",
"expo": "~41.0.1",
"expo-av": "~9.1.2",
"expo-constants": "^10.1.3",
"expo-file-system": "~11.0.2",
"expo-fontawesome": "^0.1.2",
"expo-image-picker": "^10.1.4",
"expo-linear-gradient": "^9.2.0",
"expo-linking": "^2.3.1",
"expo-status-bar": "~1.0.4",
"expo-video-thumbnails": "^5.1.0",
"firebase": "^8.7.0",
"https-browserify": "^0.0.1",
"intl": "^1.2.5",
"js-sha256": "^0.9.0",
"jsencrypt": "^3.2.1",
"node-rsa": "^1.1.1",
"path-browserify": "^0.0.0",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-appearance": "^0.3.4",
"react-native-chart-kit": "^6.11.0",
"react-native-circular-progress": "^1.3.7",
"react-native-color-matrix-image-filters": "^5.2.10",
"react-native-crypto": "^2.2.0",
"react-native-deck-swiper": "^2.0.5",
"react-native-elements": "^3.4.2",
"react-native-fontawesome": "^7.0.0",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^1.1.0",
"react-native-level-fs": "^3.0.1",
"react-native-maps": "0.27.1",
"react-native-os": "^1.2.6",
"react-native-paper": "^4.9.1",
"react-native-randombytes": "^3.6.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-root-toast": "^3.2.1",
"react-native-rsa": "^0.0.3",
"react-native-screens": "^3.3.0",
"react-native-shadow": "^1.2.2",
"react-native-svg": "^12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-table-component": "^1.2.1",
"react-native-tcp": "^3.3.2",
"react-native-udp": "^2.7.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"readable-stream": "^1.0.33",
"rn-weblineindia-number-input": "^1.0.1",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"timers-browserify": "^1.4.2",
"tty-browserify": "^0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "^0.0.4"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"rn-nodeify": "github:tradle/rn-nodeify"
},
"private": true,
"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
}
}