expo-image-multiple-picker
Version:
Fully customizable image picker for react native
82 lines (81 loc) • 2.05 kB
JSON
{
"name": "expo-image-multiple-picker",
"version": "4.10.0",
"description": "Fully customizable image picker for react native",
"homepage": "https://github.com/mdjfs/expo-image-multiple-picker#readme",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Marcos Fuenmayor <developer@marcosfuenmayor.com>",
"license": "MIT",
"files": [
"android",
"ios",
"lib",
"expo-image-multiple-picker.podspec",
"!android/build",
"!.DS_Store",
"!.gradle",
"!.idea",
"!build",
"!gradle",
"!*.iml",
"!gradlew",
"!gradlew.bat",
"!local.properties",
"!project.xcworkspace",
"!xcshareddata",
"!xcuserdata"
],
"keywords": [
"image",
"picker",
"expo",
"react",
"native",
"multiple",
"selection",
"images"
],
"scripts": {
"publish-minor": "npm version minor && npm run compile && npm publish",
"compile": "tsc -p .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepare": "yarn compile",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
"@react-native-community/eslint-config": "^3.0.1",
"@types/jest": "^27.4.0",
"@types/react-native": "^0.70.6",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.4.6",
"eslint": "^7.32.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.4.7",
"metro-react-native-babel-preset": "^0.67.0",
"react-native-vector-icons": "^9.1.0",
"react-test-renderer": "^17.0.2",
"typescript": "^4.5.5",
"expo-media-library": "^15.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": "*",
"expo-media-library": "*"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}