-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 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
{
"name": "jobs",
"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 .",
"postinstall": "npx jetify"
},
"dependencies": {
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/checkbox": "^0.4.2",
"@react-native-community/google-signin": "^4.0.3",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.6.5",
"@react-native-firebase/app": "^9.0.0",
"@react-native-firebase/auth": "^9.3.0",
"@react-native-firebase/database": "^7.3.2",
"@react-native-firebase/firestore": "^7.10.3",
"@react-native-firebase/storage": "^7.2.2",
"@react-navigation/bottom-tabs": "^5.2.7",
"@react-navigation/drawer": "^5.8.2",
"@react-navigation/material-bottom-tabs": "^5.2.10",
"@react-navigation/native": "^5.5.1",
"@react-navigation/stack": "^5.5.1",
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"firebase": "^7.14.1",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-elements": "^2.0.4",
"react-native-fbsdk": "^2.0.0",
"react-native-firebase": "^5.6.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-crop-picker": "^0.32.2",
"react-native-image-picker": "^2.3.3",
"react-native-modalize": "^2.0.5",
"react-native-paper": "^3.10.1",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "^3.0.5",
"react-native-screens": "^2.9.0",
"react-native-vector-icons": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@react-native-community/eslint-config": "^1.0.0",
"babel-jest": "^26.3.0",
"eslint": "^6.8.0",
"install": "^0.13.0",
"jest": "^26.4.2",
"jetifier": "^1.6.5",
"metro-react-native-babel-preset": "^0.59.0",
"npm": "^6.14.4",
"ou": "^0.0.2",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}