UNPKG

react-zendesk

Version:

A component enable Zendesk in your React application

39 lines (38 loc) 1.1 kB
{ "name": "react-zendesk", "version": "0.1.13", "description": "A component enable Zendesk in your React application", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "babel --presets @babel/preset-env,@babel/preset-react --plugins @babel/plugin-proposal-function-bind -d lib/ src/", "prepublishOnly": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/B3nnyL/react-zendesk.git" }, "keywords": [ "zendesk", "react", "embeded" ], "author": "Shuying Lin <ciao@sylin.me>", "license": "MIT", "bugs": { "url": "https://github.com/B3nnyL/react-zendesk/issues" }, "homepage": "https://github.com/B3nnyL/react-zendesk#readme", "dependencies": { "prop-types": "^15.7.2" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-proposal-function-bind": "^7.8.3", "@babel/preset-env": "^7.9.5", "@babel/preset-react": "^7.9.4", "eslint": "^6.8.0", "eslint-plugin-react": "^7.19.0" } }