-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
77 lines (77 loc) · 2.46 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
{
"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"
},
"dependencies": {
"@celo/connect": "^1.0.1",
"@celo/contractkit": "^1.0.0",
"@celo/dappkit": "^1.0.0",
"@celo/identity": "^1.1.0",
"@expo-google-fonts/dev": "^0.1.0",
"@expo-google-fonts/inter": "^0.1.0",
"@expo/vector-icons": "^12.0.4",
"@react-native-async-storage/async-storage": "^1.14.1",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.3",
"big.js": "^6.0.3",
"crypto-browserify": "^3.12.0",
"dotenv": "^8.2.0",
"ethers": "^5.1.0",
"expo": "^40.0.1",
"expo-app-loading": "^1.0.1",
"expo-blur": "~8.2.2",
"expo-file-system": "^10.0.0",
"expo-font": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-linking": "~2.0.1",
"firebase": "^8.3.2",
"https-browserify": "^1.0.0",
"moment": "^2.29.1",
"node-libs-react-native": "^1.2.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^17.0.1",
"react-native": "^0.63.4",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^3.3.2",
"react-native-expo-cached-image": "^1.3.1",
"react-native-gesture-handler": "~1.8.0",
"react-native-image-modal": "^2.0.3",
"react-native-image-picker": "^3.3.2",
"react-native-mmkv": "^1.1.6",
"react-native-modal-datetime-picker": "^9.2.0",
"react-native-normalize": "^1.0.1",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-pressable-opacity": "^1.0.1",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-snackbar": "^2.4.0",
"react-native-tcp": "^4.0.0",
"react-router-native": "^5.2.0",
"readable-stream": "^3.6.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1",
"url": "^0.11.0",
"vm-browserify": "^1.1.2",
"web3": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/react": "^16.9.0",
"@types/react-native": "^0.60.15",
"babel-preset-expo": "~8.0.0",
"jest-expo": "^36.0.1",
"typescript": "~3.8.2"
},
"private": true
}