-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 KB
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": "DhisChat",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"Base64": "^1.0.0",
"autobind": "^1.0.3",
"material-design-icons": "^3.0.1",
"mobx": "^2.4.0",
"mobx-react": "^3.5.1",
"native": "^0.2.0",
"react": "^15.2.1",
"react-native": "^0.30.0",
"react-native-button": "^1.2.1",
"react-native-camera-roll-picker": "^1.1.9",
"react-native-checkbox": "^1.1.0",
"react-native-drawer": "^2.3.0",
"react-native-get-real-path": "git+https://github.com/Wraptime/react-native-get-real-path.git",
"react-native-invertible-scroll-view": "^1.0.0",
"react-native-material-design": "^0.3.7",
"react-native-mobx": "^0.2.1",
"react-native-photo-view": "^1.2.0",
"react-native-push-notification": "^2.2.1",
"react-native-router-flux": "^3.31.0",
"react-native-xmpp": "^0.2.1"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4"
}
}