UNPKG

@xapp/chat-widget

Version:
123 lines (122 loc) 4.27 kB
{ "name": "@xapp/chat-widget", "version": "1.85.1", "description": "XAPP Chat Widget", "scripts": { "clean": "rm -rf ./dist/*", "lint": "eslint src/**/* --ext .ts,.tsx --fix --no-error-on-unmatched-pattern", "test": "jest", "prebuild": "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", "ws-test-server": "node ws-button-test-server.js" }, "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", "Chat", "Widget" ], "author": "XAPP AI", "license": "Apache-2.0", "bugs": { "url": "https://github.com/XappMedia/chat-widget/issues" }, "homepage": "https://github.com/XappMedia/chat-widget#readme", "devDependencies": { "@babel/core": "7.28.5", "@babel/preset-env": "^7.28.5", "@babel/preset-react": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@cfaester/enzyme-adapter-react-18": "0.8.0", "@reduxjs/toolkit": "2.11.2", "@rollup/plugin-commonjs": "26.0.3", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "15.3.1", "@simbathesailor/use-what-changed": "2.0.0", "@storybook/addon-actions": "8.6.15", "@storybook/addon-essentials": "8.6.14", "@storybook/addon-links": "8.6.15", "@storybook/react": "8.6.15", "@storybook/test": "8.6.15", "@testing-library/jest-dom": "6.9.1", "@types/babel__preset-env": "^7", "@types/enzyme": "3.10.19", "@types/jest": "27.5.2", "@types/react": "19.2.7", "@types/react-transition-group": "4.4.12", "@types/socket.io-client": "1.4.36", "@types/store": "2.0.5", "@types/ws": "8.18.1", "@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", "jest-environment-jsdom": "29.7.0", "prettier": "2.8.8", "react": "19.2.3", "react-dom": "19.2.3", "react-redux": "9.2.0", "rollup": "4.55.1", "rollup-plugin-inject-process-env": "1.3.1", "rollup-plugin-peer-deps-external": "2.2.4", "rollup-plugin-scss": "4.0.1", "rollup-plugin-terser": "7.0.2", "rollup-plugin-typescript2": "0.36.0", "sass": "1.97.1", "sass-loader": "10.5.2", "stentor-models": "1.68.6", "storybook": "8.6.15", "ts-jest": "29.4.6", "typescript": "5.9.3", "ws": "8.19.0" }, "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": { "@cfaester/enzyme-adapter-react-18": "0.8.0", "@rollup/plugin-replace": "5.0.7", "@xapp/chat-widget-core": "1.85.0", "@xapp/stentor-chat-widget": "1.85.1", "date-fns": "2.30.0", "react-transition-group": "4.4.5", "socket.io-client": "4.8.3", "store": "2.0.12", "tslib": "2.8.1" }, "gitHead": "5c99ab44e56acebb675aede84a8cc5a42a37f051" }