-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.89 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "reservacion-vuelos-team5",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest",
"test:watch": "jest --watch",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^16.7.0",
"@react-native-firebase/auth": "^16.7.0",
"@react-native-firebase/firestore": "^16.7.0",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"@react-navigation/stack": "^6.3.11",
"dotenv": "^16.0.3",
"expo": "~47.0.12",
"expo-dev-client": "^2.0.1",
"expo-status-bar": "~1.4.2",
"firebase": "^9.16.0",
"formik": "^2.2.9",
"moment": "^2.29.4",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-calendars": "^1.1293.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-paper": "^5.1.3",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "~3.18.0",
"react-native-swiper": "^1.6.0",
"react-native-wheely": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/jest": "^29.2.5",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"expo-updates": "^0.15.6",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-expo": "^47.0.1",
"react-test-renderer": "^18.1.0",
"ts-jest": "^29.0.4",
"ts-node": "^10.9.1",
"typescript": "^4.6.3"
},
"private": true
}