{
  "name": "canvas-ui-design-system",
  "version": "0.3.8",
  "files": [
    "build"
  ],
  "dependencies": {
    "@babel/core": "^7.13.15",
    "@babel/preset-env": "^7.13.15",
    "@fullcalendar/core": "^4.4.0",
    "@fullcalendar/daygrid": "^4.4.0",
    "@fullcalendar/interaction": "^4.4.0",
    "@fullcalendar/react": "^4.4.0",
    "@fullcalendar/resource-timeline": "^4.4.0",
    "@fullcalendar/timegrid": "^4.4.0",
    "@material-ui/core": "^4.11.3",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/lab": "^4.0.0-alpha.57",
    "@material-ui/pickers": "^3.3.10",
    "@testing-library/jest-dom": "^5.11.10",
    "@testing-library/react": "^11.2.6",
    "@testing-library/user-event": "^13.1.2",
    "babel-loader": "^8.2.2",
    "babel-plugin-css-modules-transform": "^1.6.2",
    "babel-plugin-styled-components": "^1.12.0",
    "cross-env": "^7.0.3",
    "css-loader": "^5.2.1",
    "d3": "^6.6.2",
    "d3-cloud": "^1.2.5",
    "material-table": "^1.69.2",
    "material-ui": "^0.20.2",
    "moment": "^2.29.1",
    "object-hash": "^2.1.1",
    "polished": "^4.1.1",
    "prop-types": "^15.7.2",
    "query-string": "^7.0.0",
    "react": "^17.0.2",
    "react-datepicker": "^3.7.0",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0",
    "react-scripts": "^4.0.3",
    "sass": "^1.32.8",
    "style-loader": "^2.0.0",
    "styled-components": "5.0.1",
    "svg-url-loader": "^7.1.1"
  },
  "lint-staged": {
    "src/**/*.{js,jsx,json}": [
      "eslint --fix",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "scripts": {
    "precommit": "lint-staged",
    "publish-build": "BABEL_ENV=production webpack",
    "win-build": "cross-env BABEL_ENV=production webpack",
    "storybook": "start-storybook -p 9009 -s public",
    "build": "yarn install && build-storybook -s public",
    "postbuild": "rm -rf ./dist && mv storybook-static ./dist"
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  },
  "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/cli": "^7.13.14",
    "@storybook/addon-actions": "6.2.7",
    "@storybook/addon-docs": "^6.2.7",
    "@storybook/addon-knobs": "^6.2.7",
    "@storybook/addon-links": "6.2.7",
    "@storybook/addon-storysource": "^6.2.7",
    "@storybook/addons": "6.2.7",
    "@storybook/preset-create-react-app": "^3.1.7",
    "@storybook/react": "6.2.7",
    "auto": "^10.24.3",
    "eslint": "^7.24.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "html-webpack-plugin": "^5.3.1",
    "husky": "^6.0.0",
    "lint-staged": "^10.5.4",
    "node-sass": "^5.0.0",
    "prettier": "^2.2.1",
    "sass-loader": "^11.0.1",
    "webpack": "5.20.0",
    "webpack-cli": "^4.6.0"
  },
  "description": "Common building blocks to build a web application  with Canvas styling",
  "main": "build/bundle.js",
  "repository": "https://puneetbaser2019@bitbucket.org/piktor/canvas-ui-design-system.git",
  "author": "puneet baser <puneet.baser1@t-mobile.com>",
  "license": "MIT"
}
