office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
45 lines (44 loc) • 1.21 kB
JSON
{
"name": "office-ui-fabric-react",
"version": "0.48.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": {
"start": "gulp serve",
"test": "gulp test"
},
"devDependencies": {
"@microsoft/web-library-build": "~0.2.7",
"es6-promise": "3.2.1",
"git-rev": "0.2.1",
"gulp": "~3.9.1",
"gulp-debug": "2.1.2",
"gulp-prompt": "^0.2.0",
"gulp-util": "3.0.7",
"gutil": "1.6.4",
"highlight.js": "9.6.0",
"office-ui-fabric": "~2.6.0",
"react-addons-test-utils": "^15.1.0",
"react-highlight": "0.8.0",
"source-map-loader": "0.1.5",
"tslint-microsoft-contrib": "^2.0.9",
"typescript": "1.8.10",
"vinyl-ftp": "0.4.5",
"webpack-split-by-path": "0.0.10",
"webpack-visualizer-plugin": "0.1.5"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.1",
"react-dom": "^0.14.0 || ^15.0.1"
},
"dependencies": {
"color-functions": "1.1.0",
"@microsoft/load-themed-styles": "~1.2.2"
}
}