-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "lexcall",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"android": "expo start --android",
"android-build-release": "eas build --platform android --profile release",
"disintegrate": "./buildTools/disintegrate.sh",
"ios": "expo start --ios",
"ios-build-release": "eas build --platform ios --profile release",
"start": "expo start",
"test": "jest",
"versionup": "node buildtools/versionUp.mjs"
},
"dependencies": {
"@react-native-community/clipboard": "^1.5.1",
"@react-navigation/native": "^6.0.16",
"@react-navigation/native-stack": "^6.9.4",
"expo": "~47.0.8",
"expo-camera": "~13.1.0",
"expo-image-picker": "~14.0.2",
"expo-location": "~15.0.1",
"expo-media-library": "~15.0.0",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-autocomplete-input": "^5.2.0",
"react-native-communications": "^2.2.1",
"react-native-dotenv": "^3.4.7",
"react-native-modal": "^13.0.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-webview": "11.23.1",
"react-redux": "^8.0.5",
"redux": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"engines": {
"node": "=16.13.0",
"npm": "=8.1.0"
},
"private": true
}