-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
27 lines (27 loc) · 873 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
{
"name": "HelloBemans",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react-native": "^0.20.0",
"react-native-awesome-button": "^1.3.4",
"react-native-button": "^1.4.2",
"react-native-facebook-login": "^1.0.3",
"react-native-fileupload": "^1.2.0",
"react-native-image-picker": "^0.16.0",
"react-native-material-kit": "^0.3.0",
"react-native-md-textinput": "^1.9.2",
"react-native-modalbox": "^1.3.0",
"react-native-navbar": "^1.2.0",
"react-native-popup": "^0.5.2",
"react-native-radio-button-classic": "0.0.5",
"react-native-swiper": "^1.4.3",
"react-native-universal-modal": "^0.1.1",
"sendbird": "^2.1.7",
"react-native-gifted-messenger": "0.0.18",
"react-native-gifted-spinner": "0.0.3"
}
}