UNPKG

react-native-stories-festo

Version:
84 lines (83 loc) 2.2 kB
{ "name": "react-native-stories-festo", "title": "React Native Story Festo", "version": "1.0.4", "description": "Story component for React Native.", "license": "MIT", "main": "index.ts", "files": [ "README.md", "android", "index.ts", "ios", "src", "react-native-stories-festo.podspec", "!ios/build", "!android/build", "!example" ], "repository": { "type": "git", "url": "git+https://denysevych@bitbucket.org/denysevych/react-native-stories-festo.git", "baseUrl": "https://bitbucket.org/denysevych/react-native-stories-festo" }, "keywords": [ "react-native", "react-native story", "react-native festo", "story", "festo" ], "author": { "name": "Illia Denysevych", "email": "denysevych@gmail.com" }, "maintainers": [ { "name": "Ahmet Çağlar Durmuş", "email": "caglardurmus@icloud.com" } ], "readmeFilename": "README.md", "peerDependencies": { "react": ">=16.8.1", "react-native": ">=0.60.0-rc.0 <1.0.x" }, "dependencies": { "prop-types": "^15.6.2", "react-native-modalbox": "^2.0.2", "react-native-swipe-gestures": "^1.0.5", "react-native-svg": "^12.1.1", "lodash": "^4.17.21" }, "devDependencies": { "husky": "^8.0.1", "lint-staged": "^13.0.3", "@tsconfig/react-native": "^2.0.2", "@types/node": "^18.11.9", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.8", "@types/react-native": "^0.70.6", "@types/react-native-modalbox": "^1.4.10", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "prettier": "^2.7.1", "react": "^16.9.0", "react-native": "^0.69.1", "typescript": "^4.8.4" }, "scripts": { "format": "prettier --write .", "prepare": "husky install", "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --cache" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" } }