{
  "name": "@fuselab/ui-fabric",
  "version": "1.5.8",
  "description": "react components built on office ui fabric and draft-js for intercom projects",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest",
    "build": "webpack",
    "build-node": "tsc -p tsconfig.node.json & webpack --config webpack.node.js",
    "build-all": "webpack & npm run build-node",
    "build-prod": "npm run build-node",
    "tslint": "tslint -c tslint.json -t stylish --project tsconfig.json"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "moduleNameMapper": {
      "applicationinsights-js": "identity-obj-proxy"
    },
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest/preprocessor.js"
    },
    "testMatch": [
      "**/*.spec.(ts|tsx)"
    ],
    "collectCoverage": true,
    "coverageDirectory": "./coverage",
    "testURL": "http://localhost/"
  },
  "author": "hailiu@microsoft.com",
  "license": "MIT",
  "dependencies": {
    "@fuselab/ui-shared": "^1.0.0",
    "draft-js": "^0.10.5",
    "es6-symbol": "^3.1.1",
    "react-dom": "16.8.3",
    "react-redux": "~5.0.6",
    "react-router": "~4.2.0",
    "react-router-dom": "~4.2.2"
  },
  "peerDependencies": {
    "@uifabric/icons": "~5.6.0",
    "@uifabric/merge-styles": "~5.13.0",
    "@uifabric/styling": "~5.20.0",
    "@uifabric/utilities": "~5.19.0",
    "enzyme": "^3.3.0",
    "history": "~4.7.2",
    "office-ui-fabric-react": "~6.1.2",
    "react": "16.8.3",
    "react-dom": "16.8.3",
    "react-redux": "~5.0.6",
    "react-router-dom": "~4.2.2",
    "redux": "~3.7.2",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "@fuselab/build-config": "^1.0.0",
    "@types/enzyme": "3.1.8",
    "@types/react": "16.8.5",
    "@types/underscore": "^1.8.7",
    "awesome-typescript-loader": "5.2.1",
    "copy-webpack-plugin": "4.5.1",
    "enzyme": "3.3.0",
    "enzyme-adapter-react-16": "1.1.1",
    "html-webpack-plugin": "3.2.0",
    "jasmine": "^2.9.0",
    "jest": "^22.1.4",
    "merge": "1.2.1",
    "original": "1.0.2",
    "tslint": "5.12.1",
    "tslint-microsoft-contrib": "~5.0.2",
    "tslint-react": "~3.4.0",
    "typescript": "3.2.4",
    "uglify-js": "3.4.9",
    "uglifyjs-webpack-plugin": "2.1.1",
    "webpack": "4.29.0",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "3.1.14"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
