-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "qrcode-scanner-app",
"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",
"postinstall": "react-native setup-ios-permissions && pod-install && patch-package"
},
"dependencies": {
"@enzoferey/ethers-error-parser": "^0.2.3",
"@ethersproject/shims": "^5.7.0",
"@react-native-clipboard/clipboard": "^1.11.2",
"deprecated-react-native-prop-types": "^4.2.0",
"ethers": "^5.7.2",
"expo": "~48.0.18",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"patch-package": "^7.0.2",
"pod-install": "0.1.38",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-camera": "^4.2.1",
"react-native-get-random-values": "^1.9.0",
"react-native-permissions": "^3.8.1",
"react-native-qrcode-scanner": "^1.5.5"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"reactNativePermissionsIOS": [
"Camera"
],
"private": true
}