office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
83 lines • 2.6 kB
JSON
{
"name": "office-ui-fabric-react",
"version": "4.15.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": "gulp",
"clean": "gulp clean",
"start": "node node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.serve.config.js --open",
"test": "gulp"
},
"devDependencies": {
"@microsoft/load-themed-styles": "^1.2.2",
"@microsoft/web-library-build": ">=3.0.0-0 <4.0.0-0",
"@types/chai": "^3.4.35",
"@types/enzyme": "^2.7.5",
"@types/es6-promise": "^0.0.32",
"@types/mocha": "^2.2.39",
"@types/prop-types": "^15.5.1",
"@types/react": "^15.0.25",
"@types/react-addons-test-utils": "^0.14.18",
"@types/react-dom": "^15.5.0",
"@types/resemblejs": "~1.3.28",
"@types/sinon": "^2.2.2",
"@types/webpack-env": "^1.13.0",
"@uifabric/example-app-base": "4.0.1",
"autoprefixer": "^6.7.6",
"chai": "^3.5.0",
"css-loader": "^0.28.0",
"enzyme": "^2.7.0",
"es6-promise": "^4.1.0",
"es6-weak-map": "^2.0.2",
"git-rev": "0.2.1",
"gulp": "~3.9.1",
"gulp-phantomcss": "~0.3.0",
"gulp-prompt": "^0.2.0",
"gulp-util": "3.0.8",
"gutil": "1.6.4",
"highlight.js": "^9.6.0",
"load-themed-styles-loader": "^0.0.3",
"mocha": "^3.2.0",
"mocha-loader": "^1.1.1",
"node-sass": "^4.5.0",
"office-ui-fabric-core": ">=7.1.2 <8.0.0",
"office-ui-fabric-react-tslint": ">=1.0.0 <2.0.0",
"postcss-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"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",
"sass-loader": "^6.0.3",
"sinon": "^2.3.2",
"source-map-loader": "0.2.1",
"style-loader": "^0.17.0",
"ts-loader": "^2.0.1",
"typescript": "2.2.2",
"vinyl-ftp": "0.6.0",
"webpack": "^2.4.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-notifier": "^1.5.0",
"webpack-split-by-path": "2.0.0"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.2.2",
"@uifabric/utilities": ">=4.6.0 <5.0.0",
"@uifabric/styling": ">=0.12.3 <1.0.0",
"prop-types": "^15.5.10",
"tslib": "^1.6.0"
},
"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"
}
}