react-native-expo-cropper
Version:
Recadrage polygonal d'images.
60 lines (59 loc) • 1.55 kB
JSON
{
"name": "react-native-expo-cropper",
"version": "1.3.74",
"description": "Recadrage polygonal d'images.",
"main": "index.js",
"author": "PCS AGRI",
"license": "MIT",
"keywords": [
"react-native",
"expo",
"image-cropper",
"camera",
"polygonal",
"image",
"react-native-component"
],
"peerDependencies": {
"expo": "54.0.0",
"react": "19.1.0",
"react-native": "0.81.4"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@react-native-masked-view/masked-view": "^0.3.1",
"expo": "54.0.0",
"expo-camera": "~17.0.8",
"expo-image-manipulator": "~14.0.7",
"expo-image-picker": "~17.0.8",
"expo-media-library": "~18.2.0",
"expo-screen-orientation": "~9.0.7",
"react-native-svg": "15.12.1",
"react-native-view-shot": "4.0.3"
},
"overrides": {
"glob": "^10.5.0"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pcsagri/react-native-expo-cropper.git"
},
"bugs": {
"url": "https://github.com/pcsagri/react-native-expo-cropper/issues"
},
"homepage": "https://github.com/pcsagri/react-native-expo-cropper#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./node_modules/@babel/cli/bin/babel.js src --out-dir dist"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"baseline-browser-mapping": "^2.9.6"
}
}