{ "name": "@angular-react/core", "version": "4.1.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": "^13.3.0", "@angular/core": "^13.3.0", "@angular/platform-browser-dynamic": "^13.3.0", "@angular/platform-browser": "^13.3.0", "rxjs": "^6.5.2", "react-dom": "~16.8.6", "react": "~16.8.6" }, "dependencies": { "@types/stylenames": "^1.1.0", "css-to-style": "^1.2.1", "classnames": "^2.2.6", "stylenames": "^1.1.6", "tslib": "^2.0.0" }, "bundledDependencies": [ "css-to-style", "classnames", "stylenames" ] }