{
  "name": "ed-widget",
  "description": "A flexible and lightweight EasyDesk chat widget for React apps and websites. Supports both React integration and CDN-based embedding for fast, real-time customer support.",
  "version": "1.56.9",
  "private": false,
  "author": "Gain Solutions AS",
  "license": "MIT",
  "main": "npm/ed-widget.js",
  "files": [
    "dist",
    "npm",
    "README.md"
  ],
  "scripts": {
    "predev": "npm run lint",
    "dev": "next dev",
    "prebuild": "npm run lint",
    "build": "next build",
    "build:cdn": "vite build --config cdn.config.js",
    "build:npm": "vite build --config npm.config.js --outDir npm",
    "start": "next start",
    "lint": "next lint",
    "prepare": "husky",
    "pre-commit": "lint-staged --allow-empty"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "devDependencies": {
    "@ant-design/cssinjs": "1.24.0",
    "@apollo/client": "^4.0.7",
    "@imgix/js-core": "^3.8.0",
    "@rollup/plugin-graphql": "^2.0.5",
    "@vitejs/plugin-react-swc": "^3.8.1",
    "@xstate/react": "^6.0.0",
    "antd": "^5.18.0",
    "autoprefixer": "^10.4.19",
    "axios": "^1.7.2",
    "clsx": "^2.1.1",
    "dayjs": "^1.11.13",
    "dompurify": "^3.3.1",
    "eslint": "^8.56.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-next": "^14.1.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.2",
    "eslint-plugin-react-hooks": "^4.6.2",
    "graphql": "^16.11.0",
    "graphql-tag": "^2.12.6",
    "graphql-ws": "^5.16.0",
    "handlebars": "^4.7.8",
    "html-react-parser": "^5.1.10",
    "husky": "9.1.7",
    "i18next": "^23.11.5",
    "i18next-browser-languagedetector": "^8.0.0",
    "i18next-resources-to-backend": "^1.2.1",
    "js-cookie": "^3.0.5",
    "jwt-decode": "^4.0.0",
    "lint-staged": "^16.2.7",
    "lodash": "^4.17.21",
    "next": "15.1.11",
    "postcss": "^8.4.38",
    "prettier": "^3.3.1",
    "react": "^18.0.0",
    "react-cookie": "^7.1.4",
    "react-dom": "^18.0.0",
    "react-feather": "^2.0.10",
    "react-i18next": "^14.1.2",
    "react-infinite-scroll-component": "^6.1.0",
    "react-toastify": "^11.0.3",
    "tailwindcss": "^3.4.4",
    "uid": "^2.0.2",
    "vite": "^6.2.5",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "xstate": "^5.26.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/GainHQ/EasyDesk.Frontend.App.Widget.git"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,mjs,cjs,css,scss,json,html,graphql}": [
      "prettier --write"
    ]
  }
}
