2017-01-16 20:53:55 -06:00
|
|
|
{
|
2017-11-11 20:15:19 -06:00
|
|
|
"name": "aretherecookies",
|
2018-04-22 09:44:59 -05:00
|
|
|
"version": "1.6.0",
|
2017-11-11 20:15:19 -06:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"lint": "flow && eslint js",
|
2018-04-22 12:19:58 -05:00
|
|
|
"android:dev": "react-native run-android && react-native start",
|
|
|
|
|
"android:release": "cd android && ./gradlew assembleRelease"
|
2017-11-11 20:15:19 -06:00
|
|
|
},
|
2019-05-05 12:16:58 -05:00
|
|
|
"rnpm": {
|
2019-06-22 15:48:52 +00:00
|
|
|
"assets": [
|
|
|
|
|
"static/fonts"
|
|
|
|
|
]
|
2019-05-05 12:16:58 -05:00
|
|
|
},
|
2017-11-11 20:15:19 -06:00
|
|
|
"dependencies": {
|
|
|
|
|
"babel-preset-es2015": "^6.24.0",
|
2018-07-08 19:38:54 -05:00
|
|
|
"geodist": "^0.2.1",
|
2017-11-11 20:15:19 -06:00
|
|
|
"immutable": "^3.8.1",
|
2017-11-19 12:22:09 -06:00
|
|
|
"moment": "^2.19.2",
|
2018-01-27 16:56:01 -06:00
|
|
|
"query-string": "^5.0.1",
|
2017-11-11 20:15:19 -06:00
|
|
|
"ramda": "^0.24.1",
|
2018-11-24 17:32:19 -06:00
|
|
|
"react": "16.6.1",
|
|
|
|
|
"react-native": "0.57.5",
|
2019-06-22 15:48:52 +00:00
|
|
|
"react-native-auth0": "^1.3.0",
|
2019-07-06 16:05:39 +00:00
|
|
|
"react-native-google-places": "3.1.1",
|
2018-12-01 11:04:53 -06:00
|
|
|
"react-native-image-picker": "^0.27",
|
2018-07-01 15:33:54 -05:00
|
|
|
"react-native-loading-spinner-overlay": "^0.5.2",
|
2017-11-11 20:15:19 -06:00
|
|
|
"react-native-looped-carousel": "^0.1.5",
|
2019-07-06 16:05:39 +00:00
|
|
|
"react-native-maps": "^0.24",
|
2018-11-03 12:09:35 -05:00
|
|
|
"react-native-material-ui": "1.22.0",
|
2018-11-24 10:12:20 -06:00
|
|
|
"react-native-snackbar": "^0.5.3",
|
2018-11-03 12:09:35 -05:00
|
|
|
"react-native-vector-icons": "6.0.2",
|
2018-11-10 10:46:52 -06:00
|
|
|
"react-router-native": "^4.3.0",
|
2018-01-27 16:56:01 -06:00
|
|
|
"react-router-native-button": "^1.2.0",
|
2018-11-10 11:31:49 -06:00
|
|
|
"recompose": "0.30.0",
|
2017-11-11 20:15:19 -06:00
|
|
|
"rxjs": "^5.4.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2019-06-22 15:48:52 +00:00
|
|
|
"babel-eslint": "^8.1.1",
|
2017-11-11 20:15:19 -06:00
|
|
|
"babel-jest": "18.0.0",
|
|
|
|
|
"babel-preset-react-native": "1.9.1",
|
2019-06-22 15:48:52 +00:00
|
|
|
"eslint": "^5",
|
|
|
|
|
"eslint-plugin-react": "^7",
|
2017-11-11 20:15:19 -06:00
|
|
|
"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"
|
|
|
|
|
}
|
2017-06-18 20:58:43 -05:00
|
|
|
}
|