{
  "name": "@hotglue/widget",
  "version": "1.5.23",
  "description": "React elements to embed hotglue integrations into your web-app.",
  "author": "hotglue",
  "repository": "",
  "main": "dist/main.js",
  "module": "dist/main.esm.js",
  "license": "MIT",
  "source": "src/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "dist/types"
  ],
  "scripts": {
    "dev": "node scripts/dev.mjs",
    "dev:react-library": "vite build -w --config vite-react.config.mjs",
    "dev:iife-library": "vite --config vite-iife.config.mjs ",
    "build": "npm run build:react-library && npm run build:iife-library",
    "build:react-library": "vite build --config vite-react.config.mjs",
    "build:iife-library": "vite build --config vite-iife.config.mjs",
    "prepare": "cd ../ && husky install ./widget/.husky && chmod +x ./widget/scripts/dev.mjs"
  },
  "serve": {
    "content": [
      "./dist",
      "./public"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.18.2",
    "@babel/eslint-parser": "^7.18.2",
    "@babel/plugin-syntax-jsx": "^7.17.12",
    "@babel/plugin-transform-runtime": "^7.26.10",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-react": "^7.26.3",
    "@babel/runtime": "^7.26.0",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-image": "^3.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-replace": "^6.0.2",
    "@svgr/webpack": "^6.2.1",
    "@vitejs/plugin-react": "^4.4.1",
    "autoprefixer": "^10.4.7",
    "babel-loader": "^8.2.5",
    "babel-plugin-import": "^1.13.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-transform-imports": "^2.0.0",
    "chalk": "^5.4.1",
    "clean-webpack-plugin": "^0.1.19",
    "css-loader": "^6.7.1",
    "cssimportant-loader": "^0.4.0",
    "eslint": "^8.50.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^9.0.0",
    "eslint-import-resolver-webpack": "^0.10.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^8.0.3",
    "inquirer": "^12.6.0",
    "javascript-obfuscator": "^4.0.0",
    "lint-staged": "^15.5.1",
    "mini-css-extract-plugin": "^2.6.0",
    "ora": "^8.2.0",
    "postcss": "^8.4.13",
    "postcss-loader": "^6.2.1",
    "prettier": "^3.0.3",
    "process": "^0.11.10",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-refresh": "^0.13.0",
    "redux-mock-store": "^1.5.4",
    "rollup": "^4.34.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "sass-loader": "^12.6.0",
    "serve": "^14.2.4",
    "style-loader": "^0.21.0",
    "url-loader": "^3.0.0",
    "vite": "^6.3.3",
    "vite-plugin-dts": "^4.5.3",
    "wait-on": "^8.0.3",
    "webpack": "^5.97.1",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.8.1",
    "webpack-obfuscator": "^3.5.1"
  },
  "dependencies": {
    "@date-io/moment": "^1.3.13",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@hotglue/common": "^1.0.4",
    "@mui/icons-material": "^6.4.0",
    "@mui/material": "^6.4.0",
    "@mui/x-date-pickers": "^7.23.6",
    "classnames": "^2.3.1",
    "cron-builder": "^0.3.0",
    "cron-parser": "^2.13.0",
    "crypto-js": "^4.2.0",
    "date-fns": "^2.28.0",
    "dayjs": "^1.11.11",
    "formik": "^2.2.9",
    "markdown-to-jsx": "^7.1.3",
    "moment": "^2.29.3",
    "moment-mini": "^2.24.0",
    "moment-timezone": "^0.5.27",
    "purgecss-webpack-plugin": "^4.0.3",
    "react-google-button": "^0.7.2",
    "react-redux": "^9.2.0",
    "react-virtualized-auto-sizer": "^1.0.6",
    "react-window": "^1.8.6",
    "redux": "^5.0.1",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^3.1.0",
    "regenerator-runtime": "^0.13.9",
    "reselect": "^5.1.1",
    "shortid": "^2.2.15",
    "sweetalert": "^2.1.2",
    "webfontloader": "^1.6.28"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "config": {
    "environment": "prod",
    "backend": "prod",
    "redux-logger": false
  }
}
