-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.89 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.89 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
{
"name": "tayd",
"version": "1.0.1",
"description": "App de solicitud de servicios de limpieza.",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "eslint *.js **/*.js"
},
"dependencies": {
"@babel/preset-typescript": "^7.16.7",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/datetimepicker": "^5.1.0",
"@react-native-community/netinfo": "6.0.0",
"@react-navigation/bottom-tabs": "^5.x",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/drawer": "^5.x",
"@react-navigation/native": "^5.x",
"@react-navigation/stack": "^5.x",
"axios": "^0.25.0",
"expo": "^41.0.0",
"expo-app-loading": "~1.3.0",
"expo-asset": "~8.3.1",
"expo-camera": "~11.0.2",
"expo-dev-client": "~0.6.3",
"expo-font": "~9.1.0",
"expo-linking": "~2.2.3",
"expo-location": "~12.0.4",
"expo-modules-core": "~0.6.4",
"expo-notifications": "~0.11.6",
"form-data": "^3.0.0",
"galio-framework": "^0.6.3",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"pusher-js": "^7.0.0",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-app-intro-slider": "^3.0.0",
"react-native-confirmation-code-field": "^6.5.1",
"react-native-gesture-handler": "~1.10.2",
"react-native-maps": "0.27.1",
"react-native-ratings": "^7.2.0",
"react-native-reanimated": "~2.1.0",
"react-native-screens": "~3.0.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "12.1.0",
"stripe-client": "^1.1.5"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-preset-expo": "8.3.0"
},
"author": "Jorge Cortés",
"homepage": "https://tayd.mx"
}