mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* upgrade to HttpClient * upgrade to Renderer2 * upgrade Document reference * remove useless test with deprecated ReflectiveInjector * upgrade to latest typescript * upgrade libs * upgrade package scripts * remove rxjs blacklists and duplicate rules * add rxjs compat to help with migration * fix breaking changes * fix breaking changes in material * fix breaking changes (material 6) * upgrade rxjs, ngx-translate and flex layout * update unit tests * restore providers * upgrade deprecated Observable.error * rebase fix first configuration problems * fix style issues commented * fix core build * fix lib template errors * move lib test execution in angular.json * ignore * karma conf files * fix import statement test * single run option * update packages reporter * restore report * increase timeout * improve karma conf test configuration * fix test issues about lint * fix test analytics * fix process service test * content service fix test * fix logout directive test * fix core test * fix build * update node-sass to latest * update angular cli dependencies * improve build script create directorites and move files only if previous command succeded * upgrade individual libs to 6.0 * remove old webpack files * revert sass change * fix type issues fix style issues * fix tslint demo shell issue * fix peerdependencies * fix test e2e BC * package upate * fix style import issue * extract-text-webpack-plugin beta * fix test dist build command * remove alpha js-api * fix tslint issue add banner tslint rule * upload service fix * change BC script * fix test dist script * increase demo shell timeout test * verbose copy * path absolute * fix script bc * fix copy part * fix path warning fix monaco editor * remove duplicate header * remove unused import * fix align and check ago tests * add missing import * fix notification button selector * [ANGULAR6] fixed core tests * fix CS test * fix cs test step 2 * increase travis_wait for dist * fix attachment PS * fix checklist test * use pdf min
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@alfresco/adf-insights",
|
|
"description": "Alfresco ADF insights",
|
|
"version": "2.5.0-beta2",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "bundles/adf-insights.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": ">=5.1.1",
|
|
"@angular/cdk": ">=5.1.1",
|
|
"@angular/common": ">=5.1.1",
|
|
"@angular/compiler": ">=5.1.1",
|
|
"@angular/core": ">=5.1.1",
|
|
"@angular/flex-layout": ">=5.1.1",
|
|
"@angular/forms": ">=5.1.1",
|
|
"@angular/http": ">=5.1.1",
|
|
"@angular/material": ">=5.1.1",
|
|
"@angular/material-moment-adapter": ">=5.1.1",
|
|
"@angular/platform-browser": ">=5.1.1",
|
|
"@angular/platform-browser-dynamic": ">=5.1.1",
|
|
"@angular/router": ">=5.1.1",
|
|
"alfresco-js-api": "2.5.0-beta2",
|
|
"rxjs": ">=6.2.2",
|
|
"@alfresco/adf-core": "2.5.0-beta2",
|
|
"@alfresco/adf-content-services": "2.5.0-beta2",
|
|
"@ngx-translate/core": "^10.0.2",
|
|
"chart.js": "2.5.0",
|
|
"core-js": "2.4.1",
|
|
"hammerjs": "2.0.8",
|
|
"moment": "^2.22.2",
|
|
"ng2-charts": "1.6.0",
|
|
"raphael": "2.2.7",
|
|
"reflect-metadata": "0.1.10",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"keywords": [
|
|
"analytics",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|