forked from DentiQ/bookclub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.92 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
{
"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"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/datetimepicker": "3.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "1.9.11",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"expo": "^41.0.0",
"expo-app-loading": "^1.0.1",
"expo-file-system": "~11.0.2",
"expo-font": "~9.1.0",
"expo-image-manipulator": "~9.1.0",
"expo-image-picker": "~10.1.4",
"expo-image-picker-multiple": "^1.4.1",
"expo-media-library": "~12.0.2",
"expo-permissions": "~12.0.1",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.5.4",
"firebase": "8.2.3",
"html-entities": "^2.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
"react-native-crypto-js": "^1.0.0",
"react-native-easy-toast": "^2.0.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-modal": "^11.10.0",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-sha256": "^1.4.7",
"react-native-simple-modal": "^9.0.1",
"react-native-unimodules": "~0.13.3",
"react-native-web": "~0.13.12",
"react-native-xml2js": "^1.0.3",
"styled-components": "^5.2.3",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/styled-components-react-native": "^5.1.1"
},
"private": true
}