UNPKG

@org_educaresco/viam.profileimage

Version:
54 lines (53 loc) 1.13 kB
{ "private": false, "name": "@org_educaresco/viam.profileimage", "version": "1.0.41", "description": "A React component that show Image Perfil.", "main": "src/index.js", "peerDependencies": { "react": "^16.8.6", "react-dom": "^16.8.6" }, "scripts": { "precommit": "lint-staged", "lint": "eslint .", "prepush": "yarn test", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "lint-staged": { "*.{js,jsx}": [ "pretty-quick --staged", "eslint src/ --fix", "git add" ] }, "eslintConfig": { "extends": "react-app" }, "repository": { "type": "git", "url": "https://github.com/educaresco/viam.profileimage.git" }, "keywords": [ "react", "sums", "demo" ], "author": "Eduardo Cartagena", "license": "ISC", "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }