aretherecookies-mobile/package.json
2019-06-22 15:48:52 +00:00

56 lines
1.5 KiB
JSON

{
"name": "aretherecookies",
"version": "1.6.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "flow && eslint js",
"android:dev": "react-native run-android && react-native start",
"android:release": "cd android && ./gradlew assembleRelease"
},
"rnpm": {
"assets": [
"static/fonts"
]
},
"dependencies": {
"babel-preset-es2015": "^6.24.0",
"geodist": "^0.2.1",
"immutable": "^3.8.1",
"moment": "^2.19.2",
"query-string": "^5.0.1",
"ramda": "^0.24.1",
"react": "16.6.1",
"react-native": "0.57.5",
"react-native-auth0": "^1.3.0",
"react-native-google-places": "2.5.0",
"react-native-image-picker": "^0.27",
"react-native-image-resizer": "^1.0.0",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-looped-carousel": "^0.1.5",
"react-native-maps": "^0.22.1",
"react-native-material-ui": "1.22.0",
"react-native-snackbar": "^0.5.3",
"react-native-vector-icons": "6.0.2",
"react-router-native": "^4.3.0",
"react-router-native-button": "^1.2.0",
"recompose": "0.30.0",
"rxjs": "^5.4.2"
},
"devDependencies": {
"babel-eslint": "^8.1.1",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^5",
"eslint-plugin-react": "^7",
"eslint-plugin-react-native": "^2.2.1",
"flow-bin": "0.38",
"jest": "18.1.0",
"jshint": "^2.9.4",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}