-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
66 lines (66 loc) · 2.09 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "rn-contact-tracing",
"title": "Rn Special Ble",
"version": "0.0.3",
"description": "React Native Library For Contact Tracing Over BLE (Bluetooth Low Energy) To Fight COVID-19 Pandemic",
"repository": {
"type": "git",
"url": "https://github.com/MohGovIL/rn-contact-tracing.git"
},
"main": "lib/src/index.js",
"contributors": [
"Ministry Of Health"
],
"authors": [
"Ofer Davidyan",
"Yonatan Rimon",
"Hagai Rotshild",
"Lev Vidrak"
],
"keywords": [
"react-native",
"COVID-19",
"BLE"
],
"scripts": {
"android": "react-native run-android --root \"./example\"",
"ios": "react-native run-ios --project-path \"./example/ios\"",
"xcode": "open example/ios/example.xcworkspace",
"androidStudio": "open -a /Applications/Android\\ Studio.app ./example/android",
"start": "watchman watch-del-all && react-native start",
"test": ":",
"lint": "eslint .",
"postinstall": "rm -rf ../node_modules",
"pod": "node scripts/pod.js"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@react-native-community/blur": "^3.4.1",
"@react-native-community/datetimepicker": "^2.1.0",
"@react-native-community/eslint-config": "^1.0.0",
"@react-native-community/netinfo": "^5.6.2",
"@react-navigation/bottom-tabs": "^5.2.6",
"@react-navigation/native": "^5.1.5",
"babel-jest": "^25.2.6",
"eslint": "^6.8.0",
"jest": "^25.2.7",
"metro-react-native-babel-preset": "^0.59.0",
"react": "^16.9.0",
"react-native": "^0.61.5",
"react-native-gesture-handler": "^1.5.0",
"react-native-reanimated": "^1.4.0",
"@react-navigation/stack": "^5.2.11",
"@react-native-community/masked-view": "^0.1.9",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.5.0",
"react-native-ui-lib": "^5.6.0",
"react-test-renderer": "16.9.0",
"shelljs": "^0.8.3",
"@react-native-firebase/app": "^6.7.1",
"@react-native-firebase/crashlytics": "^6.7.1"
}
}