UNPKG

@ibm-watson/assistant-web-chat-react

Version:
92 lines (91 loc) 2.68 kB
{ "name": "@ibm-watson/assistant-web-chat-react", "version": "2.0.1", "description": "A provider to inject web chat into your React application.", "license": "MIT", "repository": "watson-developer-cloud/assistant-web-chat-react", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/entry.d.ts", "engines": { "node": ">=14", "npm": ">=6" }, "scripts": { "build": "rollup -c", "lint": "eslint 'src/**/*.{js,ts,tsx}'", "lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix", "pre-commit": "lint-staged", "prepare": "husky install", "start": "rollup -c -w", "semantic-release": "semantic-release", "test": "jest" }, "dependencies": { "compare-versions": "^6.1.1" }, "peerDependencies": { "react": ">= 16.8.0", "react-dom": ">= 16.8.0" }, "devDependencies": { "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", "@rollup/plugin-node-resolve": "^15.2.3", "@semantic-release/changelog": "^6.0.1", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.5", "@semantic-release/release-notes-generator": "^10.0.3", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", "@types/deep-freeze": "^0.1.2", "@types/jest": "^26.0.24", "@types/proper-url-join": "^2.1.1", "@types/react": "^16.14.17", "@types/react-dom": "^16.9.14", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "deep-freeze": "^0.0.1", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.7.0", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.1", "husky": "^7.0.0", "jest": "^26.6.3", "lint-staged": "^12.0.2", "prettier": "^3.3.2", "react": "^16.12.0", "react-dom": "^16.12.0", "rollup": "^2.79.0", "rollup-plugin-typescript2": "^0.34.0", "semantic-release": "^18.0.0", "ts-jest": "^26.5.6", "typescript": "^4.3.5", "unfetch": "^4.2.0" }, "files": [ "dist" ], "keywords": [ "ibm", "watson", "IBM watsonx Assistant", "web chat", "chat", "react" ], "publishConfig": { "access": "public" } }