{
  "name": "@momentum-ui/react",
  "version": "23.27.12",
  "description": "Cisco Momentum 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/momentum-design/momentum-ui/issues"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "keywords": [
    "Cisco",
    "Cisco Spark",
    "Momentum UI",
    "ReactJS",
    "Spark UI",
    "Webex",
    "Webex Teams"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/momentum-design/momentum-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",
    "ci:publishCDN": "yarn pushToS3",
    "pushToS3": "node ../tools/pushToS3.js --library=react",
    "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",
    "run:cypress": "cypress run",
    "run:percy": "percy exec -t 350 -- cypress run",
    "start": "run-p test:watch open:src lint:watch",
    "start-message": "node config/startMessage.js",
    "start:app": "run-s build:app open:dist ",
    "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",
    "test:CI:cypress": "wait-on http://127.0.0.1:4300 && yarn run:cypress",
    "test:CI:percy": "wait-on http://127.0.0.1:4300 && yarn run:percy",
    "test:cypress": "run-p --race start:app test:CI:cypress",
    "test:percy": "run-p --race start:app test:CI:percy",
    "watch:lib": "npm-watch build:lib"
  },
  "watch": {
    "build:lib": "src/lib/**/*.js"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@momentum-ui/core": "^19.15.31",
    "@momentum-ui/icons": "^8.33.0",
    "@momentum-ui/utils": "^6.2.15",
    "@restart/context": "^2.1.4",
    "dom-helpers": "^3.4.0",
    "lodash": "^4.17.11",
    "moment": "^2.24.0",
    "object-assign": "4.1.1",
    "react-aria-modal": "^2.11.1",
    "react-focus-lock": "^1.19.1",
    "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-proposal-optional-chaining": "^7.2.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",
    "@cypress/webpack-preprocessor": "^4.1.0",
    "@hot-loader/react-dom": "~16.8.0",
    "@momentum-ui/tokens": "^1.7.1",
    "@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",
    "connect-history-api-fallback": "^1.4.0",
    "coveralls": "^3.0.1",
    "css-loader": "0.28.8",
    "cypress": "^3.4.1",
    "enzyme": "^3.8.0",
    "enzyme-adapter-react-16": "^1.7.1",
    "eslint": "^6.1.0",
    "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": "^6.0.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.6",
    "fs-extra": "^5.0.0",
    "html-webpack-plugin": "2.30.1",
    "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",
    "postcss-flexbugs-fixes": "3.2.0",
    "postcss-loader": "^2.1.3",
    "prop-types": "15.6.0",
    "react": "~16.8.0",
    "react-dom": "~16.8.0",
    "react-hot-loader": "^4.2.0",
    "react-redux": "5.0.6",
    "react-router-dom": "^5.0.0",
    "react-virtualized": "^9.21.0",
    "react-virtualized-auto-sizer": "^1.0.2",
    "react-window": "^1.8.1",
    "regenerator-runtime": "^0.13.1",
    "replace": "0.3.0",
    "rimraf": "^2.6.3",
    "sass-loader": "6.0.6",
    "style-loader": "^0.19.1",
    "url-loader": "^0.6.2",
    "wait-on": "^3.2.0",
    "webpack": "^3.12.0",
    "webpack-bundle-analyzer": "3.3.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",
      "^@momentum-ui/react(.*)$": "<rootDir>/src/lib/$1"
    },
    "modulePathIgnorePatterns": [
      "<rootDir>/src/app/"
    ],
    "setupTestFrameworkScriptFile": "<rootDir>/src/helpers/enzyme_setup"
  },
  "publishConfig": {
    "access": "public"
  }
}
