-
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.46 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.46 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": "qr_scanner",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/clipboard": "^1.5.1",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/material-bottom-tabs": "^6.1.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"expo": "^46.0.8",
"expo-barcode-scanner": "~11.4.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"install": "^0.13.0",
"npm": "^8.5.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-animated-progress": "^1.0.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-hyperlink": "^0.0.19",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-passmeter": "^0.0.5",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "~0.18.7",
"rn-qr-generator": "^1.2.0",
"yarn": "^1.22.18",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}