-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.5 KB
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
{
"name": "control-qr",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build:android": "rm -rf ./build/*.apk && eas build --platform android --local",
"build:ios": "eas build --platform ios --local",
"update": "eas update --branch production"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/stack": "^6.3.16",
"expo": "~48.0.6",
"expo-image-picker": "~14.1.1",
"expo-secure-store": "~12.1.1",
"expo-sharing": "~11.2.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"firebase": "^9.17.2",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.71.3",
"react-native-image-picker": "^5.1.0",
"react-native-paper": "^5.4.0",
"react-native-qrcode-svg": "^6.2.0",
"react-native-safe-area-context": "4.5.0",
"react-native-share": "^8.2.1",
"react-native-svg": "13.4.0",
"react-native-view-shot": "3.5.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/native": "^6.0.12",
"@types/react": "~18.0.27",
"@types/react-native": "^0.71.3",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.14.4",
"typescript": "^4.9.4"
},
"private": true
}