2018-04-04 06:40:33 +03:00
|
|
|
{
|
2018-04-04 12:22:27 +03:00
|
|
|
"name": "@angular-react/core",
|
2022-04-07 09:55:38 +03:00
|
|
|
"version": "4.1.0",
|
2018-04-04 13:06:30 +03:00
|
|
|
"description": "Use React components inside Angular",
|
2018-08-02 11:16:43 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Ben Feely",
|
|
|
|
"url": "http://benfeely.com"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Ben Grynhaus"
|
|
|
|
}
|
|
|
|
],
|
2018-04-04 13:06:30 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2018-08-11 01:17:01 +03:00
|
|
|
"url": "https://github.com/microsoft/angular-react/issues"
|
2018-04-04 13:06:30 +03:00
|
|
|
},
|
2018-08-11 01:17:01 +03:00
|
|
|
"homepage": "https://github.com/microsoft/angular-react#readme",
|
2018-04-04 13:06:30 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-08-11 01:17:01 +03:00
|
|
|
"url": "git+https://github.com/microsoft/angular-react.git"
|
2018-04-04 13:06:30 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"angular",
|
|
|
|
"react",
|
|
|
|
"components"
|
2018-04-04 14:05:42 +03:00
|
|
|
],
|
|
|
|
"private": false,
|
2021-06-10 09:09:35 +03:00
|
|
|
"sideEffects": false,
|
2018-04-04 14:05:42 +03:00
|
|
|
"peerDependencies": {
|
2022-03-30 15:01:24 +03:00
|
|
|
"@angular/compiler": "^13.3.0",
|
|
|
|
"@angular/core": "^13.3.0",
|
|
|
|
"@angular/platform-browser-dynamic": "^13.3.0",
|
|
|
|
"@angular/platform-browser": "^13.3.0",
|
2019-06-23 16:20:13 +03:00
|
|
|
"rxjs": "^6.5.2",
|
2020-01-20 14:46:51 +03:00
|
|
|
"react-dom": "~16.8.6",
|
|
|
|
"react": "~16.8.6"
|
2018-08-02 11:38:54 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-20 14:23:42 +03:00
|
|
|
"@types/stylenames": "^1.1.0",
|
2018-12-03 22:08:19 +03:00
|
|
|
"css-to-style": "^1.2.1",
|
2018-10-19 22:10:39 +03:00
|
|
|
"classnames": "^2.2.6",
|
2021-12-16 12:02:22 +03:00
|
|
|
"stylenames": "^1.1.6",
|
|
|
|
"tslib": "^2.0.0"
|
2018-08-02 11:38:54 +03:00
|
|
|
},
|
|
|
|
"bundledDependencies": [
|
2018-10-19 22:10:39 +03:00
|
|
|
"css-to-style",
|
|
|
|
"classnames",
|
2018-12-06 18:18:30 +03:00
|
|
|
"stylenames"
|
2018-08-02 11:38:54 +03:00
|
|
|
]
|
2018-04-04 06:40:33 +03:00
|
|
|
}
|