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
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "adf-cli-acs-aps-template",
|
|
"version": "2.0.0",
|
|
"blueprint": "Process and Content Services",
|
|
"description": "ACS APS ADF Application with Angular CLI",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --open",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@alfresco/adf-content-services": "2.0.0",
|
|
"@alfresco/adf-core": "2.0.0",
|
|
"@alfresco/adf-insights": "2.0.1",
|
|
"@alfresco/adf-process-services": "2.0.0",
|
|
"@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": "2.0.0-beta.12",
|
|
"@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",
|
|
"@mat-datetimepicker/core": "^2.0.1",
|
|
"@mat-datetimepicker/moment": "^2.0.1",
|
|
"@ngx-translate/core": "10.0.2",
|
|
"alfresco-js-api": "^2.5.0-d5acbab9993711f37b66351a6aaedf6fc72d1ce2",
|
|
"chart.js": "2.5.0",
|
|
"classlist.js": "1.1.20150312",
|
|
"core-js": "2.4.1",
|
|
"custom-event-polyfill": "0.3.0",
|
|
"hammerjs": "2.0.8",
|
|
"intl": "1.2.5",
|
|
"minimatch": "3.0.4",
|
|
"moment": "2.20.1",
|
|
"moment-es6": "1.0.0",
|
|
"ng2-charts": "1.6.0",
|
|
"pdfjs-dist": "1.5.404",
|
|
"raphael": "2.2.7",
|
|
"reflect-metadata": "0.1.10",
|
|
"rxjs": "6.0.0",
|
|
"rxjs-compat": "6.1.0",
|
|
"web-animations-js": "2.3.1",
|
|
"zone.js": "0.8.14"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/core": "0.0.28",
|
|
"@angular/cli": "1.7.4",
|
|
"@angular/compiler-cli": "5.1.1",
|
|
"@angular/language-service": "5.0.0",
|
|
"@types/jasmine": "~2.5.53",
|
|
"@types/jasminewd2": "~2.0.2",
|
|
"@types/node": "~6.0.60",
|
|
"codelyzer": "~3.2.0",
|
|
"jasmine-core": "~2.6.2",
|
|
"jasmine-spec-reporter": "~4.1.0",
|
|
"karma": "~1.7.0",
|
|
"karma-chrome-launcher": "~2.1.1",
|
|
"karma-cli": "~1.0.1",
|
|
"karma-coverage-istanbul-reporter": "^1.2.1",
|
|
"karma-jasmine": "~1.1.0",
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
"protractor": "~5.1.2",
|
|
"rimraf": "^2.6.2",
|
|
"ts-node": "~3.2.0",
|
|
"tslint": "~5.7.0",
|
|
"typescript": "2.6.2"
|
|
}
|
|
}
|