forked from douglowder/dreamhouse-mobile-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 747 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "dreamhouse",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh --root js"
},
"dependencies": {
"react": "15.1.0",
"react-native": "https://github.com/douglowder/react-native-appletv.git#master",
"react-native-side-menu": "^0.19.0",
"react.force": "https://github.com/douglowder/react.force.git",
"react.force.base.theme": "https://github.com/douglowder/react.force.base.theme.git",
"react.force.data": "https://github.com/douglowder/react.force.data.git",
"react.force.datacontainer": "https://github.com/douglowder/react.force.datacontainer.git",
"react.force.layout": "https://github.com/douglowder/react.force.layout.git"
}
}