-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "AppGT",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-firebase/app": "^11.5.0",
"@react-native-firebase/iid": "^11.5.0",
"@react-native-firebase/messaging": "^11.5.0",
"@react-native-firebase/remote-config": "^11.5.0",
"@react-navigation/bottom-tabs": "^5.11.15",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"Buffer": "^0.0.0",
"caniuse-lite": "^1.0.30001506",
"firebase": "^9.9.4",
"intl": "^1.2.5",
"luxon": "^3.0.4",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"ndef": "^0.2.0",
"process": "^0.11.10",
"react": "16.13.1",
"react-moment": "^0.9.7",
"react-native": "0.64.1",
"react-native-app-auth": "^6.4.0",
"react-native-camera": "^4.2.1",
"react-native-dark-mode": "^0.2.2",
"react-native-elements": "^2.3.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-markdown-renderer": "^3.2.8",
"react-native-modal": "^12.1.0",
"react-native-nfc-manager": "^3.14.0",
"react-native-permissions": "^3.3.0",
"react-native-push-notification": "^7.4.0",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "6.0.6",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "^1.13.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^2.18.1",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-toggle-element": "^2.0.1",
"react-native-user-agent": "^2.3.1",
"react-native-vector-icons": "^7.1.0",
"react-native-webview": "^11.23.1",
"requirejs": "^2.3.6"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}