forked from UCF-SD-Group-48/family-chat-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.68 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "family-chat-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest ./tests",
"lint": "eslint ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/storage": "^14.9.1",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/elements": "^1.3.3",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^5.x",
"ansi-regex": ">=5.0.1",
"boostrap": "^2.0.0",
"bootstrap": "^5.1.3",
"expo": "~44.0.0",
"expo-blur": "~11.0.0",
"expo-device": "~4.1.0",
"expo-file-system": "~13.1.4",
"expo-firebase-recaptcha": "~2.1.0",
"expo-haptics": "~11.1.0",
"expo-image-picker": "~12.0.1",
"expo-linking": "~3.0.0",
"expo-media-library": "~14.0.0",
"expo-notifications": "~0.14.0",
"expo-server-sdk": "^3.6.0",
"expo-sms": "~10.1.0",
"expo-status-bar": "~1.2.0",
"firebase": "^9.6.5",
"jest": "^26.6.3",
"jest-environment-jsdom": "^27.5.1",
"jest-expo": "^44.0.1",
"metro": "^0.68.0",
"node-fetch": "^3.2.0",
"nth-check": ">=2.0.1",
"platform": "^1.3.6",
"pretty-format": "^27.5.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-context-menu-view": "^1.4.0",
"react-native-elements": "^3.4.2",
"react-native-emojicon": "^1.0.0",
"react-native-enhanced-popup-menu": "^0.7.0",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-hold-menu": "^0.1.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-popup-menu": "^0.15.12",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-skeleton-content": "^1.0.24",
"react-native-svg": "12.1.1",
"react-native-svg-transformer": "^1.0.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "0.17.1",
"react-native-webview": "11.15.0",
"react-redux": "^7.2.6",
"react-zlib-js": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@react-native-community/eslint-config": "^3.0.1",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^9.1.0",
"eslint": "^7.0"
},
"private": true
}