react-native-image-modal-reanimated
Version:
image full screen modal for react native
66 lines (65 loc) • 2.05 kB
JSON
{
"name": "react-native-image-modal-reanimated",
"version": "3.1.0",
"description": "image full screen modal for react native",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "rm -rf dist && tsc",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --check ./src",
"format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,md}\"",
"cspell": "cspell '**' --gitignore --show-suggestions",
"start": "rm -rf Develop/dist && tsc -w --outDir Develop/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pfndesign/react-native-image-modal-reanimated.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react-native-reanimated",
"react",
"ios",
"android",
"ui",
"image-box",
"image",
"gallery"
],
"author": "pfndesign <pfndesign@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pfndesign/react-native-image-modal-reanimated/issues"
},
"homepage": "https://github.com/pfndesign/react-native-image-modal-reanimated#readme",
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "19.0.8",
"@types/react-native": "0.72.8",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"cspell": "^8.17.2",
"eslint": "9.19.0",
"eslint-plugin-functional": "^8.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.14.0",
"lefthook": "^1.10.10",
"prettier": "3.4.2",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-reanimated": "~3.17.4",
"typescript": "5.7.3",
"typescript-eslint": "^8.21.0"
}
}