-
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) · 782 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 782 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": "ReactNativeFalcorStarter",
"description": "A starter kit for NetFlix Falcor with React Native",
"version": "0.0.1",
"scripts": {
"android-setup-port": "adb reverse tcp:8081 tcp:8080",
"bundle": "rnws bundle",
"hot": "HOT=1 rnws start --hot",
"start": "rnws start --resetCache"
},
"dependencies": {
"falcor": "^0.1.14",
"falcor-http-datasource": "^0.1.2",
"react-native": "^0.13.2",
"react-native-button": "^1.2.1",
"regenerator": "^0.8.41"
},
"devDependencies": {
"react-native-webpack-server": "^0.8.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1",
"babel-core": "^5.8.32",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"react-transform-hmr": "^1.0.1"
}
}