-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 2.18 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
{
"name": "mushaf-mauri",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"t": "expo start --tunnel",
"apk": "expo build:android",
"store": "expo upload:android",
"reload": "expo r -c",
"share": "expo publish",
"eject": "expo eject"
},
"nonPersistent": true,
"dependencies": {
"@react-native-community/netinfo": "6.0.0",
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
"@react-native-community/viewpager": "5.0.11",
"expo": "^42.0.0",
"expo-app-loading": "^1.1.2",
"expo-asset": "~8.3.3",
"expo-av": "~9.2.3",
"expo-file-system": "~11.1.3",
"expo-font": "~9.2.1",
"expo-keep-awake": "~9.2.0",
"expo-localization": "~10.2.0",
"expo-permissions": "~12.1.1",
"expo-screen-orientation": "~3.2.1",
"expo-sqlite": "~9.2.1",
"native-base": "^2.12.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-action-button": "^2.8.5",
"react-native-action-picker": "^1.0.2",
"react-native-bottom-sheet-behavior": "^1.0.0",
"react-native-gesture-handler": "^1.4.1",
"react-native-gl-image-filters": "^0.1.1",
"react-native-htmlview": "^0.13.0",
"react-native-modal": "^2.4.0",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-modal-popover": "^1.0.0",
"react-native-modal-selector": "^1.0.3",
"react-native-modalbox": "^2.0.2",
"react-native-reanimated": "^1.2.0",
"react-native-screens": "~3.4.0",
"react-native-simple-picker": "^3.1.1",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-navigation": "^4.0.5",
"react-navigation-drawer": "^2.2.1",
"react-navigation-stack": "^1.8.0",
"react-navigation-tabs": "^2.5.3",
"react-redux": "^5.0.7",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"scheduler": "^0.12.0",
"turtle-cli": "^0.14.9"
},
"devDependencies": {
"@expo/vector-icons": "^12.0.0",
"babel-preset-expo": "8.3.0"
}
}