{
  "name": "@bisual/vilibets-uikit",
  "version": "1.2.7",
  "description": "Librería y documentación de componentes.",
  "homepage": "https://github.com/Vilibets/vilibets_components#readme",
  "bugs": {
    "url": "https://github.com/Vilibets/vilibets_components/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vilibets/vilibets_components.git"
  },
  "license": "ISC",
  "author": "Bisual",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@emotion/react": "^11.9.3",
    "@emotion/styled": "^11.9.3",
    "@fontsource/inter": "^4.5.10",
    "@mui/material": "^5.8.4",
    "@stripe/react-stripe-js": "^1.9.0",
    "@stripe/stripe-js": "^1.32.0",
    "@tailwindcss/line-clamp": "^0.4.0",
    "@testing-library/jest-dom": "5.16.4",
    "@testing-library/react": "13.2.0",
    "@testing-library/user-event": "13.5.0",
    "@theme-toggles/react": "^4.1.0",
    "apexcharts": "^3.35.3",
    "autoprefixer": "10.4.7",
    "dropzone": "^6.0.0-beta.2",
    "hamburger-react": "^2.4.1",
    "html-react-parser": "^1.4.12",
    "jquery": "^3.6.0",
    "mathjs": "^11.6.0",
    "matrix-inverse": "^2.0.0",
    "moment": "^2.29.4",
    "postcss": "8.4.13",
    "react": "^18.1.0",
    "react-apexcharts": "^1.4.0",
    "react-datepicker": "^4.8.0",
    "react-dom": "^18.1.0",
    "react-dropzone": "^14.2.2",
    "react-helmet": "^6.1.0",
    "react-ios-switch": "^0.1.19",
    "react-moment": "^1.1.2",
    "react-router-dom": "^6.3.0",
    "react-scripts": "^5.0.1",
    "react-table": "^7.8.0",
    "tailwindcss": "^3.0.24",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "storybook": "start-storybook -p 6006 -s public",
    "build-storybook": "build-storybook -s public",
    "generate-icons": "svgr --config-file '.svgrrc.json' -d src/atoms/Icons src/assets/icons/",
    "generate-assets": "svgr --config-file '.svgrrc2.json' -d src/atoms/imgs src/assets/imgs/",
    "generate-flags": "svgr -d src/atoms/Flags src/assets/flags/",
    "fix": "eslint --fix --ext .js,.jsx src/",
    "build-babel": "cross-env BABEL_ENV=production babel src -d dist --ignore '**/*.stories.jsx'"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "overrides": [
      {
        "files": [
          "**/*.stories.*"
        ],
        "rules": {
          "import/no-anonymous-default-export": "off"
        }
      }
    ]
  },
  "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.17.10",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-react": "^7.16.7",
    "@storybook/addon-actions": "^6.5.8",
    "@storybook/addon-essentials": "^6.5.8",
    "@storybook/addon-interactions": "^6.5.8",
    "@storybook/addon-links": "^6.5.8",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/builder-webpack5": "^6.5.8",
    "@storybook/manager-webpack5": "^6.5.8",
    "@storybook/node-logger": "^6.5.8",
    "@storybook/preset-create-react-app": "^4.1.2",
    "@storybook/react": "^6.5.8",
    "@storybook/testing-library": "^0.0.11",
    "@svgr/cli": "^6.2.1",
    "autoprefixer": "10.4.7",
    "babel-cli": "^6.26.0",
    "babel-plugin-require-context-hook": "^1.0.0",
    "babel-plugin-styled-components": "^2.0.7",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "cross-env": "^7.0.3",
    "eslint": "^8.15.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.0",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.29.4",
    "postcss-loader": "6.2.1",
    "prettier": "2.6.2",
    "react-toastify": "^9.0.2",
    "tailwindcss": "^3.0.24",
    "webpack": "5.72.0"
  },
  "peerDependencies": {
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-scripts": "^5.0.1"
  }
}
