office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
55 lines (54 loc) • 1.54 kB
JSON
{
"name": "office-ui-fabric-react",
"version": "0.63.2",
"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.4.0",
"@types/chai": "^3.4.34",
"@types/es6-promise": "0.0.32",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.45",
"@types/react-addons-test-utils": "^0.14.15",
"@types/webpack": "^1.12.35",
"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-core": "^4.0.0",
"react-addons-test-utils": "^15.1.0",
"react-highlight": "0.8.0",
"source-map-loader": "0.1.5",
"tslint": "^3.15.1",
"tslint-microsoft-contrib": "^2.0.9",
"typescript": "2.0.3",
"vinyl-ftp": "0.4.5",
"webpack-split-by-path": "0.0.10",
"webpack-visualizer-plugin": "0.1.5",
"mocha": "~2.5.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.1",
"react-dom": "^0.14.0 || ^15.0.1"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.2.2",
"@types/react": "^0.14.41",
"@types/react-dom": "^0.14.18",
"color-functions": "^1.1.0"
}
}