-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "Momento",
"version": "0.1.0",
"private": false,
"devDependencies": {
"jest-expo": "26.0.0",
"react-native-scripts": "1.13.2",
"react-test-renderer": "16.3.0-alpha.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^26.0.0",
"expo-analytics": "^1.0.7",
"firebase": "^5.0.2",
"moment": "^2.22.1",
"react": "16.3.0",
"react-native": "~0.54.1",
"react-native-calendar-datepicker": "^1.2.2",
"react-native-elements": "^0.19.1",
"react-native-google-sign-in": "^1.0.16",
"react-native-google-signin": "^0.12.0",
"react-native-navbar": "^2.1.0",
"react-native-timeline-listview": "^0.2.3",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11"
}
}