package.json 4.56 KB
Newer Older
李彥志's avatar
李彥志 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
{
  "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"
  }
}