{ "name": "ThaliApp", "version": "0.0.1", "private": true, "scripts": { "start": "react-native start", "start:ios": "react-native run-ios", "start:android": "react-native run-android", "start:android-dev": "react-native run-android --appId com.thaliapp.dev", "menu:android": "adb shell input keyevent 82", "log:ios": "react-native log-ios", "log:android": "react-native log-android", "lint": "eslint *.js app --fix", "lint:ci": "eslint *.js app", "test": "jest", "test:watch": "jest --watch", "coverage": "jest --coverage", "locales:collect": "node collect-locales.js" }, "jest": { "preset": "react-native", "collectCoverage": true, "collectCoverageFrom": [ "app/**/*.js" ], "coverageReporters": [ "text", "text-summary" ], "modulePaths": [ ".yarn/" ], "transform": { "^.+\\.js$": "/jest/preprocessor.js" }, "transformIgnorePatterns": [ "node_modules/(?!react-native|react-navigation)/" ], "moduleNameMapper": { "react-i18next": "/__mocks__/react-i18next-mock.js" } }, "dependencies": { "i18next": "^11.4.0", "i18next-react-native-language-detector": "^1.0.2", "moment": "^2.22.2", "prop-types": "^15.6.2", "react": "16.4.1", "react-i18next": "^7.9.0", "react-native": "0.56.0", "react-native-dotenv": "^0.2.0", "react-native-drawer": "^2.3.0", "react-native-fcm": "^16.0.0", "react-native-linear-gradient": "^2.4.0", "react-native-locale-detector": "^1.0.1", "react-native-render-html": "^3.10.0", "react-native-sentry": "^0.38.2", "react-native-snackbar": "^0.4.7", "react-native-vector-icons": "^4.6.0", "react-navigation": "^2.9.3", "react-redux": "^5.0.7", "redux": "^4.0.0", "redux-saga": "^0.16.0" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.0.0-beta.56", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^9.0.0-beta.3", "babel-jest": "^23.4.2", "babel-preset-react-native": "5.0.2", "eslint": "^5.2.0", "eslint-config-airbnb": "^17.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.10.0", "eslint-plugin-react-native": "^3.2.1", "i18next-scanner": "^2.6.3", "jest": "^23.4.2", "react-native-git-upgrade": "^0.2.7", "react-test-renderer": "^16.3.0-alpha.1", "redux-mock-store": "^1.5.1", "redux-saga-test-plan": "^3.2.0" } }