UNPKG

react-native-swipe-up-panel

Version:
104 lines (103 loc) 2.83 kB
{ "name": "react-native-swipe-up-panel", "version": "1.2.22", "description": "Swipeable bottom panel for react native", "author": "Enes Ozturk", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/timespace-content-market/rn-swipeable-panel" }, "main": "dist/index.js", "module": "dist/index.modern.js", "types": "dist/index.d.ts", "source": "src/index.ts", "files": [ "dist", "src" ], "react-native": "src/index.ts", "engines": { "node": ">=10" }, "directories": { "example": "example" }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build" }, "keywords": [ "react", "react native", "react-native-component", "mobile", "ios", "android", "swipeable", "panel", "swipeable-panel", "swipe-up", "swipe-down", "bottom", "bottom-panel", "bottom-up", "bottom-up-panel" ], "bugs": { "url": "https://github.com/timespace-content-market/rn-swipeable-panel/issues" }, "homepage": "https://github.com/timespace-content-market/rn-swipeable-panel", "contributors": [ { "name": "enesozturk", "email": "enesozturk.d@gmail.com" }, { "name": "Noel Kim", "email": "react-native@kakao.com" } ], "peerDependencies": { "react": "^17.0.2", "react-native": "^0.68.0" }, "devDependencies": { "@types/node": "^12.12.38", "@types/react": "^16.9.46", "@types/react-dom": "^17.0.10", "@types/react-native": "^0.64.0", "@typescript-eslint/eslint-plugin": "^4.14.2", "@typescript-eslint/parser": "^4.14.2", "babel-eslint": "^10.0.3", "cross-env": "^7.0.2", "eslint": "^7.0.0", "eslint-config-prettier": "^6.7.0", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-standard": "^4.0.1", "gh-pages": "^2.2.0", "microbundle-crl": "^0.13.10", "npm-run-all": "^4.1.5", "prettier": "^2.0.4", "react": "17.0.2", "react-native": "^0.68.0", "react-dom": "17.0.1", "react-scripts": "^3.4.1", "typescript": "^3.7.5", "eslint-plugin-unused-imports": "^1.1.5" } }