UNPKG

@fluentui/react-northstar

Version:
80 lines (79 loc) 2.59 kB
{ "name": "@fluentui/react-northstar", "description": "A themable React component library.", "version": "0.66.5", "author": "Levi Thomason <me@levithomason.com>", "bugs": "https://github.com/microsoft/fluentui/issues", "dependencies": { "@babel/runtime": "^7.10.4", "@fluentui/accessibility": "^0.66.5", "@fluentui/dom-utilities": "^1.1.1", "@fluentui/react-bindings": "^0.66.5", "@fluentui/react-component-event-listener": "^0.66.5", "@fluentui/react-component-nesting-registry": "^0.66.5", "@fluentui/react-component-ref": "^0.66.5", "@fluentui/react-icons-northstar": "^0.66.5", "@fluentui/react-northstar-styles-renderer": "^0.66.5", "@fluentui/react-portal-compat-context": "^9.0.6", "@fluentui/react-proptypes": "^0.66.5", "@fluentui/state": "^0.66.5", "@fluentui/styles": "^0.66.5", "@popperjs/core": "~2.4.3", "body-scroll-lock": "^3.1.5", "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": "^17.0.2", "react-transition-group": "^4.4.1" }, "devDependencies": { "@fluentui/a11y-testing": "*", "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", "@fluentui/scripts-babel": "*", "@fluentui/scripts-gulp": "*", "@fluentui/scripts-jest": "*", "@types/classnames": "^2.2.9", "@types/faker": "^4.1.3", "@types/simulant": "^0.2.0", "csstype": "^3.0.2", "faker": "^4.1.0", "fela-tools": "^10.6.1", "lerna-alias": "^3.0.3-0", "qs": "^6.8.0", "simulant": "^0.2.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 || ^17", "react-dom": "^16.8.0 || ^17" }, "publishConfig": { "access": "public" }, "repository": "microsoft/fluentui.git", "gulp": { "componentInfo": "./src/components/*/[A-Z]*.tsx" }, "scripts": { "build": "gulp bundle:package:no-umd && yarn build:info", "build:info": "gulp build:component-info", "clean": "gulp clean:component-info 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", "gitHead": "1686a4eba6f81f6e7b4b49ba3fad57bce5ea6d37" }