UNPKG

tb-react-live-chat-loader

Version:

Implement live chat in your react app without taking a performance hit.

76 lines (75 loc) 2.27 kB
{ "name": "tb-react-live-chat-loader", "version": "2.7.6", "description": "Implement live chat in your react app without taking a performance hit.", "main": "dist/index.js", "module": "module/index.js", "sideEffects": false, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint .", "build": "npm run lint && tsc --emitDeclarationOnly && npm run build:cjs && npm run build:module", "build:cjs": "BABEL_ENV=cjs babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline", "build:module": "BABEL_ENV=module babel src --out-dir module --extensions \".ts,.tsx\" --source-maps inline", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "dev": "tsc --noEmit --watch" }, "prettier": { "semi": false, "singleQuote": true }, "keywords": [ "performance", "react", "chat", "helpscout", "intercom", "drift", "chatwoot", "userlike", "facebook messenger", "messenger" ], "author": "calibreapp.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tburnam/tb-react-live-chat-loader.git" }, "peerDependencies": { "react": "^16.14.0 || ^17.0.0" }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/preset-env": "^7.13.10", "@babel/preset-react": "^7.12.13", "@babel/preset-typescript": "^7.13.0", "@storybook/addon-actions": "^5.1.9", "@storybook/addon-knobs": "^5.2.6", "@storybook/addon-links": "^5.1.9", "@storybook/addons": "^5.1.9", "@storybook/react": "^5.1.9", "@types/react": "^17.0.3", "@types/requestidlecallback": "^0.3.1", "@typescript-eslint/eslint-plugin": "^4.17.0", "@typescript-eslint/parser": "^4.17.0", "babel-plugin-module-resolver": "^4.1.0", "eslint": "^7.22.0", "eslint-loader": "^4.0.2", "eslint-plugin-react": "^7.22.0", "prettier": "1.19.1", "ts-loader": "^8.0.17", "typescript": "^4.2.3" }, "files": [ "dist/*", "module/*" ], "dependencies": { "npm-pack-all": "^1.12.7" } }