-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 5.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "contezza-apps-community",
"version": "2.10.1",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"build:common": "ng build common",
"build:core": "ng build core",
"build:dynamic-forms": "ng build dynamic-forms",
"build:js-console": "ng build js-console",
"build:node-browser": "ng build node-browser",
"build:people-group-picker": "ng build people-group-picker",
"build:search": "ng build search",
"build:third-party": "ng build third-party",
"build-libs": "./scripts/build-libs.sh",
"pack-libs": "./scripts/pack-libs.sh",
"publish-libs": "./scripts/publish-libs.sh",
"lint": "nx lint",
"test": "nx test",
"start:demo-app": "ng serve demo-app"
},
"private": true,
"dependencies": {
"@alfresco/aca-content": "4.3.0",
"@alfresco/aca-shared": "4.3.0",
"@alfresco/adf-content-services": "6.4.0",
"@alfresco/adf-core": "6.4.0",
"@alfresco/adf-extensions": "6.4.0",
"@alfresco/eslint-plugin-eslint-angular": "6.4.0",
"@alfresco/js-api": "7.1.0",
"@angular/animations": "14.3.0",
"@angular/cdk": "14.2.7",
"@angular/common": "14.3.0",
"@angular/compiler": "14.3.0",
"@angular/core": "14.3.0",
"@angular/forms": "14.3.0",
"@angular/material": "14.2.7",
"@angular/material-date-fns-adapter": "14.2.7",
"@angular/material-moment-adapter": "14.2.7",
"@angular/platform-browser": "14.3.0",
"@angular/platform-browser-dynamic": "14.3.0",
"@angular/router": "14.3.0",
"@mat-datetimepicker/core": "^10.1.1",
"@mat-datetimepicker/moment": "^10.1.1",
"@ncstate/sat-popover": "10.0.0",
"@ngneat/input-mask": "^6.1.0",
"@ngrx/component-store": "14.3.3",
"@ngrx/effects": "^14.3.3",
"@ngrx/router-store": "^14.3.3",
"@ngrx/schematics": "14.3.3",
"@ngrx/store": "^14.3.3",
"@ngrx/store-devtools": "^14.3.3",
"@ngx-translate/core": "^14.0.0",
"date-fns": "^2.30.0",
"@nrwl/angular": "15.8.6",
"cropperjs": "1.5.13",
"crypto-js": "^4.1.1",
"inputmask": "^5.0.7",
"minimatch": "^7.4.2",
"minimatch-browser": "^1.0.0",
"moment": "^2.29.4",
"moment-es6": "1.0.0",
"monaco-editor": "^0.36.1",
"pdfjs-dist": "3.4.120",
"rxjs": "7.8.1",
"tslib": "^2.5.3",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/architect": "0.1502.3",
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/core": "14.2.11",
"@angular-devkit/schematics": "14.2.11",
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "14.2.11",
"@angular/compiler-cli": "14.3.0",
"@angular/language-service": "14.3.0",
"@nrwl/angular": "15.8.6",
"@nrwl/cli": "15.8.6",
"@nrwl/eslint-plugin-nx": "15.8.6",
"@nrwl/jest": "15.8.6",
"@nrwl/js": "15.8.6",
"@nrwl/linter": "15.8.6",
"@nrwl/workspace": "15.8.6",
"@schematics/angular": "14.2.10",
"@types/event-emitter": "^0.3.3",
"@types/inputmask": "^5.0.3",
"@types/jest": "^29.4.0",
"@types/node": "18.14.6",
"@types/pdfjs-dist": "^2.10.378",
"@types/selenium-webdriver": "^4.1.10",
"@types/superagent": "^4.1.16",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"commander": "10.0.0",
"cspell": "^6.29.0",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"dotenv-expand": "^10.0.0",
"envsub": "^4.1.0",
"eslint": "^8.36.0",
"eslint-plugin-ban": "^1.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-unicorn": "^46.0.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"inquirer": "^9.1.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-preset-angular": "~13.0.0",
"lint-staged": "^13.2.0",
"ng-packagr": "^15.1.1",
"nx": "15.8.6",
"path": "^0.12.7",
"postcss": "8.4.21",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~8.0.1",
"postcss-sass": "^0.5.0",
"postcss-url": "~10.1.3",
"prettier": "2.8.4",
"sass-loader": "13.2.0",
"scss-bundle": "^3.1.2",
"selenium-webdriver": "^4.8.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "~4.8.4",
"webdriver-manager": "12.1.9",
"webpack-bundle-analyzer": "4.8.0"
},
"optionalDependencies": {
"@nrwl/nx-linux-x64-musl": "^15.8.5"
}
}