-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 943 Bytes
/
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
{
"name": "fitness",
"version": "0.0.0",
"description": "No description",
"author": null,
"private": true,
"main": "node_modules/expo/AppEntry.js",
"devDependencies": {
"babel-preset-expo": "^7.0.0"
},
"dependencies": {
"expo": "^36.0.0",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-navigation": "4.1.1",
"react-native-paper": "3.1.1",
"react-native-screens": "^2.0.0-alpha.20",
"react-native-elements": "1.2.7",
"react-native-calendars": "1.260.0",
"react-navigation-stack": "2.1.1",
"react-native-simple-dialogs": "1.2.1",
"react-native-step-indicator": "0.0.11",
"react-native-gesture-handler": "^1.5.0",
"react-native-responsive-screen": "1.3.1",
"react-native-safe-area-context": "^0.6.0",
"react-native-countdown-component": "2.6.0",
"@react-native-community/masked-view": "^0.1.1"
}
}