{
  "cfl": {
    "group": {
      "name": "platform"
    }
  },
  "peerDependencies": {
    "react": ">=15.6.1",
    "radium": ">=0.19.4",
    "@types/react": ">=15.6.1",
    "react-bootstrap": ">=0.31.2"
  },
  "name": "@cfl/react-components",
  "license": "Apache-2.0",
  "typings": "lib/index.d.ts",
  "config": {
    "storybook-port": 9001
  },
  "bugs": {
    "url": "https://gitlab.int.corefiling.com/platform/react-components/issues"
  },
  "version": "1.9.0",
  "dependencies": {
    "moment": "^2.20.1",
    "pretty-ms": "^3.1.0",
    "react-moment": "^0.7.0"
  },
  "scripts": {
    "test:tslint": "tslint --project tsconfig.json -c tslint.json",
    "compile:ts": "tsc -p .",
    "prepublishOnly": "npm run compile",
    "test:mocha": "mocha --compilers ts:ts-node/register --compilers tsx:ts-node/register -r ./src/spec-helpers/env.ts $(find src -name '*.spec.*')",
    "compile": "npm run compile:ts",
    "start": "start-storybook -p $npm_package_config_storybook_port",
    "test": "npm run test:tslint && npm run test:mocha",
    "dev:test": "watch 'npm run test:mocha -- -R min' src/",
    "dev:ts": "npm run compile:ts -- --watch"
  },
  "keywords": [],
  "devDependencies": {
    "radium": "^0.19.4",
    "mocha": "^3.4.2",
    "@types/should": "^8.1.30",
    "typescript": "2.7",
    "@types/jsdom": "^11.0.1",
    "should-sinon": "0.0.5",
    "skin-deep": "^1.1.1",
    "ts-node": "^3.2.0",
    "should": "^11.1.0",
    "react-element-to-jsx-string": "^12.0.0",
    "@kadira/storybook": "^2.2.1",
    "react-bootstrap": "^0.31.2",
    "@types/radium": "^0.18.22",
    "watch": "^1.0.1",
    "babel-preset-es2015": "^6.16.0",
    "react-addons-test-utils": "^15.1.0",
    "react": "^15.1.0",
    "sinon": "^3.2.0",
    "@types/react-addons-test-utils": "^0.14.19",
    "jsdom": "^11.1.0",
    "@types/react": "15",
    "tslint-loader": "^3.5.3",
    "@types/pretty-ms": "^3.0.0",
    "ts-loader": "^2.2.2",
    "@types/mocha": "^2.2.32",
    "tslint": "^5.5.0",
    "@cfl/tslint-config": "^0.6.1",
    "@types/react-bootstrap": "^0.0.52",
    "react-test-renderer": "^15.6.1",
    "react-dom": "^15.6.1",
    "@types/sinon": "^2.3.3",
    "@types/node": "^8.0.12"
  },
  "resolutions": {
    "**/@types/react": "^15.6.1"
  },
  "main": "lib/index.js",
  "homepage": "https://www.corefiling.com/",
  "description": "A collection of React components which are shared across CoreFiling Platform UIs."
}
