angular-react/libs/core/package.json

52 строки
1.1 KiB
JSON
Исходник Обычный вид История

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",
"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,
"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",
"rxjs": "^6.5.2",
"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",
"classnames": "^2.2.6",
"stylenames": "^1.1.6",
"tslib": "^2.0.0"
2018-08-02 11:38:54 +03:00
},
"bundledDependencies": [
"css-to-style",
"classnames",
"stylenames"
2018-08-02 11:38:54 +03:00
]
2018-04-04 06:40:33 +03:00
}