2017-04-23 19:22:19 +00:00
{
"name" : "react-native-firebase-tests" ,
"version" : "0.0.1" ,
"private" : true ,
"scripts" : {
2017-07-18 04:59:28 +00:00
"start" : "node node_modules/react-native/local-cli/cli.js start --platforms ios,android" ,
2017-04-23 19:22:19 +00:00
"android:dev" : "react-native run-android" ,
"android:prod" : "react-native run-android --configuration=release" ,
"ios:dev" : "react-native run-ios" ,
"ios:prod" : "react-native run-ios --configuration=release" ,
"ios:pod:install" : "cd ios && rm -rf ReactNativeFirebaseDemo.xcworkspace && pod install && cd .." ,
"test" : "echo 'Tests should be run from within the RN application.\n\rSee https://github.com/invertase/react-native-firebase-tests/blob/master/tests/README.md for more info.'" ,
"build-lib-for-tests" : "babel --presets=es2015-mod,es3,react-native ./lib/ -d ./__tests__/build/lib/ --source-maps" ,
"internal-tests" : "npm run build-lib-for-tests && babel --presets=es2015-mod,es3 ./__tests__/src/ -d ./__tests__/build/ --source-maps && node ./__tests__/build/index.js"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/invertase/react-native-firebase.git"
} ,
"bugs" : {
"url" : "https://github.com/invertase/react-native-firebase/issues"
} ,
"homepage" : "https://github.com/invertase/react-native-firebase/tests/#readme" ,
"dependencies" : {
"babel-preset-es2015-mod" : "^6.6.0" ,
"babel-preset-es3" : "^1.0.1" ,
"bluebird" : "^3.5.0" ,
"bows" : "^1.6.0" ,
"cuid" : "^1.3.8" ,
"deeps" : "^1.4.4" ,
"firebase" : "^3.7.0" ,
"js-beautify" : "^1.6.11" ,
"lodash.groupby" : "^4.6.0" ,
"lodash.some" : "^4.6.0" ,
2017-05-09 12:53:05 +00:00
"react" : "16.0.0-alpha.6" ,
"react-native" : "^0.44.0" ,
2017-04-23 19:22:19 +00:00
"react-native-firebase" : "file:.." ,
"react-native-simple-toast" : "0.0.5" ,
"react-native-vector-icons" : "^4.0.0" ,
2017-05-04 17:49:47 +00:00
"react-navigation" : "^1.0.0-beta.9" ,
2017-04-23 19:22:19 +00:00
"react-redux" : "^5.0.3" ,
"redux" : "^3.6.0" ,
"redux-logger" : "^2.8.2" ,
"redux-persist" : "^4.4.2" ,
"redux-thunk" : "^2.2.0" ,
"should" : "^11.2.0" ,
"should-sinon" : "^0.0.5" ,
"sinon" : "https://github.com/greena13/sinon.git"
} ,
"devDependencies" : {
"babel-cli" : "^6.24.0" ,
"babel-eslint" : "^7.1.1" ,
"babel-jest" : "19.0.0" ,
"babel-plugin-flow-react-proptypes" : "^0.21.0" ,
"babel-preset-react-native" : "1.9.1" ,
"colors" : "^1.1.2" ,
"eslint" : "^3.16.1" ,
"eslint-config-airbnb" : "^14.1.0" ,
"eslint-plugin-flowtype" : "^2.30.0" ,
"eslint-plugin-import" : "^2.2.0" ,
"eslint-plugin-jsx-a11y" : "^4.0.0" ,
"eslint-plugin-react" : "^6.10.0" ,
"jest" : "19.0.2" ,
"react-test-renderer" : "~15.4.1" ,
"redux-immutable-state-invariant" : "^1.2.4"
} ,
"jest" : {
"preset" : "react-native"
}
}