{
  "name": "@collab-ui/react",
  "version": "15.1.1",
  "description": "Cisco Collab UI framework for ReactJs applications",
  "author": "Cisco Systems, Inc.",
  "contributors": [
    "Paul Jeter <pauljeter@gmail.com>",
    "Ben Biggs <bebiggs@cisco.com>"
  ],
  "homepage": "http://momentum.design",
  "bugs": {
    "url": "https://github.com/collab-ui/collab-ui/issues"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "keywords": [
    "Cisco",
    "Cisco Spark",
    "Collab UI",
    "ReactJS",
    "Spark UI",
    "Webex",
    "Webex Teams"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/collab-ui/collab-ui.git"
  },
  "scripts": {
    "build": "run-s build:base",
    "build:docs": "run-s build:base build:app open:dist",
    "build:base": "run-s copy:examples build:lib",
    "build:CI": "run-s build:base copy:CI",
    "build:app": "node ./tools/website/build.js",
    "build:lib": "node ./tools/lib/build.js",
    "ci:postpublish": "node ../tools/postpublish.js",
    "clean-dist": "yarn remove-dist && mkdir dist bundles lib",
    "copy:CI": "cp ./src/app/_redirects ./dist/",
    "copy:examples": "node ./tools/copyExamples.js",
    "lint": "esw **/webpack.config.* src config --color",
    "lint:watch": "yarn lint --watch",
    "open:cover": "yarn test:cover && opn ./coverage/lcov-report/index.html",
    "open:dist": "node config/distServer.js",
    "open:src": "node config/srcServer.js",
    "prebuild": "yarn clean-dist && yarn lint && yarn test",
    "prepublishOnly": "yarn build",
    "prestart": "run-s start-message",
    "remove-dist": "rimraf ./dist ./bundles ./lib",
    "start": "run-p test:watch open:src lint:watch",
    "start-message": "node config/startMessage.js",
    "test": "jest",
    "test:CI": "jest --maxWorkers=2 --bail",
    "test:cover": "yarn test --coverage ",
    "test:cover:CI": "yarn test:CI --coverage && cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
    "test:watch": "yarn test --watch",
    "watch:lib": "npm-watch build:lib"
  },
  "watch": {
    "build:lib": "src/lib/**/*.js"
  },
  "peerDependencies": {
    "react": ">=16.6.0",
    "react-dom": ">=16.6.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@collab-ui/core": "^13.1.1",
    "@collab-ui/icons": "^4.20.0",
    "@collab-ui/utils": "^5.1.0",
    "dom-helpers": "^3.4.0",
    "lodash": "^4.17.11",
    "moment": "^2.22.0",
    "object-assign": "4.1.1",
    "react-aria-modal": "^2.11.1",
    "react-context-toolbox": "^2.0.2",
    "react-uid": "^2.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-transform-react-constant-elements": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-stage-0": "^7.0.0",
    "@percy/cypress": "^0.2.3",
    "autoprefixer": "^7.2.4",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-polyfill": "6.26.0",
    "browser-sync": "2.23.5",
    "chalk": "^2.3.0",
    "child-process-promise": "^2.2.1",
    "ciscospark": "^1.32.19",
    "connect-history-api-fallback": "^1.4.0",
    "coveralls": "^3.0.1",
    "css-loader": "0.28.8",
    "cypress": "^3.1.5",
    "enzyme": "^3.8.0",
    "enzyme-adapter-react-16": "^1.7.1",
    "eslint": "^5.11.1",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-plugin-cypress": "^2.2.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "7.12.2",
    "eslint-watch": "^4.0.2",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.6",
    "fs-extra": "^5.0.0",
    "history": "4.7.2",
    "html-webpack-plugin": "2.30.1",
    "identity-obj-proxy": "3.0.0",
    "jest": "^23.6.0",
    "jest-cli": "^23.6.0",
    "moment-timezone": "^0.5.14",
    "npm-run-all": "^4.1.5",
    "npm-watch": "^0.3.0",
    "opn-cli": "3.1.0",
    "output-file-sync": "^2.0.0",
    "postcss-flexbugs-fixes": "3.2.0",
    "postcss-loader": "^2.1.3",
    "prompt": "1.0.0",
    "prop-types": "15.6.0",
    "react": "~16.6.0",
    "react-dom": "~16.6.0",
    "react-hot-loader": "^4.2.0",
    "react-redux": "5.0.6",
    "react-router-dom": "4.2.2",
    "react-router-redux": "4.0.8",
    "react-test-renderer": "16.6.0",
    "redux": "3.7.2",
    "redux-immutable-state-invariant": "^2.1.0",
    "redux-thunk": "2.2.0",
    "regenerator-runtime": "^0.13.1",
    "replace": "0.3.0",
    "rimraf": "^2.6.3",
    "sass-loader": "6.0.6",
    "showdown": "^1.8.5",
    "style-loader": "^0.19.1",
    "url-loader": "^0.6.2",
    "wait-on": "^3.2.0",
    "webpack": "^3.12.0",
    "webpack-bundle-analyzer": "2.9.2",
    "webpack-dev-middleware": "^2.0.4",
    "webpack-hot-middleware": "^2.22.2",
    "webpack-md5-hash": "0.0.6",
    "yarn": "^1.12.1"
  },
  "jest": {
    "testURL": "http://localhost",
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/tools/assetsTransformer.js",
      "\\.(scss|css|less)$": "<rootDir>/tools/assetsTransformer.js",
      "^@collab-ui/react(.*)$": "<rootDir>/src/lib/$1"
    },
    "modulePathIgnorePatterns": [
      "<rootDir>/src/app/"
    ],
    "setupTestFrameworkScriptFile": "<rootDir>/src/helpers/enzyme_setup"
  },
  "publishConfig": {
    "access": "public"
  }
}
