-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.78 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
77
78
{
"name": "enviro",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --fix",
"build": "cd android && ./gradlew assembleRelease"
},
"dependencies": {
"@react-native-camera-roll/camera-roll": "^5.0.4",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-firebase/app": "^15.6.0",
"@react-native-firebase/auth": "^15.6.0",
"@react-native-firebase/database": "^15.7.0",
"@react-native-firebase/storage": "^15.7.0",
"@react-native-google-signin/google-signin": "^8.0.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/material-bottom-tabs": "^6.2.4",
"@react-navigation/material-top-tabs": "^6.3.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"lottie-react-native": "^5.1.4",
"react": "18.1.0",
"react-native": "^0.70.3",
"react-native-asset": "^2.0.1",
"react-native-auto-height-image": "^3.2.4",
"react-native-code-push": "^7.0.5",
"react-native-document-picker": "^8.1.1",
"react-native-element-dropdown": "^2.3.1",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.6.2",
"react-native-image-keyboard": "^2.2.0",
"react-native-image-picker": "^4.10.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-mmkv": "^2.4.3",
"react-native-pager-view": "^6.0.1",
"react-native-paper": "^5.0.0-rc.8",
"react-native-paper-dropdown": "^1.0.7",
"react-native-pull-to-refresh": "^2.1.3",
"react-native-reanimated": "^2.10.0",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.17.0",
"react-native-share": "^7.9.1",
"react-native-splash-screen": "^3.3.0",
"react-native-system-navigation-bar": "^2.0.1",
"react-native-tab-view": "^3.3.0",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.5.0",
"react-native-view-slider": "^1.1.1",
"react-native-webview": "^11.23.1",
"react-native-youtube-iframe": "^2.2.2",
"rn-fetch-blob": "0.13.0-beta.2",
"wikipedia": "^1.1.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^3.1.0",
"babel-jest": "^26.6.3",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.72.1",
"prettier": "^2.7.1",
"react-test-renderer": "18.1.0"
},
"jest": {
"preset": "react-native"
}
}