react-native-cameraroll-image-picker
Version:
50 lines (49 loc) • 1.41 kB
JSON
{
"name": "react-native-cameraroll-image-picker",
"version": "1.0.10",
"scripts": {
"build": "rimraf dist && tsc && yarn copy-files",
"copy-files": "cpx ./src/assets/* ./dist/assets/"
},
"dependencies": {
"@react-native-community/cameraroll": "^4.1.2",
"fbjs": "^3.0.4",
"react-native-cameraroll-image-picker": "^0.0.9",
"react-native-permissions": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/runtime": "^7.17.8",
"@react-native-community/eslint-config": "^3.0.1",
"@types/node": "7.0.0",
"@types/react": "^17.0.43",
"@types/react-native": "^0.67.3",
"babel-jest": "^27.5.1",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.69.1",
"react": "17.0.2",
"react-native": "0.67.4",
"react-native-modal": "^13.0.1",
"react-test-renderer": "17.0.2",
"typescript": "^4.6.3"
},
"packageManager": "yarn@1.22.5",
"jest": {
"preset": "react-native"
},
"description": "camera roll image picker",
"main": "./dist/index.d.ts",
"keywords": [
"react-native",
"camera",
"roll"
],
"author": "pastino <joon500006@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/pastino/react-native-cameraroll-image-picker",
"repository": {
"type": "git",
"url": "https://github.com/pastino/react-native-cameraroll-image-picker"
}
}