UNPKG

react-profiles

Version:

A collection of Profile components with automatic data filling using public apis.

70 lines (69 loc) 1.76 kB
{ "name": "react-profiles", "description": "A collection of Profile components with automatic data filling using public apis.", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": { "type": "npm", "url": "https://www.npmjs.com/package/react-profiles" }, "license": "MIT", "version": "0.2.0", "homepage": "https://github.com/nateshmbhat/react-profiles", "readme": "README.md", "displayName": "react-profiles", "author": "nateshmbhat", "dependencies": { "@material-ui/core": "^3.7.0", "axios": "^0.18.0", "babel-preset-stage-1": "^6.24.1", "prop-types": "15.6.0", "react": "^16.7.0", "react-dom": "^16.7.0", "store": "^2.0.12" }, "peerDependencies": { "react": "^16.7.0", "react-dom": "^16.7.0" }, "scripts": { "start": "react-scripts start", "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__", "test": "react-scripts test", "eject": "react-scripts eject" }, "keywords": [ "react", "react-profile", "react-profiles", "profile", "profiles", "github", "hackerrank", "stackoverflow" ], "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.2.3", "@babel/plugin-transform-runtime": "^7.2.0", "@babel/preset-env": "^7.2.3", "@babel/preset-react": "^7.0.0", "babel-preset-es2015": "^6.24.1", "react-scripts": "2.1.1", "ws": "3.3.2" } }