UNPKG

expo-insta-story

Version:
73 lines (72 loc) 1.85 kB
{ "name": "expo-insta-story", "title": "React Native Expo Insta Story", "version": "1.4.0", "description": "Story component for React Native.", "main": "index.ts", "files": [ "README.md", "!android", "index.ts", "!ios", "src", "!ios/build", "!android/build", "!example" ], "repository": { "type": "git", "url": "git+https://github.com/bilal1031/expo-insta-story.git", "baseUrl": "https://github.com/bilal1031/expo-insta-story" }, "keywords": [ "react-native", "insta-story", "story", "instagram", "expo" ], "author": { "name": "Muhammad Bilal", "email": "bilalnaeem166@gmail.com" }, "readmeFilename": "README.md", "peerDependencies": { "react": ">=19.0.0 <20.0.0", "react-native": ">=0.75.0 <0.82.0" }, "dependencies": { "expo-video": "^3.0.12", "prop-types": "^15.8.1", "react-native-swipe-gestures": "^1.0.5" }, "devDependencies": { "@tsconfig/react-native": "^2.0.2", "@types/node": "^20.0.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.0", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.0", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-native": "^4.1.0", "husky": "^9.0.0", "lint-staged": "^15.0.0", "prettier": "^3.4.0", "typescript": "^5.9.2", "react": "19.1.0", "react-native": "0.81.5" }, "scripts": { "format": "prettier --write .", "prepare": "husky install", "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --cache" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" } }