UNPKG

document-upload-qsi

Version:

## Installation

49 lines (48 loc) 1.36 kB
{ "name": "document-upload-qsi", "version": "1.0.0", "description": "", "main": "dist/index.js", "files": [ "dist/index.js", "component/modal/QModal.js", "component/modal/QModalConfirm.js", "component/icon/QIcon.js" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel index.js --out-dir dist", "prepublish": "npm run build" }, "peerDependencies": { "react": ">=16.0.0", "react-native": ">=0.50.0" }, "devDependencies": { "@babel/cli": "^7.2.0", "@babel/core": "^7.2.0", "@babel/preset-env": "^7.2.0", "@babel/preset-es2015": "^7.0.0-beta.53", "metro-react-native-babel-preset": "0.49.2", "react": "^16.6.3", "react-dom": "^16.6.3", "react-native-document-picker": "^3.0.0", "react-native-elevated-view": "0.0.6", "react-native-image-crop-picker": "^0.24.1", "react-native-transformable-image": "^0.0.20" }, "repository": { "type": "git", "url": "" }, "keywords": [ "react", "native", "react-native", "react-native-component", "customcomponent", "document-upload" ], "author": "Nuralim <lims.devlp@gmail.com>", "license": "MIT" }