-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 780 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 780 Bytes
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": "mobileApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"moment": "^2.18.1",
"promise": "^7.1.1",
"react": "16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-button": "^1.4.2",
"react-native-fetch-blob": "^0.10.5",
"react-native-fs": "^2.0.1-rc.2",
"react-native-image-picker": "^0.26.3",
"react-native-music-control": "^0.7.3",
"react-native-parallax-scroll-view": "^0.19.0",
"react-native-router-flux": "^3.35.0",
"react-native-slider": "^0.9.1",
"react-native-vector-icons": "^4.1.1",
"react-native-video": "^1.0.0",
"realm": "^1.0.2",
"url-parse": "^1.1.8",
"uuid": "^3.1.0"
}
}