-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 818 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 818 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
{
"name": "riomobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios",
"android": "react-native run-android"
},
"dependencies": {
"gl-react": "^2.2.4",
"gl-react-native": "2.40.1",
"hex-rgb": "^1.0.0",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-native": "0.41.2",
"react-native-color-picker": "^0.2.1",
"react-native-common-components": "^1.0.0",
"react-native-common-elements": "^0.1.0",
"react-native-globals": "0.0.2",
"react-native-navigation": "^1.0.30",
"react-native-orientation": "git+https://github.com/yamill/react-native-orientation.git",
"react-native-simple-drawer": "^0.4.5",
"react-native-vector-icons": "^4.0.0"
}
}