-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.64 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
{
"name": "nonce-wallet",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "watchman watch-del-all && expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"postinstall": "rn-nodeify --install fs,util,path,buffer,stream,constants,crypto --hack && patch-package"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4.3.1",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@reduxjs/toolkit": "^1.8.2",
"assert": "^1.5.0",
"asyncstorage-down": "^4.2.0",
"bip39": "^3.0.4",
"bn.js": "^5.2.1",
"bs58check": "^2.1.2",
"buffer": "^4.9.2",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"dayjs": "^1.11.2",
"decimal.js": "^10.3.1",
"events": "^1.1.1",
"expo": "~45.0.5",
"expo-asset": "~8.5.0",
"expo-barcode-scanner": "~11.3.0",
"expo-clipboard": "~3.0.1",
"expo-constants": "~13.1.1",
"expo-device": "~4.2.0",
"expo-font": "~10.1.0",
"expo-linking": "~3.1.0",
"expo-local-authentication": "~12.2.0",
"expo-localization": "~13.0.0",
"expo-random": "~12.2.0",
"expo-splash-screen": "~0.15.1",
"expo-standard-web-crypto": "^1.2.0",
"expo-status-bar": "~1.3.0",
"expo-store-review": "~5.2.0",
"expo-system-ui": "~1.2.0",
"expo-updates": "~0.13.2",
"expo-web-browser": "~10.2.1",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"hdkey": "^2.0.1",
"https-browserify": "^0.0.1",
"i18n-js": "^3.9.2",
"iconoir-react-native": "^4.9.2",
"lodash": "^4.17.21",
"lottie-react-native": "5.0.1",
"mina-signer": "^1.1.0",
"patch-package": "^6.4.7",
"path-browserify": "^0.0.0",
"process": "^0.11.10",
"pubsub-js": "^1.9.4",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-crypto": "^2.2.0",
"react-native-gesture-handler": "~2.2.1",
"react-native-gradle-plugin": "^0.0.7",
"react-native-level-fs": "^3.0.1",
"react-native-modalize": "^2.0.13",
"react-native-pager-view": "5.4.15",
"react-native-portalize": "^1.0.7",
"react-native-qrcode-svg": "^6.1.2",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "12.3.0",
"react-native-tab-view": "^3.1.1",
"react-native-udp": "^4.1.2",
"react-redux": "^8.0.2",
"readable-stream": "^1.0.33",
"redux-persist": "^6.0.0",
"rn-nodeify": "^10.3.0",
"stream-browserify": "^1.0.0",
"swr": "^1.3.0",
"url": "^0.10.3",
"util": "^0.10.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/bn.js": "^5.1.0",
"@types/bs58check": "^2.1.0",
"@types/hdkey": "^2.0.1",
"@types/i18n-js": "^3.8.2",
"@types/lodash": "^4.14.182",
"@types/pubsub-js": "^1.8.3",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/secp256k1": "^4.0.3",
"babel-plugin-module-resolver": "^4.1.0",
"jest": "^26.6.3",
"jest-expo": "^45.0.0",
"react-test-renderer": "17.0.2",
"typescript": "~4.3.5"
},
"private": true,
"react-native": {
"path": "path-browserify",
"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",
"stream": "stream-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"console": "console-browserify",
"querystring": "querystring-es3",
"dgram": "react-native-udp"
},
"browser": {
"path": "path-browserify",
"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",
"stream": "stream-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"console": "console-browserify",
"querystring": "querystring-es3",
"dgram": "react-native-udp"
}
}