{
    "name": "react-boilerplate",
    "version": "1.0.0",
    "description": "A great boilerplate fully configured",
    "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
    "scripts": {
        "start": "react-native-scripts start",
        "android": "react-native-scripts android",
        "ios": "react-native-scripts ios",
        "test": "jest"
    },
    "author": "thomaschaf@gmail.com",
    "license": "ISC",
    "dependencies": {
        "apisauce": "^0.13.0",
        "expo": "^19.0.0",
        "react": "16.0.0-alpha.12",
        "react-native": "^0.46.1",
        "react-redux": "^5.0.5",
        "redux": "^3.6.0",
        "redux-form": "^6.8.0",
        "redux-thunk": "^2.2.0"
    },
    "devDependencies": {
        "babel-plugin-module-resolver": "^2.7.1",
        "chai": "^4.1.0",
        "enzyme": "^2.9.1",
        "jest": "^20.0.4",
        "jest-expo": "~1.0.1",
        "react-dom": "^15.6.1",
        "react-native-mock": "^0.3.1",
        "react-native-scripts": "0.0.31",
        "react-test-renderer": "16.0.0-alpha.12",
        "sinon": "^2.3.8"
    },
    "jest": {
        "preset": "jest-expo"
    }
}
