Repository URL to install this package:
|
Version:
1.5.3 ▾
|
@doodle/intercom-connector
/
package.json
|
|---|
{
"name": "@doodle/intercom-connector",
"version": "1.5.3",
"description": "redux state connector for Intercom",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production gulp build",
"start": "NODE_ENV=development gulp watch",
"lint": "eslint *.js"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"eslint": "4.8.0",
"eslint-config-airbnb": "15.1.0",
"eslint-config-prettier": "2.6.0",
"eslint-plugin-html": "3.2.2",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-prettier": "2.3.1",
"eslint-plugin-react": "7.4.0",
"gulp": "4.0.0",
"gulp-bump": "3.0.0",
"gulp-concat": "2.6.1",
"gulp-copy": "1.0.1",
"gulp-postcss": "7.0.1",
"gulp-rimraf": "0.2.1",
"gulp-run-command": "0.0.9",
"prettier": "^1.11.1",
"prettier-eslint": "^8.8.1",
"yargs": "10.0.3"
},
"dependencies": {
"@doodle/tagmanager": "1.4.3",
"@doodle/users-api-connector": "2.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-saga": "^1.1.1"
},
"main": "index.js",
"publishConfig": {
"registry": "https://npm-proxy.fury.io/mfsTqYdDz3bsKFQJuMAR/tmf/"
}
}