{
  "name": "birattest1",
  "version": "0.0.4",
  "description": "The React library for Chatbot UI",
    "main": "lib/index.js",
  "module": "es/index.js",
  "browser": "dist/index.js",
  "style": "dist/index.css",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf dist es lib",
    "prebuild": "npm run clean",
    "prefix": "cross-env NODE_ENV=production postcss dist/index.css -o dist/index.css",
    "copy:less": "copyfiles -u 1 src/**/*.less src/**/**/*.less es",
    "js:cjs": "cross-env BABEL_ENV=cjs babel src -d lib --extensions '.ts,.tsx'",
    "js:esm": "cross-env BABEL_ENV=esm babel src -d es --extensions '.ts,.tsx'",
    "build:types": "tsc -p tsconfig.build.json",
    "build2": "npm run js:cjs && npm run js:esm && npm run build:types",
    "build:css": "lessc src/styles/index.less dist/index.css && npm run prefix && npm run copy:less",
    "build:umd": "cross-env BABEL_ENV=umd rollup -c && npm run build:css",
    "copy-jscss": "copyfiles -u 1 src/**/*.{json,css,png,svg,jpg,jpeg,gif,ico} es/",
   "copy-libcss": "copyfiles -u 1 src/**/*.{json,css,png,svg,jpg,jpeg,gif,ico} lib/",
    "prepublishOnly2": "npm run build2 && npm run copy-jscss && npm run copy-libcss",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepare": "husky install",
    "build": "npm run clean && npm run prepublishOnly2",
    "dev2": "nodemon --watch src --ext ts,tsx,css --exec \"npm run build\"",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "publish-package": "npm publish --access public"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.3",
    "@babel/runtime-corejs3": "^7.18.3",
    "@emotion/react": "^11.11.4",
    "@emotion/styled": "^11.11.5",
    "@magicbell/magicbell-react": "^8.5.3",
    "@material-ui/core": "^4.12.4",
    "@mui/base": "5.0.0-beta.39",
    "@mui/icons-material": "^5.15.15",
    "@mui/material": "^5.15.15",
    "@mui/system": "^5.15.13",
    "@next/bundle-analyzer": "^13.3.0",
    "@samagra-x/stencil-chatui": "*",
    "@samagra-x/stencil-config-manager": "*",
    "@samagra-x/stencil-hooks": "*",
    "@samagra-x/stencil-provider": "*",
    "@samagra-x/xmessage": "^1.1.0",
    "@storybook/react": "^8.1.4",
    "@storybook/test": "^8.1.4",
    "@testing-library/jest-dom": "^5.16.2",
    "@testing-library/react": "^10.4.9",
    "@testing-library/user-event": "^12.8.3",
    "@types/jest": "^25.2.3",
    "@types/lodash": "^4.17.0",
    "axios": "^1.3.5",
    "bootstrap": "^5.1.3",
    "clsx": "^1.1.1",
    "core-js": "^3.23.1",
    "cross-env": "^7.0.3",
    "dompurify": "^2.3.8",
    "flagsmith": "^3.18.3",
    "framer-motion": "^6.3.15",
    "immer": "^10.0.4",
    "inferno": "^8.2.3",
    "intersection-observer": "^0.12.2",
    "json-to-table": "^4.2.1",
    "jsonwebtoken": "^8.5.1",
    "jwks-rsa": "^3.0.1",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "next": "^14.1.1",
    "next-pwa": "^5.6.0",
    "react": "^18.2.0",
    "react-alert": "^7.0.3",
    "react-alert-template-basic": "^1.0.2",
    "react-bootstrap": "^2.4.0",
    "react-cookie": "^4.1.1",
    "react-dom": "^18.2.0",
    "react-draggable": "^4.4.6",
    "react-hot-toast": "^2.4.0",
    "react-intl": "^6.3.2",
    "react-router-dom": "^6.3.0",
    "react-scripts": "5.0.0",
    "typescript": "^4.9.3",
    "web-vitals": "^2.1.4"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.18.5",
    "@babel/plugin-proposal-class-properties": "^7.17.12",
    "@babel/plugin-transform-runtime": "^7.18.5",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-react": "^7.17.12",
    "@babel/preset-typescript": "^7.17.12",
    "@chromatic-com/storybook": "1.5.0",
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@cypress/react": "^5.12.5",
    "@cypress/webpack-dev-server": "^1.8.4",
    "@next/eslint-plugin-next": "^14.1.1",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@storybook/addon-essentials": "^8.1.6",
    "@storybook/addon-interactions": "^8.1.6",
    "@storybook/addon-links": "^8.1.6",
    "@storybook/addon-onboarding": "^8.1.6",
    "@storybook/blocks": "^8.1.6",
    "@storybook/nextjs": "^8.1.6",
    "@swc/core": "^1.5.7",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^12.1.5",
    "@turbo/gen": "^1.12.4",
    "@types/dompurify": "^2.3.3",
    "@types/eslint": "^8.56.5",
    "@types/jest": "^28.1.1",
    "@types/jsonwebtoken": "^9.0.6",
    "@types/node": "^20.11.24",
    "@types/react": "^18.2.61",
    "@types/react-alert": "^7.0.2",
    "@types/react-dom": "^18.2.19",
    "@types/resize-observer-browser": "^0.1.7",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "autoprefixer": "^10.4.19",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "cssnano": "^5.1.11",
    "cypress": "^9.7.0",
    "dotenv-cli": "^7.2.1",
    "eslint": "^8.57.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-next": "12.1.6",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-compat": "^4.0.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^0.8.0",
    "husky": "^9.0.11",
    "jest": "^28.1.1",
    "less": "^4.1.3",
    "nodemon": "^3.1.3",
    "postcss": "^8.4.38",
    "postcss-cli": "^11.0.0",
    "postcss-pxtorem": "^6.0.0",
    "prettier": "^2.5.1",
    "react": "^18.2.0",
    "react-dom": "17.0.2",
    "rimraf": "^5.0.7",
    "rollup": "^2.75.6",
    "rollup-plugin-terser": "^7.0.2",
    "storybook": "^8.1.6",
    "ts-jest": "^28.0.5",
    "tsup": "^8.0.2",
    "typescript": "^5.3.3",
    "webpack": "^5.69.1",
    "webpack-dev-server": "^4.9.0"
  },
  "browserslist": [
    ">0.2%",
    "Android >= 4.4",
    "not dead",
    "not op_mini all"
  ],
  "keywords": [
    "react",
    "react-component",
    "chat",
    "chat-ui"
  ],
  "homepage": "",
  "bugs": {
    "url": "https://github.com/Samagra-Development/ChatUI/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Samagra-Development/ChatUI"
  },
  "author": "samagraX",
  "license": "MIT"
}
