{
  "name": "@nearst/ui",
  "version": "0.10.79",
  "description": "UI framework for NearSt dashboard applications.",
  "license": "ISC",
  "main": "dist/ui.js",
  "umd:main": "dist/ui.umd.js",
  "scripts": {
    "prepare": "yarn build",
    "start": "start-storybook -p 6006",
    "build": "microbundle -o ./dist --sourcemap true --jsx React.createElement --css-modules false",
    "deploy-storybook": "storybook-to-ghpages",
    "deploy-storybook:ci": "storybook-to-ghpages --ci",
    "format": "prettier --write 'src/**/*.js' "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nearst/ui.git"
  },
  "dependencies": {
    "@material-ui/core": "4.10.2",
    "@reach/dialog": "0.11.2",
    "@reach/listbox": "0.13.0",
    "@reach/menu-button": "0.10.5",
    "@reach/tabs": "0.13.2",
    "@storybook/addon-viewport": "6.0.16",
    "@tippyjs/react": "4.1.0",
    "axios": "0.19.2",
    "chart.js": "2.9.3",
    "lodash": "4.17.19",
    "prop-types": "15.7.2",
    "react-chartjs-2": "2.9.0",
    "react-router-dom": "5.2.0"
  },
  "devDependencies": {
    "@nearst/config-prettier": "../../config/prettier",
    "@storybook/addon-a11y": "5.3.19",
    "@storybook/addon-backgrounds": "5.3.19",
    "@storybook/addon-knobs": "5.3.19",
    "@storybook/addon-notes": "5.3.19",
    "@storybook/addon-storysource": "5.3.19",
    "@storybook/react": "5.3.19",
    "@storybook/storybook-deployer": "2.8.6",
    "@typescript-eslint/eslint-plugin": "2.x",
    "@typescript-eslint/parser": "2.x",
    "babel-eslint": "10.x",
    "babel-loader": "8.1.0",
    "clean-webpack-plugin": "3.0.0",
    "css-loader": "5.0.0",
    "eslint": "6.x",
    "eslint-config-react-app": "5.2.1",
    "eslint-plugin-flowtype": "4.x",
    "eslint-plugin-import": "2.x",
    "eslint-plugin-jsx-a11y": "6.x",
    "eslint-plugin-react": "7.x",
    "eslint-plugin-react-hooks": "2.x",
    "husky": "4.3.0",
    "microbundle": "0.12.2",
    "node-sass": "4.14.1",
    "path": "0.12.7",
    "prettier": "2.0.5",
    "pretty-quick": "2.0.1",
    "sass-loader": "8.0.2",
    "style-loader": "2.0.0",
    "webpack": "4.43.0",
    "webpack-cli": "3.3.12",
    "webpack-node-externals": "2.3.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged --pattern 'src/**/*.js' eslint src/**/*.js --fix"
    }
  },
  "peerDependencies": {
    "react": "16.12.0",
    "react-dom": "16.12.0"
  }
}
