UNPKG

custom-react-native-stories

Version:
73 lines (71 loc) 1.9 kB
{ "name": "custom-react-native-stories", "title": "React Native Stories", "version": "1.0.4", "description": "Story component for React Native.", "main": "index.ts", "files": [ "README.md", "android", "index.ts", "ios", "src", "react-native-insta-story.podspec", "!ios/build", "!android/build", "!example" ], "repository": { "type": "git", "url": "git+https://github.com/Azer3012/react-native-stories.git", "baseUrl": "https://github.com/Azer3012/react-native-stories.git" }, "keywords": [ "react-native", "react-native-story", "story" ], "author": { "name": "Azar Abishov", "email": "abishovazar@gmail.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" }, "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 .", "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --cache" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" } }