{ "name": "HRB_Mobile", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start --reset-cache", "start-worker": "node node_modules/react-native/local-cli/cli.js start --port 8082 --reset-cache", "bundle-android": "node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle", "bundle-worker-ios": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file index.worker.js --dev false --bundle-output ./ios/worker.jsbundle", "bundle-worker-android": "node node_modules/react-native/local-cli/cli.js bundle --platform android --entry-file index.worker.js --dev false --bundle-output ./android/app/src/main/assets/index.worker.bundle", "test": "jest", "lint": "eslint --ignore-path .eslintignore --fix-dry-run src/actions/**", "react-devtools": "react-devtools", "storybook": "storybook start -p 7007", "flow start": "flow start", "flow stop": "flow stop", "flow status": "flow status", "flow coverage": "flow coverage", "log-ios": "node node_modules/react-native/local-cli/cli.js log-ios", "log-android": "node node_modules/react-native/local-cli/cli.js log-android" }, "dependencies": { "crypto-js": "^3.1.9-1", "gl-react": "^2.2.4", "gl-react-native": "^2.48.0", "google-protobuf": "^3.6.1", "immutable": "^3.8.2", "key-mirror": "^1.0.1", "lodash.assign": "^4.2.0", "lodash.clonedeep": "^4.5.0", "lunar-calendar": "^0.1.4", "moment": "^2.22.2", "prop-types": "^15.6.2", "query-string": "^6.1.0", "react": "16.5.0", "react-native": "0.57.0", "react-native-alerts": "^0.1.8", "react-native-animatable": "^1.3.0", "react-native-background-timer": "^2.0.1", "react-native-check-app-install": "0.0.4", "react-native-checkbox": "^2.0.0", "react-native-code-push": "^5.4.2", "react-native-collapsible": "^0.13.0", "react-native-console-time-polyfill": "0.0.6", "react-native-device-info": "^0.22.5", "react-native-dialogbox": "^0.6.10", "react-native-fabric": "^0.5.1", "react-native-fcm": "^14.0.0", "react-native-fetch-blob": "^0.10.8", "react-native-fs": "^2.11.15", "react-native-htmlview": "^0.13.0", "react-native-i18n": "2.0.15", "react-native-image-picker": "^0.26.10", "react-native-keyboard-aware-scroll-view": "^0.7.2", "react-native-linear-gradient": "^2.4.2", "react-native-notifications": "^1.2.0", "react-native-picker": "^4.3.7", "react-native-piwik": "git+https://cm.ylhealth.org/gitlab/20150024/react-native-piwik.git", "react-native-popup-dialog": "^0.15.0", "react-native-read-more-text": "^1.1.0", "react-native-render-html": "^3.10.0", "react-native-simple-expand": "^0.1.3", "react-native-slider": "^0.11.0", "react-native-snap-carousel": "^3.7.4", "react-native-sortable-listview": "^0.2.8", "react-native-source-maps": "^1.0.0", "react-native-sqlite-storage": "^3.3.7", "react-native-storage": "^0.2.2", "react-native-svg": "^6.5.2", "react-native-swiper": "^1.5.13", "react-native-version-check": "^3.0.0", "react-navigation": "^2.14.2", "react-navigation-redux-helpers": "^2.0.5", "react-redux": "^5.0.7", "rect-clamp": "0.0.0", "rect-crop": "0.0.0", "redux": "^4.0.0", "redux-logger": "^3.0.6", "redux-observable": "^1.0.0", "rn-apple-healthkit": "git+https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit.git", "rn-workers": "git+https://github.com/fabriciovergal/react-native-workers.git", "rxjs": "^6.3.2", "uuid": "^3.3.2", "victory": "^30.3.1", "victory-native": "30.4.0" }, "devDependencies": { "@storybook/addon-actions": "^3.4.11", "@storybook/addon-links": "^3.4.11", "@storybook/react-native": "^3.4.11", "babel-eslint": "^9.0.0", "babel-jest": "23.6.0", "eslint": "^5.6.0", "eslint-config-airbnb": "^17.1.0", "eslint-import-resolver-reactnative": "^1.0.2", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-prettier": "^2.6.2", "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-native": "^3.3.0", "flow-bin": "^0.81.0", "jest": "23.6.0", "jest-react-native": "18.0.0", "metro-react-native-babel-preset": "0.45.3", "prettier-eslint": "^8.8.2", "react-dom": "16.5.0", "react-test-renderer": "16.5.0", "redux-devtools-extension": "^2.13.5" }, "jest": { "preset": "react-native" } }