-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.99 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@unimodules/react-native-adapter": "^3.0.0",
"axios": "^0.19.0",
"expo": "^34.0.1",
"expo-font": "~6.0.1",
"expo-linear-gradient": "~6.0.0",
"firebase": "^6.4.0",
"formik": "^2.0.3",
"i18n-js": "^3.3.0",
"moment": "^2.24.0",
"prettier": "^1.18.2",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-calendario": "^0.4.0",
"react-native-calendars": "^1.214.0",
"react-native-code-push": "^5.7.0",
"react-native-easy-grid": "^0.2.2",
"react-native-elements": "^1.1.0",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-firebase": "^5.5.6",
"react-native-gesture-handler": "~1.3.0",
"react-native-languages": "^3.0.2",
"react-native-localize": "^1.1.4",
"react-native-maps": "~0.24.0",
"react-native-reanimated": "~1.1.0",
"react-native-responsive-screen": "^1.2.2",
"react-native-restart": "^0.0.12",
"react-native-snap-carousel": "^3.8.0",
"react-native-status-bar-height": "^2.4.0",
"react-native-swipeable-rating": "^0.2.1",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.1",
"react-navigation-fluid-transitions": "^0.3.2",
"react-navigation-transitions": "^1.0.12",
"react-redux": "^7.1.0",
"reactotron-react-native": "^3.6.4",
"reactotron-redux": "^3.1.1",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2",
"validator": "^11.1.0",
"validator-js": "^0.2.1",
"yup": "^0.27.0"
},
"devDependencies": {
"@react-native-community/async-storage": "^1.6.1",
"babel-preset-expo": "^6.0.0"
},
"private": true
}