-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 977 Bytes
/
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
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"chat-engine": "^0.9.19",
"chat-engine-react-native": "0.0.9",
"expo": "^31.0.0",
"firebase": "^5.5.7",
"lodash.merge": "^4.6.1",
"native-base": "^2.12.1",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^1.0.0",
"react-native-hide-show-password-input": "^1.0.7",
"react-native-localize": "^1.1.1",
"react-native-modal": "^7.0.2",
"react-native-swiper": "^1.5.14",
"react-navigation": "^2.18.3",
"react-password-mask": "^3.3.1"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"regenerator-runtime": "^0.13.2"
}
}