angular-react/libs/core/package.json

54 строки
1.2 KiB
JSON

{
"name": "@angular-react/core",
"version": "5.0.0",
"description": "Use 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"
],
"private": false,
"sideEffects": false,
"peerDependencies": {
"@angular/compiler": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/platform-browser": "^16.2.8",
"rxjs": "^6.5.2",
"react-dom": "~16.8.6",
"react": "~16.8.6"
},
"dependencies": {
"css-to-style": "^1.2.1",
"classnames": "^2.2.6",
"stylenames": "^1.1.6",
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/stylenames": "^1.1.0"
},
"bundledDependencies": [
"css-to-style",
"classnames",
"stylenames"
]
}