{
  "name": "@plurall-boss/components",
  "version": "1.0.18",
  "description": "Componentes do plurall-boss",
  "author": "Lincoln Melo <lincoln.melo@somoseducacao.com.br>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:sdk12/plurall/backoffice/plurall-boss.git"
  },
  "scripts": {
    "clean": "rimraf -rf ./dist",
    "build": "yarn clean && yarn compile",
    "compile": "tsc -d -p tsconfig.build.json",
    "prepublishOnly": "yarn build",
    "test": "yarn build"
  },
  "peerDependencies": {
    "react": "^16.13.1"
  },
  "dependencies": {
    "@auth0/auth0-spa-js": "^1.11.0",
    "@babel/runtime": "^7.11.2",
    "@date-io/core": "^2.8.0",
    "@date-io/moment": "^1.3.13",
    "@fullcalendar/core": "^4.4.2",
    "@fullcalendar/daygrid": "^4.4.2",
    "@fullcalendar/interaction": "^4.4.2",
    "@fullcalendar/list": "^4.4.2",
    "@fullcalendar/react": "^4.4.2",
    "@fullcalendar/timegrid": "^4.4.2",
    "@fullcalendar/timeline": "^4.4.2",
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.11.3",
    "@material-ui/lab": "^4.0.0-alpha.56",
    "@material-ui/pickers": "^3.2.10",
    "@material-ui/styles": "^4.10.0",
    "@material-ui/types": "^4.1.1",
    "@mdx-js/react": "^1.6.14",
    "@mui/x-data-grid": "^4.0.2",
    "@plurall-boss/icons": "^1.0.5",
    "@react-pdf/renderer": "^1.6.10",
    "@reduxjs/toolkit": "^1.4.0",
    "@types/history": "^4.7.7",
    "@types/jest": "^25.2.3",
    "@types/js-cookie": "^2.2.6",
    "@types/jsonwebtoken": "^8.5.0",
    "@types/jwt-decode": "^2.2.1",
    "@types/lodash": "^4.14.158",
    "@types/material-ui": "^0.21.8",
    "@types/node": "^13.13.15",
    "@types/nprogress": "^0.2.0",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.49",
    "@types/react-beautiful-dnd": "^13.0.0",
    "@types/react-dom": "^16.9.8",
    "@types/react-draft-wysiwyg": "^1.13.0",
    "@types/react-helmet": "^6.1.0",
    "@types/react-redux": "^7.1.9",
    "@types/react-router-dom": "^5.1.5",
    "@types/redux-form": "^8.3.0",
    "@types/redux-logger": "^3.0.8",
    "@types/uuid": "^7.0.4",
    "@types/yup": "^0.28.3",
    "apexcharts": "^3.19.3",
    "axios": "^0.19.2",
    "axios-mock-adapter": "^1.18.2",
    "change-case": "^4.1.1",
    "chart.js": "^2.9.3",
    "clsx": "^1.1.1",
    "draft-js": "^0.11.7",
    "firebase": "^7.17.1",
    "formik": "^2.1.5",
    "history": "^4.10.1",
    "immer": "^6.0.9",
    "immutable": "^4.0.0-rc.12",
    "js-cookie": "^2.2.1",
    "jsonwebtoken": "^8.5.1",
    "jss": "^10.3.0",
    "jss-rtl": "^0.3.0",
    "jwt-decode": "^2.2.0",
    "lodash": "^4.17.19",
    "moment": "^2.27.0",
    "notistack": "^0.9.17",
    "nprogress": "^0.2.0",
    "numeral": "^2.0.6",
    "prismjs": "^1.20.0",
    "prop-types": "^15.7.2",
    "react-apexcharts": "^1.3.7",
    "react-app-polyfill": "^1.0.6",
    "react-beautiful-dnd": "^13.0.0",
    "react-chartjs-2": "^2.9.0",
    "react-dom": "^16.13.1",
    "react-draft-wysiwyg": "^1.14.5",
    "react-dropzone": "^10.2.2",
    "react-helmet": "^5.2.1",
    "react-markdown": "^4.3.1",
    "react-modal-image": "^2.5.0",
    "react-perfect-scrollbar": "^1.5.8",
    "react-quill": "^1.3.5",
    "react-redux": "^7.2.0",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "react-scripts": "^4.0.3",
    "redux": "^4.0.5",
    "redux-devtools-extension": "^2.13.8",
    "redux-form": "^8.3.6",
    "redux-thunk": "^2.3.0",
    "styled-jsx": "3.3.0",
    "uuid": "^7.0.3",
    "yup": "^0.28.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-syntax-jsx": "7.10.4",
    "@babel/plugin-transform-runtime": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@types/react": "^16.9.49",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "babel-loader": "8.1.0",
    "babel-plugin-polished": "^1.1.0",
    "babel-plugin-syntax-class-properties": "^6.13.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-airbnb-typescript": "^7.2.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-mdx": "^1.7.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^2.5.1",
    "mdx-loader": "^3.0.2",
    "prettier": "^1.19.1",
    "typescript": "^4.0.3"
  },
  "gitHead": "9b56360ea76957c11c0561beebf8d5f7d727c6df"
}
