mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@alfresco/adf-core",
|
|
"description": "Alfresco ADF core",
|
|
"version": "2.0.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "bundles/adf-core.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "5.0.0",
|
|
"@angular/cdk": "5.0.0-rc0",
|
|
"@angular/common": "5.0.0",
|
|
"@angular/compiler": "5.0.0",
|
|
"@angular/core": "5.0.0",
|
|
"@angular/flex-layout": "2.0.0-beta.10",
|
|
"@angular/forms": "5.0.0",
|
|
"@angular/http": "5.0.0",
|
|
"@angular/material": "5.0.0-rc0",
|
|
"@angular/material-moment-adapter": "^5.0.0-rc0",
|
|
"@angular/platform-browser": "5.0.0",
|
|
"@angular/platform-browser-dynamic": "5.0.0",
|
|
"@angular/router": "5.0.0",
|
|
"@ngx-translate/core": "8.0.0",
|
|
"alfresco-js-api": "2.0.0-de41fd8ca9c1c6f6072d2e06415eef0a71330dc0",
|
|
"chart.js": "2.5.0",
|
|
"core-js": "2.4.1",
|
|
"hammerjs": "2.0.8",
|
|
"minimatch": "3.0.4",
|
|
"moment": "2.15.2",
|
|
"ng2-charts": "1.6.0",
|
|
"pdfjs-dist": "1.5.404",
|
|
"raphael": "2.2.7",
|
|
"reflect-metadata": "0.1.10",
|
|
"rxjs": "5.5.2",
|
|
"systemjs": "0.19.27",
|
|
"zone.js": "0.8.14"
|
|
},
|
|
"devDependencies": {},
|
|
"keywords": [
|
|
"core",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|