UNPKG

454 BJSONView Raw
1{
2 "name": "example",
3 "version": "0.0.1",
4 "private": true,
5 "scripts": {
6 "bundle": "react-native bundle --entry-file index.android.js --bundle-output build/index.android.bundle --assets-dest build --platform android",
7 "start": "node node_modules/react-native/local-cli/cli.js start"
8 },
9 "dependencies": {
10 "lodash": "^4.17.4",
11 "react": "15.4.1",
12 "react-native": "0.42.3"
13 },
14 "devDependencies": {
15 "flow": "^0.2.3"
16 }
17}