https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b315be7dc174510537e783bc092aaf9a30bfcde6 authored by Plaban J Rajkhowa on 23 July 2019, 07:24:54 UTC
Replace bgColor null with transparent
Tip revision: b315be7
package.json
{
  "name": "native-base",
  "description": "Essential cross-platform UI components for React Native",
  "keywords": [
    "android",
    "ios",
    "react",
    "native",
    "react-native",
    "native-modules",
    "react-component",
    "navbar",
    "packager"
  ],
  "scripts": {
    "compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,dist --source-maps ",
    "lint": "eslint \"src/**/*.{js, json}\"",
    "transpile": "npm run compile && cp src/basic/Icon/NBIcons.json dist/src/basic/Icon",
    "prepublish": "npm run transpile",
    "postinstall": "node addEjectScript.js && opencollective-postinstall",
    "flow": "flow"
  },
  "jest": {
    "preset": "react-native",
    "transformIgnorePatterns": [
      "node_modules/(?!react-native|@shoutem|react-clone-referenced-element|native-base-shoutem-theme)"
    ]
  },
  "version": "2.12.2",
  "license": "Apache-2.0",
  "private": false,
  "dependencies": {
    "blueimp-md5": "^2.5.0",
    "clamp": "^1.0.1",
    "color": "~1.0.3",
    "create-react-class": "^15.6.3",
    "eslint-config-prettier": "^6.0.0",
    "fs-extra": "^2.0.0",
    "jest-react-native": "^18.0.0",
    "lodash": "^4.17.14",
    "native-base-shoutem-theme": "GeekyAnts/theme#master",
    "opencollective-postinstall": "^2.0.2",
    "print-message": "^2.1.0",
    "prop-types": "^15.5.10",
    "react-native-drawer": "2.5.1",
    "react-native-easy-grid": "0.2.1",
    "react-native-keyboard-aware-scroll-view": "0.8.0",
    "react-native-vector-icons": "6.1.0",
    "react-timer-mixin": "^0.13.4",
    "react-tween-state": "^0.1.5",
    "tween-functions": "^1.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "23.2.0",
    "babel-preset-react-native": "4.0.0",
    "eslint": "^3.5.0",
    "eslint-config-airbnb": "^11.1.0",
    "eslint-plugin-import": "^1.14.0",
    "eslint-plugin-jsx-a11y": "^2.2.1",
    "eslint-plugin-react": "^6.2.0",
    "eslint-plugin-react-native": "^2.0.0",
    "eslint-watch": "^5.1.2",
    "flow-bin": "0.47.0",
    "husky": "^3.0.0",
    "jest": "23.3.0",
    "react": "16.4.1",
    "react-native": "0.56.0",
    "react-native-vector-icons": "6.1.0",
    "react-test-renderer": "16.4.1"
  },
  "gitHead": "5bbeacc403ba97622703699132c55d8359344004",
  "homepage": "https://github.com/GeekyAnts/NativeBase#readme",
  "main": "dist/src/index.js",
  "typings": "./index.d.ts",
  "optionalDependencies": {},
  "peerDependencies": {
    "prettier": "1.16.4",
    "react": ">=16.4.1",
    "react-native": ">=0.56.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GeekyAnts/NativeBase.git"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/NativeBase"
  }
}
back to top