{
  "name": "@fluentui/react-northstar",
  "description": "A themable React component library.",
  "version": "0.51.0",
  "author": "Levi Thomason <me@levithomason.com>",
  "bugs": "https://github.com/microsoft/fluentui/issues",
  "dependencies": {
    "@babel/runtime": "^7.10.4",
    "@fluentui/accessibility": "^0.51.0",
    "@fluentui/date-time-utilities": "^7.4.1",
    "@fluentui/keyboard-key": "^0.2.9",
    "@fluentui/react-bindings": "^0.51.0",
    "@fluentui/react-component-event-listener": "^0.51.0",
    "@fluentui/react-component-nesting-registry": "^0.51.0",
    "@fluentui/react-component-ref": "^0.51.0",
    "@fluentui/react-compose": "^0.14.3",
    "@fluentui/react-context-selector": "^0.51.0",
    "@fluentui/react-icons-northstar": "^0.51.0",
    "@fluentui/react-northstar-styles-renderer": "^0.51.0",
    "@fluentui/react-proptypes": "^0.51.0",
    "@fluentui/state": "^0.51.0",
    "@fluentui/styles": "^0.51.0",
    "@popperjs/core": "^2.4.2",
    "classnames": "^2.2.6",
    "compute-scroll-into-view": "1.0.11",
    "downshift": "5.0.5",
    "lodash": "^4.17.15",
    "prop-types": "^15.7.2",
    "react-is": "^16.6.3",
    "react-transition-group": "^4.3.0"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.53.3",
    "@fluentui/react-conformance": "^0.1.0",
    "@testing-library/jest-dom": "^5.1.1",
    "@types/classnames": "^2.2.9",
    "@types/faker": "^4.1.3",
    "@types/gulp": "^4.0.6",
    "@types/react": "16.8.25",
    "@types/react-dom": "16.8.4",
    "@types/react-is": "^16.7.1",
    "@types/simulant": "^0.2.0",
    "@uifabric/build": "^7.0.0",
    "csstype": "^2.6.7",
    "faker": "^4.1.0",
    "fela-tools": "^10.6.1",
    "gulp": "^4.0.2",
    "jest-axe": "^3.2.0",
    "jest-react-fela": "^10.6.1",
    "lerna-alias": "^3.0.3-0",
    "qs": "^6.8.0",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "simulant": "^0.2.2",
    "typescript": "3.7.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar",
  "jsnext:main": "dist/es/index.js",
  "license": "MIT",
  "main": "dist/commonjs/index.js",
  "module": "dist/es/index.js",
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "microsoft/fluentui.git",
  "scripts": {
    "build": "gulp bundle:package",
    "clean": "gulp bundle:package:clean",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "lint:fix": "yarn lint --fix",
    "test": "gulp test",
    "test:watch": "gulp test:watch"
  },
  "sideEffects": false,
  "types": "dist/es/index.d.ts"
}
