-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "commonsysmvpportal",
"version": "0.1.0",
"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",
"format": "npx prettier --write ."
},
"//": {
"dependencies": {
"react-native-svg": "Used by native base. Errors out on iOS and Android.",
"@react-native-picker/picker": "Currently, installing with `--legacy-peer-deps`",
"react-native-safe-area-context": "Used by native base. Errors out on Android"
}
},
"dependencies": {
"@ethersproject/shims": "^5.6.0",
"@expo-google-fonts/ubuntu": "^0.2.2",
"@react-aria/ssr": "^3.1.2",
"@react-native-picker/picker": "2.2.1",
"ethers": "^5.6.2",
"expo": "~44.0.0",
"expo-app-loading": "~1.3.0",
"expo-camera": "^12.1.2",
"expo-font": "~10.0.4",
"expo-status-bar": "~1.2.0",
"expo-updates": "~0.11.6",
"moment": "^2.29.1",
"native-base": "^3.4.3",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-native": "0.64.3",
"react-native-dotenv": "^3.3.1",
"react-native-get-random-values": "^1.7.2",
"react-native-qrcode-svg": "^6.1.2",
"react-native-safe-area-context": "3.3.2",
"react-native-svg": "12.1.1",
"react-native-webview": "11.15.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "18.0.1",
"@types/react-native": "~0.64.12",
"@types/react-native-dotenv": "^0.2.0",
"@types/url-parse": "^1.4.8",
"typescript": "~4.3.5"
},
"resolutions": {
"react-devtools-core": "4.22.0"
},
"private": true
}