2017-01-16 20:53:55 -06:00
|
|
|
{
|
2017-01-16 21:24:10 -06:00
|
|
|
"name": "AreThereCookies",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"android": "react-native run-android"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-03-25 21:05:55 -05:00
|
|
|
"babel-preset-es2015": "^6.24.0",
|
|
|
|
|
"immutable": "^3.8.1",
|
2017-06-03 19:43:45 -05:00
|
|
|
"ramda": "^0.24.1",
|
2017-05-28 10:49:46 -05:00
|
|
|
"react": "~15.4.1",
|
|
|
|
|
"react-native": "~0.42.0",
|
2017-04-09 23:28:28 -05:00
|
|
|
"react-native-drawer": "^2.3.0",
|
2017-04-20 16:28:13 -05:00
|
|
|
"react-native-looped-carousel": "^0.1.5",
|
2017-02-08 21:21:07 -06:00
|
|
|
"react-native-material-ui": "^1.7.0",
|
2017-04-14 21:47:54 -05:00
|
|
|
"react-native-modal": "^2.2.0",
|
2017-06-03 19:46:09 -05:00
|
|
|
"react-native-scrollable-tab-view": "^0.6.6",
|
2017-03-25 21:05:55 -05:00
|
|
|
"react-native-vector-icons": "^4.0.0",
|
2017-04-09 23:28:28 -05:00
|
|
|
"react-router-native": "^4.0.0",
|
2017-05-28 10:49:46 -05:00
|
|
|
"recompose": "^0.23.4",
|
2017-03-25 21:05:55 -05:00
|
|
|
"rxjs": "^5.2.0"
|
2017-01-16 21:24:10 -06:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-01-28 23:13:20 -06:00
|
|
|
"babel-eslint": "^7.1.1",
|
2017-01-16 21:24:10 -06:00
|
|
|
"babel-jest": "18.0.0",
|
|
|
|
|
"babel-preset-react-native": "1.9.1",
|
2017-01-28 23:13:20 -06:00
|
|
|
"eslint": "^3.14.1",
|
|
|
|
|
"eslint-plugin-react": "^6.9.0",
|
|
|
|
|
"eslint-plugin-react-native": "^2.2.1",
|
2017-06-03 19:43:45 -05:00
|
|
|
"flow-bin": "0.38",
|
2017-01-16 21:24:10 -06:00
|
|
|
"jest": "18.1.0",
|
2017-01-28 23:13:20 -06:00
|
|
|
"jshint": "^2.9.4",
|
2017-01-16 21:24:10 -06:00
|
|
|
"react-test-renderer": "15.4.2"
|
|
|
|
|
},
|
|
|
|
|
"jest": {
|
|
|
|
|
"preset": "react-native"
|
|
|
|
|
}
|
|
|
|
|
}
|