{
  "name": "tonetue",
  "version": "0.5.1",
  "main": "./dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "export TS_JEST_LOG=ts-jest.log && jest --coverage --config jest.config.js",
    "lint": "eslint src --fix --ext .js,.jsx,.ts,.tsx",
    "build": "gulp"
  },
  "dependencies": {
    "deepmerge": "^4.2.2",
    "rc-form": "^2.4.12"
  },
  "peerDependencies": {
    "react": ">= 16.9.0",
    "react-native": ">= 0.61.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/plugin-proposal-decorators": "^7.12.12",
    "@babel/preset-typescript": "^7.13.0",
    "@babel/runtime": "^7.8.4",
    "@react-native-community/eslint-config": "^1.1.0",
    "@react-native-community/masked-view": "^0.1.10",
    "@react-navigation/native": "^5.8.10",
    "@react-navigation/stack": "^5.12.6",
    "@testing-library/jest-native": "^4.0.1",
    "@testing-library/react-native": "^7.2.0",
    "@types/jest": "^26.0.20",
    "@types/lodash": "^4.14.175",
    "@types/react-native": "^0.63.2",
    "@types/react-test-renderer": "^16.9.2",
    "@typescript-eslint/eslint-plugin": "^2.27.0",
    "@typescript-eslint/parser": "^2.27.0",
    "babel-core": "^6.26.3",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.1",
    "babel-plugin-import": "^1.13.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
    "babel-plugin-transform-es3-property-literals": "^6.22.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-native": "^5.0.2",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^6.5.1",
    "eslint-config-standard": "^14.1.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.7.0",
    "eslint-plugin-standard": "^4.0.1",
    "git-last-commit": "^1.0.0",
    "glob": "^7.1.6",
    "gulp": "^4.0.2",
    "gulp-babel": "^7.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-strip-code": "^0.1.4",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-uglify": "^3.0.2",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "jest-react-native": "^18.0.0",
    "lint-staged": "^10.5.2",
    "lodash": "^4.17.21",
    "merge2": "^1.4.1",
    "metro-react-native-babel-preset": "^0.61.0",
    "mockdate": "^3.0.3",
    "prettier": "^2.2.0",
    "react": "16.9.0",
    "react-dom": "^17.0.1",
    "react-native": "0.63.3",
    "react-native-gesture-handler": "^1.8.0",
    "react-native-mocker": "^0.0.12",
    "react-native-reanimated": "^1.13.2",
    "react-native-safe-area-context": "^3.1.9",
    "react-native-screens": "^2.15.0",
    "react-test-renderer": "^17.0.1",
    "regenerator-runtime": "^0.13.7",
    "shell": "^0.5.0",
    "through2": "^4.0.2",
    "ts-jest": "^26.5.3",
    "typescript": "^3.8.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && yarn test"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://micode.be.xiaomi.com/wangpan8/tonetue"
  }
}
