{
  "name": "bento-core-1",
  "version": "0.0.1",
  "private": false,
  "main": "lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "peerDependencies": {
    "@material-ui/core": ">=4.0.0",
    "@material-ui/icons": ">=4.0.0",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@material-ui/core": ">=4.0.0",
    "@material-ui/icons": ">=4.0.0",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "classnames": "^2.2.6",
    "cross-env": "^7.0.2",
    "eslint-plugin-babel": "^5.3.1",
    "link-react": "^3.0.0",
    "lodash": "^4.17.20",
    "lodash.assignwith": "^4.2.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.debounce": "^4.0.8",
    "lodash.find": "^4.6.0",
    "lodash.get": "^4.4.2",
    "lodash.isequal": "^4.5.0",
    "lodash.isundefined": "^3.0.1",
    "lodash.memoize": "^4.1.2",
    "lodash.merge": "^4.6.2",
    "prop-types": "^15.7.2",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "react-jss": "^10.1.1",
    "react-router-dom": "^5.2.0",
    "react-scripts": "3.4.1",
    "react-to-print": "^2.8.0",
    "react-vis": "^1.11.7",
    "react-zoom-pan-pinch": "^1.6.1",
    "recharts": "^1.8.5",
    "rimraf": "^2.6.3",
    "svg-url-loader": "^5.0.0",
    "uuid": "^8.3.1"
  },
  "scripts": {
    "clean": "rimraf lib dist es coverage",
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files",
    "build:es": "cross-env BABEL_ENV=es babel src --out-dir es --copy-files",
    "build": "npm run build:commonjs && npm run build:es",
    "prepare": "npm run clean && npm run build",
    "storybook": "start-storybook -p 9001",
    "test": "jest",
    "lint": "eslint src",
    "lint-fix": "eslint src --fix"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/addon-knobs": "^6.0.28",
    "@storybook/addon-links": "^5.3.18",
    "@storybook/addons": "^5.3.18",
    "@storybook/preset-create-react-app": "^2.1.2",
    "@storybook/react": "^5.3.18",
    "babel-core": "^6.24.1",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.5.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^1.7.0",
    "file-loader": "^6.0.0",
    "jest": "^26.6.3"
  },
  "description": "Bento UI Building Blocks is an NPM library in ana attempt to reuse the shared ui components in NCI data commons frameworks.",
  "directories": {
    "lib": "lib"
  },
  "author": "",
  "license": "ISC"
}
