{
    "name": "@xapp/form-widget",
    "version": "1.110.8",
    "description": "Form Widget",
    "scripts": {
        "clean": "rm -rf ./lib/* && rm -rf ./dist/*",
        "lint": "eslint src/**/* --ext .ts,.tsx --fix --no-error-on-unmatched-pattern",
        "test": "jest",
        "types": "tsc",
        "build": "rollup -c --bundleConfigAsCjs",
        "start": "rollup -c -w && npm run prettier-watch",
        "prepare": "npm run build",
        "prettier-watch": "onchange 'src/**/*' -- prettier --write {{changed}}",
        "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider  storybook dev -p 6006",
        "storybook:build": "storybook build"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/XappMedia/chat-widget.git"
    },
    "main": "dist/index.js",
    "module": "dist/index.es.js",
    "jsnext:main": "dist/index.es.js",
    "engines": {
        "node": ">=8",
        "npm": ">=5"
    },
    "typings": "dist/index",
    "keywords": [
        "XAPP",
        "Form",
        "Widget"
    ],
    "author": "XAPP AI",
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "bugs": {
        "url": "https://github.com/XappMedia/chat-widget/issues"
    },
    "homepage": "https://github.com/XappMedia/chat-widget#readme",
    "devDependencies": {
        "@babel/core": "7.29.7",
        "@babel/preset-env": "7.29.7",
        "@babel/preset-react": "7.29.7",
        "@babel/preset-typescript": "7.29.7",
        "@cfaester/enzyme-adapter-react-18": "0.8.0",
        "@chromatic-com/storybook": "1.9.0",
        "@rollup/plugin-commonjs": "26.0.3",
        "@rollup/plugin-node-resolve": "15.3.1",
        "@rollup/plugin-replace": "5.0.7",
        "@storybook/addon-actions": "8.6.18",
        "@storybook/addon-essentials": "8.6.18",
        "@storybook/addon-links": "8.6.18",
        "@storybook/react": "8.6.18",
        "@storybook/react-webpack5": "8.6.18",
        "@testing-library/react": "14.3.1",
        "@types/enzyme": "3.10.19",
        "@types/jest": "27.5.2",
        "@types/react": "19.2.14",
        "@types/socket.io-client": "1.4.36",
        "@types/store": "2.0.5",
        "@typescript-eslint/eslint-plugin": "6.21.0",
        "@typescript-eslint/parser": "6.21.0",
        "babel-eslint": "10.1.0",
        "babel-jest": "27.5.1",
        "babel-loader": "8.4.1",
        "cross-env": "7.0.3",
        "enzyme": "3.11.0",
        "eslint": "8.57.1",
        "eslint-config-prettier": "9.1.2",
        "eslint-config-react-app": "7.0.1",
        "eslint-plugin-flowtype": "8.0.3",
        "eslint-plugin-import": "2.32.0",
        "eslint-plugin-jsx-a11y": "6.10.2",
        "eslint-plugin-react": "7.37.5",
        "eslint-plugin-react-hooks": "7.0.1",
        "jest": "29.7.0",
        "postcss-loader": "6.2.1",
        "postcss-modules": "6.0.1",
        "prettier": "2.8.8",
        "rollup": "4.63.4",
        "rollup-plugin-filesize": "10.0.0",
        "rollup-plugin-inject-process-env": "1.3.1",
        "rollup-plugin-peer-deps-external": "2.2.4",
        "rollup-plugin-postcss": "4.0.2",
        "rollup-plugin-replace": "2.2.0",
        "rollup-plugin-scss": "4.0.1",
        "rollup-plugin-terser": "7.0.2",
        "rollup-plugin-typescript2": "0.37.0",
        "rollup-plugin-visualizer": "5.14.0",
        "sass": "1.104.1",
        "sass-loader": "10.5.2",
        "stentor-models": "1.79.0",
        "storybook": "8.6.18",
        "ts-jest": "29.4.12",
        "typescript": "5.9.3"
    },
    "files": [
        "dist"
    ],
    "peerDependencies": {
        "react": "^18.0.0 || ^19.0.0",
        "react-dom": "^18.0.0 || ^19.0.0",
        "react-redux": "^9.0.0",
        "stentor-models": "^1.0.0"
    },
    "dependencies": {
        "@emotion/react": "11.14.0",
        "@emotion/styled": "11.14.1",
        "@mui/icons-material": "7.3.11",
        "@mui/material": "7.3.11",
        "@mui/x-date-pickers": "7.29.4",
        "@xapp/chat-widget-core": "1.97.0",
        "@xapp/stentor-form-widget-channel": "1.101.5",
        "autosuggest-highlight": "3.3.4",
        "dayjs": "1.11.23",
        "stentor-guards": "1.74.5",
        "tslib": "2.8.1"
    },
    "gitHead": "488151c23d71460d3a22522a4a3b99bcef1c1c85"
}
