mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-3627] Be able to run the Angular cli commands (#3842)
* Change the lib dependencies change the project folder name to lib * Rollback the latest adf dependencies * Push the lock with latest libraries versions
This commit is contained in:
parent
58484f9183
commit
94df1f6fdd
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"newProjectRoot": "lib",
|
||||
"projects": {
|
||||
"dist": {
|
||||
"root": "demo-shell",
|
||||
|
11177
package-lock.json
generated
11177
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@ -59,25 +59,22 @@
|
||||
"@alfresco/adf-core": "2.6.0",
|
||||
"@alfresco/adf-insights": "2.6.0",
|
||||
"@alfresco/adf-process-services": "2.6.0",
|
||||
"@angular-devkit/build-ng-packagr": "^0.7.1",
|
||||
"@angular/animations": "6.1.2",
|
||||
"@angular/cdk": "6.4.5",
|
||||
"@angular/common": "6.1.2",
|
||||
"@angular/compiler": "6.1.2",
|
||||
"@angular/core": "6.1.2",
|
||||
"@angular/animations": "6.1.8",
|
||||
"@angular/cdk": "6.4.7",
|
||||
"@angular/common": "6.1.8",
|
||||
"@angular/compiler": "6.1.8",
|
||||
"@angular/core": "6.1.8",
|
||||
"@angular/flex-layout": "6.0.0-beta.18",
|
||||
"@angular/forms": "6.1.2",
|
||||
"@angular/http": "6.1.2",
|
||||
"@angular/material": "6.4.5",
|
||||
"@angular/material-moment-adapter": "6.4.5",
|
||||
"@angular/platform-browser": "6.1.2",
|
||||
"@angular/platform-browser-dynamic": "6.1.2",
|
||||
"@angular/router": "6.1.2",
|
||||
"@angular/forms": "6.1.8",
|
||||
"@angular/http": "6.1.8",
|
||||
"@angular/material": "6.4.7",
|
||||
"@angular/material-moment-adapter": "6.4.7",
|
||||
"@angular/platform-browser": "6.1.8",
|
||||
"@angular/platform-browser-dynamic": "6.1.8",
|
||||
"@angular/router": "6.1.8",
|
||||
"@mat-datetimepicker/core": "2.0.1-beta.1",
|
||||
"@mat-datetimepicker/moment": "2.0.1-beta.1",
|
||||
"@ngx-translate/core": "10.0.2",
|
||||
"@nrwl/schematics": "^1.0.3",
|
||||
"@schematics/angular": "^0.6.8",
|
||||
"adf-tslint-rules": "0.0.4",
|
||||
"alfresco-js-api": "2.6.0",
|
||||
"alfresco-js-api-node": "2.6.0",
|
||||
@ -98,12 +95,14 @@
|
||||
"rxjs": "^6.2.2",
|
||||
"rxjs-compat": "^6.1.0",
|
||||
"systemjs": "0.19.27",
|
||||
"web-animations-js": "2.3.1",
|
||||
"zone.js": "~0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.7.2",
|
||||
"@angular/cli": "^6.1.3",
|
||||
"@angular/compiler-cli": "6.1.2",
|
||||
"@angular-devkit/build-angular": "~0.8.0",
|
||||
"@angular-devkit/build-ng-packagr": "~0.8.0",
|
||||
"@angular/cli": "^6.2.3",
|
||||
"@angular/compiler-cli": "6.1.8",
|
||||
"@types/hammerjs": "2.0.35",
|
||||
"@types/jasmine": "~2.8.3",
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
@ -165,6 +164,7 @@
|
||||
"traceur": "0.0.111",
|
||||
"ts-node": "~4.1.0",
|
||||
"tsickle": "^0.32.1",
|
||||
"tslib": "^1.9.0",
|
||||
"tslint": "5.9.1",
|
||||
"typedoc": "^0.11.1",
|
||||
"typescript": "2.9.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user