UNPKG

react-native-paper-portal

Version:
84 lines (83 loc) 2.1 kB
{ "name": "react-native-paper-portal", "version": "0.0.3", "description": "Render anything on top of the rest", "main": "lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "rm -rf ./lib/* && yarn lint && tsc", "prepare": "yarn build", "lint": "eslint 'src/**/*.ts?(x)' && prettier --list-different \"**/*.{json,md,js,jsx,ts,tsx}\"", "prettier": "prettier --write \"src/**/*.{json,md,js,jsx,ts,tsx}\"" }, "repository": { "type": "git", "url": "git+https://github.com/nomi9995/react-native-paper-portal.git" }, "keywords": [ "react-native-paper", "paper", "portal", "react-native", "react", "native", "ios", "android", "above", "top" ], "author": "Muhammad Numan", "license": "MIT", "bugs": { "url": "https://github.com/nomi9995/react-native-paper-portal/issues" }, "homepage": "https://github.com/nomi9995/react-native-paper-portal#readme", "lint-staged": { "*.{ts,tsx,js,jsx,json,md}": [ "prettier --write" ], "*.{ts,tsx}": [ "eslint --fix" ] }, "prettier": { "singleQuote": true, "trailingComma": "all", "printWidth": 100, "arrowParens": "avoid", "semi": true }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "lint-staged" } }, "devDependencies": { "@commitlint/cli": "8.3.5", "@commitlint/config-conventional": "8.3.4", "@types/react": "16.9.34", "@types/react-native": "0.62.2", "@typescript-eslint/eslint-plugin": "2.29.0", "@typescript-eslint/parser": "2.29.0", "eslint": "6.8.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-react": "7.19.0", "eslint-plugin-react-native": "3.8.1", "husky": "4.2.5", "lint-staged": "10.1.3", "prettier": "2.0.4", "react": "16.13.1", "react-native": "0.62.2", "typescript": "3.8.3" }, "peerDependencies": { "react": "> 15.0.0", "react-native": "> 0.50.0" } }