@mr_gain/react-native-image-modal
Version:
image full screen modal for react native
59 lines (58 loc) • 1.85 kB
JSON
{
"name": "@mr_gain/react-native-image-modal",
"version": "3.0.12",
"description": "image full screen modal for react native",
"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/dev-yakuza/react-native-image-modal.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"ios",
"android",
"ui",
"image-box",
"image",
"gallery"
],
"author": "dev-yakuza <dev.yakuza@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dev-yakuza/react-native-image-modal/issues"
},
"homepage": "https://github.com/dev-yakuza/react-native-image-modal#readme",
"devDependencies": {
"@types/react": "18.3.4",
"@types/react-native": "0.72.8",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"cspell": "^8.14.2",
"eslint": "8.57.0",
"eslint-plugin-functional": "^6.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"lefthook": "^1.7.14",
"prettier": "3.3.3",
"react": "18.3.1",
"react-native": "0.75.2",
"typescript": "^5.5.4"
}
}