UNPKG

@goranefbl/react-zendesk-chat

Version:
50 lines (49 loc) 1.45 kB
{ "name": "@goranefbl/react-zendesk-chat", "version": "1.1.1", "description": "Zendesk Chat as a React Component", "main": "build/index.js", "scripts": { "start": "webpack --watch", "build": "webpack" }, "repository": { "type": "git", "url": "https://github.com/goranefbl/react-zendesk-chat.git" }, "keywords": [ "zendesk", "zendesk", "chat", "react" ], "author": "Goran Jakovljevic", "license": "MIT", "dependencies": { "prop-types": "^15.6.2", "react": "^16.7.0", "react-dom": "^16.7.0", "webpack": "^4.28.4" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.2.3", "@babel/preset-env": "^7.2.3", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.2.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "babel-plugin-transform-react-jsx": "^6.24.1", "eslint": "^5.11.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^3.3.0", "eslint-loader": "^2.1.1", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react": "^7.11.1", "prettier": "^1.15.3", "webpack-cli": "^3.2.1" } }