UNPKG

intercom-react

Version:
100 lines (99 loc) 3.41 kB
{ "name": "intercom-react", "version": "1.0.0-alpha.6", "description": "An Intercom component for React.", "repository": { "type": "git", "url": "https://github.com/kvendrik/intercom-react.git" }, "keywords": ["intercom", "react", "live", "chat", "support"], "main": "build/index.js", "module": "build/index.es.js", "types": "build/types/index.d.ts", "author": "Koen Vendrik <k.vendrik@gmail.com>", "license": "MIT", "scripts": { "playground": "webpack-dev-server --hot --inline --config ./playground/webpack.config.js", "lint": "yarn lint:ts && yarn lint:tslint && yarn lint:eslint", "lint:ts": "tsc --noEmit", "lint:eslint": "eslint src --ext .tsx --ext .ts && eslint playground --ext .tsx --ext .ts", "lint:tslint": "tslint -c tslint.json --project tsconfig.json 'src/**/*.ts' 'src/**/*.tsx' --exclude 'src/**/*.d.ts' && tslint -c tslint.json --project tsconfig.json 'playground/**/*.ts' 'playground/**/*.tsx' --exclude 'playground/**/*.d.ts'", "test": "jest", "test:bundle": "yarn build && bundlesize", "test:debug": "jest", "test:coverage": "yarn test --coverage", "test:coveralls": "yarn test --coverage --coverageReporters=text-lcov | coveralls", "test:ci": "yarn lint && yarn test && yarn test:coveralls && yarn test:bundle", "build": "yarn clean && rollup -c && mv build/src build/types", "clean": "rm -rf build" }, "bundlesize": [ { "path": "build/index.js", "maxSize": "4 kB" } ], "devDependencies": { "@shopify/enzyme-utilities": "^1.1.4", "@types/enzyme": "^3.1.9", "@types/jest": "^22.2.3", "@types/react": "^16.3.11", "@types/react-dom": "^16.0.5", "autoprefixer": "^8.3.0", "awesome-typescript-loader": "^5.0.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "bundlesize": "^0.17.0", "coveralls": "^3.0.1", "css-loader": "^0.28.11", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.7.0", "file-loader": "^1.1.11", "glob": "^7.1.3", "html-webpack-plugin": "^3.2.0", "identity-obj-proxy": "^3.0.0", "jest": "^22.4.3", "node-sass": "^4.9.4", "postcss-loader": "^2.1.4", "precss": "^3.1.2", "prettier": "^1.12.1", "rollup": "^0.66.6", "rollup-plugin-postcss": "^1.6.2", "rollup-plugin-typescript2": "^0.17.2", "sass-loader": "^7.0.1", "style-loader": "^0.20.3", "ts-jest": "^22.4.6", "tslint": "^5.9.1", "tslint-react": "^3.5.1", "typescript": "^2.8.1", "typescript-eslint-parser": "^15.0.0", "webpack": "^4.6.0", "webpack-cli": "^2.0.14", "webpack-dev-server": "^3.1.3" }, "dependencies": { "lodash-decorators": "^6.0.0", "react": "^16.3.2", "react-dom": "^16.3.2" } }