UNPKG

expo-cached-image

Version:

Super fast cached image component for react-native applications powered by expo

61 lines (60 loc) 1.72 kB
{ "name": "expo-cached-image", "version": "53.0.13", "description": "Super fast cached image component for react-native applications powered by expo", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "prepublish": "echo 'prepublishing' && rm -rf ./lib && tsc -p tsconfig.json", "test": "rm -rf ./lib && jest" }, "repository": { "type": "git", "url": "git+https://github.com/echowaves/expo-cached-image.git" }, "keywords": [ "expo", "react-native", "image", "cached" ], "author": "echowaves.com", "license": "MIT", "bugs": { "url": "https://github.com/echowaves/expo-cached-image/issues" }, "homepage": "https://github.com/echowaves/expo-cached-image#readme", "devDependencies": { "@babel/cli": "^7.24.0", "@babel/core": "^7.24.3", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.24.3", "@react-native-community/eslint-config": "^3.2.0", "@types/react": "~19.0.10", "babel-eslint": "^10.1.0", "babel-jest": "^29.7.0", "babel-preset-expo": "~13.0.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.1.0", "jest": "^29.7.0", "metro-react-native-babel-preset": "^0.77.0", "typescript": "~5.8.3" }, "dependencies": { "expo": "~53.0.11" }, "peerDependencies": { "react": ">=18.2.0", "react-native": ">=0.73.0" } }