{
  "name": "@antscorp/calendar-table",
  "version": "0.0.79-beta.28",
  "description": "ANTS charts components",
  "main": "build/main.js",
  "types": "build/index.d.ts",
  "scripts": {
    "start": "webpack-dev-server --mode development --open && watch:css",
    "sandbox": "webpack --config webpack.sandbox.js && watch:css",
    "build": "webpack --config webpack.build.js",
    "test": "jest --config=jest.config.json",
    "build:css": "postcss src/assets/css/tailwind.scss -o assets/scss/styles.scss",
    "watch:css": "postcss src/assets/css/tailwind.scss -o assets/scss/styles.scss"
  },
  "author": "dotuan9x",
  "license": "ISC",
  "devDependencies": {
    "@antscorp/document": "0.0.35",
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "7.6.2",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-async-to-generator": "^7.8.3",
    "@babel/plugin-transform-classes": "7.7.0",
    "@babel/plugin-transform-runtime": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-react": "^7.9.4",
    "@babel/preset-typescript": "^7.10.4",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^10.3.0",
    "@types/classnames": "^2.2.10",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.11.2",
    "@types/react": "^16.9.49",
    "@types/react-router-dom": "^5.1.5",
    "@types/react-transition-group": "^4.4.0",
    "@types/styled-components": "^5.1.3",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-import": "^1.13.0",
    "clean-webpack-plugin": "^1.0.1",
    "css-loader": "^2.1.1",
    "dotenv": "^8.2.0",
    "eslint": "^6.8.0",
    "eslint-plugin-react": "^7.19.0",
    "file-loader": "4.2.0",
    "html-webpack-plugin": "^3.2.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.1.0",
    "mini-css-extract-plugin": "^0.9.0",
    "moment-timezone": "^0.5.31",
    "postcss-url": "^8.0.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-loadable": "^5.5.0",
    "react-router": "5.1.0",
    "react-router-dom": "5.1.0",
    "resize-observer-polyfill": "^1.5.1",
    "rollup": "^2.28.1",
    "rollup-plugin-alias": "^2.2.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^3.1.8",
    "rollup-plugin-typescript2": "^0.27.2",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "style-loader": "^0.23.0",
    "terser-webpack-plugin": "^3.1.0",
    "ts-jest": "^26.4.1",
    "ts-loader": "^8.0.4",
    "typescript": "^4.0.3",
    "typescript-plugin-css-modules": "^2.7.0",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.0"
  },
  "dependencies": {
    "@antscorp/icons": "^0.26.21",
    "@babel/polyfill": "^7.8.7",
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.5.2",
    "@mui/material": "^5.5.2",
    "@popperjs/core": "^2.6.0",
    "autoprefixer": "^10.4.4",
    "axios": "^0.26.1",
    "canvas": "^2.6.1",
    "classnames": "^2.3.1",
    "d3": "^6.2.0",
    "d3-dispatch": "^2.0.0",
    "immer": "^9.0.12",
    "localforage": "^1.9.0",
    "lodash": "^4.17.21",
    "moment": "^2.24.0",
    "postcss": "^8.4.12",
    "prop-types": "^15.7.1",
    "react-beautiful-dnd": "^13.1.0",
    "react-day-picker": "7.4.8",
    "react-fast-compare": "^3.2.0",
    "react-loadable": "^5.5.0",
    "react-number-format": "^4.9.1",
    "react-popper": "^2.2.4",
    "react-transition-group": "^4.4.1",
    "react-virtualized": "^9.21.2",
    "reactstrap": "^8.4.1",
    "recharts": "^1.8.5",
    "styled-components": "^5.2.0",
    "tailwindcss": "^3.0.23",
    "uniqid": "^5.4.0",
    "use-immer": "^0.6.0"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  }
}
