UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

55 lines 1.7 kB
{ "name": "office-ui-fabric-react", "version": "4.43.0", "description": "Reusable React components for building experiences for Office 365.", "main": "lib/index.js", "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/OfficeDev/office-ui-fabric-react" }, "license": "MIT", "scripts": { "build": "node ../../scripts/build.js", "clean": "node ../../scripts/clean.js", "start": "node ../../scripts/start.js" }, "devDependencies": { "@types/chai": "3.4.35", "@types/enzyme": "2.8.0", "@types/es6-promise": "^0.0.32", "@types/mocha": "2.2.39", "@types/prop-types": "15.5.1", "@types/react": "15.0.38", "@types/react-addons-test-utils": "0.14.18", "@types/react-dom": "15.5.1", "@types/resemblejs": "~1.3.28", "@types/sinon": "2.2.2", "@types/webpack-env": "1.13.0", "@uifabric/example-app-base": ">=4.2.7 <5.0.0", "enzyme": "^2.7.0", "es6-promise": "^4.1.0", "es6-weak-map": "^2.0.2", "es6-map": "^0.1.5", "highlight.js": "^9.6.0", "office-ui-fabric-core": ">=7.1.2 <8.0.0", "office-ui-fabric-react-tslint": ">=1.0.0 <2.0.0", "react": "^15.4.2", "react-addons-test-utils": "^15.4.2", "react-dom": "^15.4.2", "react-highlight": "0.9.0", "resemblejs": "~2.2.3", "sinon": "^2.3.2" }, "dependencies": { "@microsoft/load-themed-styles": "^1.7.2", "@uifabric/utilities": ">=4.13.0 <5.0.0", "@uifabric/styling": ">=0.22.1 <1.0.0", "prop-types": "^15.5.10", "tslib": "^1.7.1" }, "peerDependencies": { "react": "^0.14.9 || ^15.0.1-0 || ^16.0.0-0", "react-dom": "^0.14.9 || ^15.0.1-0 || ^16.0.0-0" } }