react-native-instagram-like-image-cropper
Version:
The component like instagram image cropper
60 lines (59 loc) • 1.62 kB
JSON
{
"name": "react-native-instagram-like-image-cropper",
"title": "React Native Instagram Like Image Cropper",
"version": "1.0.6",
"description": "The component like instagram image cropper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/koreanthinker/react-native-instagram-like-image-cropper"
},
"keywords": [
"react-native",
"react",
"native",
"image",
"picker",
"cropper",
"crop",
"instagram"
],
"author": {
"name": "KoreanThinker",
"email": "coderhyun476@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.61.5",
"react-native-reanimated": "2.2.4",
"react-native-gesture-handler": ">=1.8.0 || < 2.0.0",
"@react-native-community/image-editor": ">=2.0.0"
},
"devDependencies": {
"react-native-reanimated": "2.2.4",
"react-native-gesture-handler": "1.10.3",
"@react-native-community/image-editor": "2.3.0",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react-native": "^0.61.5",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"react": "^16.9.0",
"react-native": "^0.61.5",
"typescript": "^3.8.3"
}
}