react-native-modalize-custom-handle
Version:
A highly customizable modal/bottom sheet that loves scrolling content.
92 lines (91 loc) • 2.21 kB
JSON
{
"name": "react-native-modalize-custom-handle",
"version": "2.0.99",
"description": "A highly customizable modal/bottom sheet that loves scrolling content.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "yarn build"
},
"keywords": [
"react-native",
"react",
"native",
"modal",
"bottom sheet",
"bottom",
"sheet",
"scrollView",
"flatList",
"sectionList",
"scroll",
"swipe",
"keyboard",
"snap",
"android",
"ios"
],
"author": "Jérémy Barbet",
"license": "MIT",
"homepage": "https://github.com/jeremybarbet/react-native-modalize",
"repository": {
"type": "git",
"url": "https://github.com/jeremybarbet/react-native-modalize"
},
"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": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@types/react": "16.14.2",
"@types/react-native": "0.63.37",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"concurrently": "5.3.0",
"cpx": "1.5.0",
"eslint": "7.14.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-native": "3.10.0",
"husky": "4.3.0",
"lint-staged": "10.5.2",
"prettier": "2.2.1",
"react": "16.14.0",
"react-native": "0.63.4",
"react-native-gesture-handler": "1.9.0",
"typescript": "3.9.7"
},
"peerDependencies": {
"react": "> 15.0.0",
"react-native": "> 0.50.0",
"react-native-gesture-handler": "> 1.0.0"
},
"dependencies": {
"yarn": "^1.22.10"
}
}