UNPKG

rn-sheet

Version:
88 lines (87 loc) 2.17 kB
{ "name": "rn-sheet", "version": "1.0.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/kamajus/RNSheet.git" }, "author": "Carlos", "license": "MIT", "bugs": { "url": "https://github.com/kamajus/RNSheet/issues/" }, "homepage": "https://github.com/kamajus/RNSheet", "keywords": [ "bottom-animated", "react-native", "javascript", "actionsheet", "android", "ios", "action-sheet", "bottom-sheet", "bottom-drawer", "dialog", "picker", "modal", "drawer", "raw-bottom-sheet", "bottom-app-bar", "react-native-action-sheet", "react", "native", "action", "sheet", "bottom", "sheet" ], "resolutions": { "react": "18.2.0", "react-dom": "18.2.0", "react-native-safe-area-context": "4.10.8" }, "peerDependencies": { "react-native": "*", "react-native-gesture-handler": "*", "react-native-safe-area-context": "*" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@shopify/flash-list": "^1.6.3", "@types/jest": "^26.0.23", "@types/react": "^18.2.48", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "babel-jest": "^26.6.3", "eslint": "^7.32.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.3", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.70.3", "react": "18.2.0", "react-native": "0.73.2", "react-native-gesture-handler": "~2.14.0", "react-native-safe-area-context": "4.10.8", "react-test-renderer": "18.0.0", "typedoc": "^0.28.7", "typedoc-plugin-markdown": "^4.7.1", "typescript": "5.0.4" }, "workspaces": [ "example", "expo-example", "docs" ], "scripts": { "build": "tsc", "watch": "yarn tsc --watch", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,md,json}\"" } }