angular-react/libs/fabric/package.json

47 строки
1.0 KiB
JSON

{
"name": "@angular-react/fabric",
"version": "5.0.0",
"description": "Use Fabric React components inside Angular",
"author": {
"name": "Ben Feely",
"url": "http://benfeely.com"
},
"contributors": [
{
"name": "Ben Grynhaus"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/angular-react/issues"
},
"homepage": "https://github.com/microsoft/angular-react#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/angular-react.git"
},
"keywords": [
"angular",
"react",
"components",
"microsoft",
"office",
"fabric"
],
"private": false,
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular-react/core": "^5.0.0",
"@angular/common": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/platform-browser": "^16.2.8",
"@fluentui/react": "^8.47.3",
"react-dom": "~16.8.6",
"react": "^16.8.6"
}
}