2018-04-04 06:40:33 +03:00
|
|
|
{
|
|
|
|
"$schema": "../../node_modules/ng-packagr/package.schema.json",
|
2018-04-04 12:22:27 +03:00
|
|
|
"name": "@angular-react/core",
|
2018-10-16 00:41:56 +03:00
|
|
|
"version": "0.4.5",
|
2018-04-04 06:40:33 +03:00
|
|
|
"ngPackage": {
|
2018-08-02 11:38:54 +03:00
|
|
|
"deleteDestPath": true,
|
|
|
|
"whitelistedNonPeerDependencies": [
|
|
|
|
"tslib",
|
|
|
|
"css-to-style"
|
|
|
|
],
|
2018-04-04 06:40:33 +03:00
|
|
|
"lib": {
|
2018-06-28 19:36:31 +03:00
|
|
|
"languageLevel": [
|
|
|
|
"dom",
|
|
|
|
"es2017"
|
|
|
|
],
|
2018-04-19 01:23:50 +03:00
|
|
|
"entryFile": "public-api.ts",
|
2018-04-04 13:06:30 +03:00
|
|
|
"umdModuleIds": {
|
|
|
|
"react": "React",
|
2018-07-13 13:52:50 +03:00
|
|
|
"react-dom": "ReactDOM"
|
2018-04-04 13:06:30 +03:00
|
|
|
},
|
|
|
|
"comments": "none"
|
2018-04-04 06:40:33 +03:00
|
|
|
},
|
2018-04-04 12:22:27 +03:00
|
|
|
"dest": "../../@angular-react/core"
|
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,
|
|
|
|
"peerDependencies": {
|
2018-08-02 11:16:43 +03:00
|
|
|
"@angular/compiler": "^6.1.0",
|
|
|
|
"@angular/core": "^6.1.0",
|
|
|
|
"@angular/platform-browser-dynamic": "^6.1.0",
|
|
|
|
"@angular/platform-browser": "^6.1.0",
|
|
|
|
"react-dom": "^16.4.1",
|
|
|
|
"react": "^16.4.1"
|
2018-08-02 11:38:54 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"css-to-style": "^1.2.0"
|
|
|
|
},
|
|
|
|
"bundledDependencies": [
|
|
|
|
"css-to-style"
|
|
|
|
]
|
2018-04-04 06:40:33 +03:00
|
|
|
}
|