forked from applemanz/MealUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.24 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/react-native-action-sheet": "^1.0.2",
"@expo/samples": "2.1.1",
"axios": "^0.18.0",
"expo": "^25.0.0",
"expo-server-sdk": "^2.3.3",
"firebase": "^4.11.0",
"firebase-admin": "^5.11.0",
"moment": "^2.22.1",
"navigationbar-react-native": "0.0.3",
"react": "16.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"react-native-calendars": "^1.17.7",
"react-native-elements": "^0.19.1",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-navbar": "^2.1.0",
"react-native-onboarding-swiper": "^0.6.0",
"react-native-prompt-android": "^0.3.3",
"react-native-prompt-simple": "^0.0.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-size-matters": "^0.1.0",
"react-native-swiper": "^1.5.13",
"react-navigation": "^1.0.0-beta.27",
"react-navigation-header-buttons": "^0.0.7",
"rn-prompt": "^1.0.2"
},
"devDependencies": {
"jest-expo": "^25.0.0"
}
}