angular-react/libs/core/package.json

54 строки
1.2 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

2018-04-04 06:40:33 +03:00
{
2018-04-04 12:22:27 +03:00
"name": "@angular-react/core",
2023-10-08 15:07:55 +03:00
"version": "5.0.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": {
2023-10-08 15:07:55 +03:00
"@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"
2018-08-02 11:38:54 +03:00
},
"dependencies": {
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
},
2022-12-20 14:28:44 +03:00
"devDependencies": {
"@types/stylenames": "^1.1.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
}