package.json 794 Bytes
{
  "name": "xn-react-native-general-head",
  "version": "3.1.3",
  "description": "'RN小程序通用头部'",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "md5": "^2.2.1",
    "react": "16.0.0-alpha.12",
    "react-native": "0.47.2",
    "react-native-actionsheet": "^2.4.2",
    "react-native-deprecated-custom-components": "^0.1.2",
    "react-native-picker": "4.3.7",
    "react-navigation": "2.13.0",
    "react-navigation-is-focused-hoc": "^1.1.1",
    "react-native-screens": "1.0.0-alpha.15"
  },
  "devDependencies": {
    "babel-jest": "23.6.0",
    "babel-preset-react-native": "4.0.1",
    "jest": "23.6.0",
    "react-test-renderer": "16.0.0-alpha.12"
  },
  "jest": {
    "preset": "react-native"
  }
}