{
  "name": "maga-components",
  "version": "1.0.0-beta.56",
  "license": "MIT",
  "homepage": "https://maga-components.luizalabs.com",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist",
    "src/",
    "doczrc.js",
    "tsconfig.json",
    "package.json"
  ],
  "scripts": {
    "dev": "docz dev",
    "build:docz": "docz build",
    "build": "npm-run-all -s clean-build build:css copy-base-css copy-component-css copy-all-css copy-images build-ts",
    "clean-build": "rm -rf dist && rm -rf src/style",
    "copy-base-css": "cpx \"./src/**/*.css\" ./dist/",
    "copy-component-css": "cpx \"./src/components/**/*.css\" ./dist/components",
    "copy-all-css": "cpx \"./src/style/maga-components.css\" ./dist/style",
    "copy-images": "cpx \"./src/assets/**/*.{svg,png,jpg,gif}\" ./dist/assets",
    "build-ts": "tsc -p tsconfig.build.json --skipLibCheck",
    "build:css": "gulp"
  },
  "dependencies": {
    "@emotion/react": "^11.1.5",
    "@emotion/styled": "^11.1.5",
    "@kenshooui/react-multi-select": "^1.1.6",
    "clone-deep": "^4.0.1",
    "docz": "latest",
    "formsy-semantic-ui-react": "^2.1.0",
    "moment": "^2.29.1",
    "react": "^17.0.1",
    "react-avatar": "^3.10.0",
    "react-datepicker": "^3.5.0",
    "react-dom": "^17.0.1",
    "react-export-excel": "^0.5.3",
    "react-input-mask": "^2.0.4",
    "react-notify-toast": "^0.5.1",
    "react-picky": "^5.3.2",
    "react-table": "^6.11.5",
    "semantic-ui-calendar-react": "^0.15.3",
    "semantic-ui-css-magalu": "^2.4.15",
    "semantic-ui-react": "^2.0.3"
  },
  "devDependencies": {
    "@types/react": "^17.0.2",
    "@types/react-datepicker": "^3.1.5",
    "@types/react-dom": "^17.0.1",
    "@types/react-input-mask": "^3.0.0",
    "@types/react-notify-toast": "^0.5.2",
    "@types/react-table": "^6.8.5",
    "cpx": "^1.5.0",
    "gulp": "^4.0.2",
    "gulp-clean-css": "^4.3.0",
    "gulp-concat-css": "^3.1.0",
    "gulp-css-url-adjuster": "0.2.3",
    "npm-run-all": "^4.1.5",
    "typescript": "^4.3.5"
  }
}
