-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.31 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
{
"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": {
"@hapi/hapi": "^18.4.0",
"expo": "^35.0.0",
"expo-image-picker": "^7.0.0",
"firebase": "^7.5.2",
"react": "^16.11.0",
"react-dom": "16.8.3",
"react-native": "^0.59.8",
"react-native-cn-richtext-editor": "^1.0.42",
"react-native-gesture-handler": "~1.3.0",
"react-native-image-picker": "^1.1.0",
"react-native-image-view": "^2.1.8",
"react-native-modal-dropdown": "^0.7.0",
"react-native-multiple-select": "^0.5.5",
"react-native-multiple-tags": "^0.0.4",
"react-native-really-awesome-button": "^1.4.2",
"react-native-reanimated": "~1.2.0",
"react-native-scalable-image": "^1.0.0",
"react-native-tags": "^2.1.0",
"react-native-web": "^0.11.7",
"react-native-webview-bridge": "^0.40.1",
"react-native-zss-rich-text-editor": "^1.1.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"wma-matching-algorithm": "^1.0.2"
},
"private": true,
"version": "0.0.0"
}