-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.55 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
{
"name": "immune",
"main": "./index.js",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/core": "^7.12.1",
"@react-native-community/clipboard": "^1.5.0",
"@react-navigation/drawer": "^5.9.3",
"@react-navigation/native": "^5.7.6",
"expo-barcode-scanner": "^9.0.0",
"immer": "^7.0.9",
"js-base64": "^3.5.2",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"react": "^16.14.0",
"react-native": "^0.63.3",
"react-native-camera": "git+https://[email protected]/react-native-community/react-native-camera.git",
"react-native-gesture-handler": "^1.8.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-paper": "^4.2.0",
"react-native-permissions": "^2.2.2",
"react-native-qrcode-scanner": "^1.4.1",
"react-native-reanimated": "^1.13.1",
"react-native-safe-area-context": "^3.1.8",
"react-native-screens": "^2.11.0",
"react-native-vector-icons": "^7.1.0",
"react-qr-code": "^1.0.3",
"react-tracked": "^1.4.2",
"typescript": "^4.0.3"
},
"devDependencies": {
"@types/js-base64": "^3.0.0",
"@types/react": "^16.9.52",
"@types/react-native": "^0.63.25",
"@types/react-native-material-dropdown": "^0.11.4",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.21.4"
}
}