aretherecookies-mobile/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

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
},
"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",
"moment": "^2.19.2",
"query-string": "^5.0.1",
2017-11-11 20:15:19 -06:00
"ramda": "^0.24.1",
2018-11-03 12:09:35 -05:00
"react": "16.1.1",
"react-native": "0.51.1",
2017-12-25 15:37:59 -06:00
"react-native-facebook-login": "^1.6.0",
2017-11-11 20:15:19 -06:00
"react-native-google-places": "^2.1.0",
"react-native-google-signin": "0.10",
2017-11-11 20:15:19 -06:00
"react-native-image-picker": "^0.26.3",
2018-02-18 19:22:05 -06:00
"react-native-image-resizer": "^1.0.0",
"react-native-loading-spinner-overlay": "^0.5.2",
2017-11-11 20:15:19 -06:00
"react-native-looped-carousel": "^0.1.5",
2018-11-03 12:09:35 -05:00
"react-native-maps": "0.19.0",
"react-native-material-ui": "1.22.0",
"react-native-vector-icons": "6.0.2",
2018-11-10 10:46:52 -06:00
"react-router-native": "^4.3.0",
"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": {
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.14.1",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-react-native": "^2.2.1",
"flow-bin": "0.38",
"jest": "18.1.0",
"jshint": "^2.9.4",
2018-08-25 12:13:09 -05:00
"react-native-auth0": "^1.3.0",
2017-11-11 20:15:19 -06:00
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}