-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
132 lines (132 loc) · 4.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
{
"name": "jmesworld",
"entryPoint": "node_modules/expo/AppEntry.js",
"appKey": "your_app_key_here",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"start": "expo start --dev-client",
"dev": "expo start --dev-client",
"production": "expo start --no-dev --minify",
"tunnel": "expo-cli start --tunnel",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"postinstall": "node_modules/.bin/ts-node scripts/postinstall"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@cosmjs/amino": "^0.31.0",
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@craftzdog/react-native-buffer": "^6.0.5",
"@expo-google-fonts/comfortaa": "^0.2.3",
"@expo-google-fonts/gfs-didot": "^0.2.3",
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/roboto": "^0.2.3",
"@expo/config-plugins": "~6.0.0",
"@expo/prebuild-config": "~6.0.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/checkbox": "^0.5.15",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@toruslabs/eccrypto": "^2.0.0",
"@tradle/react-native-http": "^2.0.0",
"assert": "^2.0.0",
"axios": "^1.3.5",
"base-64": "1.0.0",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"body-parser": "^1.20.2",
"cors-anywhere": "^0.4.4",
"cosmjs-utils": "^0.1.0",
"crypto-browserify": "^3.12.0",
"easy-peasy": "^5.0.3",
"events": "^3.3.0",
"expo": "~48.0.18",
"expo-asset": "~8.9.1",
"expo-barcode-scanner": "~12.3.2",
"expo-constants": "~14.2.1",
"expo-crypto": "~12.2.1",
"expo-dev-client": "~2.2.1",
"expo-file-system": "~15.2.2",
"expo-font": "~11.1.1",
"expo-image": "~1.0.1",
"expo-image-picker": "^14.1.1",
"expo-linking": "~4.0.1",
"expo-modules-autolinking": "^1.2.0",
"expo-secure-store": "~12.1.1",
"expo-splash-screen": "~0.18.2",
"expo-standard-web-crypto": "^1.4.3",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"expo-web-browser": "~12.1.1",
"https-browserify": "^1.0.0",
"jmes": "jmesworld/jmes.js#v1.3-dev",
"localforage": "^1.10.0",
"node-libs-browser": "^2.2.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.4",
"process": "^0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-get-random-values": "~1.8.0",
"react-native-paper": "^5.4.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-quick-base64": "^2.0.7",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "13.4.0",
"react-native-svg-transformer": "^1.1.0",
"react-native-toast-message": "^2.1.6",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.10",
"react-query": "^3.39.2",
"secp256k1": "^5.0.0",
"stream-http": "^3.2.0",
"text-encoding": "^0.7.0",
"tiny-secp256k1": "^2.1.1",
"url": "^0.11.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.1.6",
"@expo/webpack-config": "^18.0.1",
"@types/lodash": "^4.14.188",
"@types/node": "*",
"@types/react": "~18.0.27",
"@types/react-native": "~0.71.3",
"app-root-path": "3.1.0",
"chokidar": "3.5.3",
"jest": "^29.2.1",
"jest-expo": "^48.0.0",
"platform-detect": "3.0.1",
"react-native-dotenv": "^3.4.9",
"ts-node": "10.9.1",
"typescript": "^4.9.4"
},
"private": true,
"react-native": {
"crypto": "react-native-crypto",
"http": "@tradle/react-native-http",
"https": "https-browserify"
},
"browser": {
"crypto": "react-native-crypto",
"http": "@tradle/react-native-http",
"https": "https-browserify"
}
}