{
  "name": "@molejs/mole-components-rn",
  "version": "0.1.1",
  "author": "liugenpeng <liugenpeng@beisen.com>",
  "files": [
    "lib",
    "es"
  ],
  "main": "lib/index.native.js",
  "module": "es/index.native.js",
  "scripts": {
    "start": "mole-react-native-scripts start",
    "run-android": "mole-react-native-scripts android",
    "run-ios": "mole-react-native-scripts ios",
    "watch-tsc": "antd-tools run watch-tsc",
    "clean": "antd-tools run clean",
    "dist": "cross-env BABEL_ENV=dist antd-tools run dist",
    "compile": "cross-env BABEL_ENV=dist antd-tools run compile",
    "build-rn-ios": "node scripts/rn-mkdir && node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file rn-kitchen-sink/index.ios.js --bundle-output rn-kitchen-sink/ios/bundle/index.ios.bundle --assets-dest rn-kitchen-sink/ios/bundle",
    "ios": "concurrently \"npm run watch-tsc\" \"npm run run-ios\"",
    "release": "./bin/release.sh"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "antd-mobile-rn": "^2.2.1",
    "array-tree-filter": "~2.1.0",
    "babel-runtime": "6.x",
    "expo": "^27.0.1",
    "normalize-css-color": "^1.0.2",
    "rc-swipeout": "~2.0.0",
    "react": "16.3.1",
    "react-native-camera-roll-picker": "^1.2.1",
    "react-native-collapsible": "^0.9.0",
    "react-native-drawer-layout": "~1.3.0",
    "react-native-menu": "^0.23.0",
    "rmc-cascader": "~5.0.0",
    "rmc-date-picker": "^6.0.8",
    "rmc-dialog": "^1.0.1",
    "rmc-input-number": "^1.0.0",
    "rmc-picker": "~5.0.0",
    "rmc-tabs": "~1.2.0",
    "rn-topview": "^0.1.6"
  },
  "devDependencies": {
    "@beisen/mole-react-native-scripts": "0.0.6",
    "@types/prop-types": "^15.5.2",
    "@types/react": "~16.0.36",
    "@types/react-dom": "16.0.3",
    "@types/react-native": "^0.52.8",
    "@types/react-native-collapsible": "^0.8.0",
    "@types/react-native-drawer-layout": "1.3.3",
    "antd": "3.x",
    "antd-mobile-demo-data": "^0.2.0",
    "antd-tools": "^4.0.6",
    "babel-eslint": "^7.2.3",
    "babel-plugin-import": "^1.6.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-react-native": "^1.0.0",
    "bisheng": "^0.28.0",
    "bisheng-plugin-antd": "^0.16.0",
    "bisheng-plugin-description": "^0.1.1",
    "bisheng-plugin-react": "^0.6.0",
    "bisheng-plugin-toc": "^0.4.0",
    "classnames": "^2.2.1",
    "concurrently": "^3.4.0",
    "cross-env": "^5.0.1",
    "css-split-webpack-plugin": "^0.2.5",
    "dora-plugin-upload": "^0.3.1",
    "enquire.js": "^2.1.1",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.0",
    "enzyme-to-json": "^3.0.0",
    "eslint": "~4.3.0",
    "eslint-config-airbnb": "~15.1.0",
    "eslint-plugin-babel": "~4.1.1",
    "eslint-plugin-import": "~2.7.0",
    "eslint-plugin-jsx-a11y": "~6.0.2",
    "eslint-plugin-markdown": "~1.0.0-beta.6",
    "eslint-plugin-react": "~7.2.0",
    "eslint-tinker": "~0.4.1",
    "glob": "^7.1.1",
    "jest": "^21.0.0",
    "jest-expo": "~27.0.0",
    "jsonml.js": "^0.1.0",
    "lint-staged": "^7.0.0",
    "mockdate": "^2.0.1",
    "pre-commit": "1.x",
    "qrcode.react": "^0.7.1",
    "raf": "^3.4.0",
    "rc-form": "1.x",
    "react": "^16.0.0",
    "react-copy-to-clipboard": "^5.0.0",
    "react-document-title": "^2.0.1",
    "react-dom": "^16.0.0",
    "react-github-button": "^0.1.9",
    "react-intl": "^2.2.3",
    "react-native": "~0.53.3",
    "react-native-code-push": "^5.1.1-beta",
    "react-native-mocker": "^0.0.12",
    "react-navigation": "1.0.0-beta.12",
    "react-test-renderer": "^16.4.0",
    "shelljs": "^0.8.2",
    "typescript": "~2.4.0"
  },
  "description": "",
  "directories": {
    "lib": "lib"
  },
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  }
}
