-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
37 lines (37 loc) · 1.19 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
{
"name": "Lymchat",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh --nonPersistent"
},
"dependencies": {
"apsl-react-native-button": "^2.5.0",
"babylon": "^6.8.4",
"moment": "^2.13.0",
"react": "^15.3.0",
"react-native": "^0.32.0",
"react-native-action-button": "^2.0.3",
"react-native-app-intro": "^1.1.3",
"react-native-aws3": "0.0.1",
"react-native-code-push": "^v1.14.6-beta",
"react-native-device-info": "^0.9.4",
"react-native-drawer": "^2.3.0",
"react-native-fbsdk": "0.2.1",
"react-native-fs": "^1.5.1",
"react-native-gifted-chat": "0.0.6",
"react-native-google-signin": "^v0.8.0",
"react-native-image-picker": "^0.20.1",
"react-native-image-progress": "^0.6.0",
"react-native-image-resizer": "0.0.9",
"react-native-linear-gradient": "^1.5.12",
"react-native-material-kit": "^0.3.2",
"react-native-modalbox": "^1.3.4",
"react-native-progress": "^3.0.1",
"react-native-push-notification": "^2.0.2",
"react-native-vector-icons": "^2.0.3",
"react-native-webrtc": "^0.11.0",
"react-native-wechat": "^1.5.3",
"realm": "^0.14.3"
}
}