-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 4.19 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 4.19 KB
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
{
"name": "contezza-apps-community",
"version": "3.9.2",
"scripts": {
"build:content-services": "npx nx build content-services",
"build:core": "npx nx build core",
"build:dynamic-forms": "npx nx build dynamic-forms",
"build:js-console": "npx nx build js-console",
"build:layout": "npx nx build layout",
"build:node-browser": "npx nx build node-browser",
"build:process-services": "npx nx build process-services",
"build:profile": "npx nx build profile",
"build-libs": "./scripts/build-libs.sh",
"bump-version": "./scripts/bump-version.sh",
"pack-libs": "./scripts/pack-libs.sh",
"publish-libs": "./scripts/publish-libs.sh",
"start:demo-app": "npx nx serve demo-app"
},
"private": true,
"dependencies": {
"@alfresco/aca-content": "6.0.0",
"@alfresco/aca-shared": "6.0.0",
"@alfresco/adf-content-services": "7.0.0",
"@alfresco/adf-core": "7.0.0",
"@alfresco/adf-extensions": "7.0.0",
"@alfresco/js-api": "8.0.0",
"@angular/animations": "17.1.3",
"@angular/cdk": "17.1.2",
"@angular/common": "17.1.3",
"@angular/compiler": "17.1.3",
"@angular/core": "17.1.3",
"@angular/forms": "17.1.3",
"@angular/material": "17.1.2",
"@angular/material-date-fns-adapter": "17.1.2",
"@angular/material-moment-adapter": "17.1.2",
"@angular/platform-browser": "17.1.3",
"@angular/platform-browser-dynamic": "17.1.3",
"@angular/router": "17.1.3",
"@fontsource/open-sans": "^5.1.0",
"@mat-datetimepicker/core": "13.0.2",
"@mat-datetimepicker/moment": "13.0.2",
"@ncstate/sat-popover": "10.0.0",
"@ngneat/input-mask": "^6.1.0",
"@ngrx/component-store": "^18.1.1",
"@ngrx/effects": "^18.1.1",
"@ngrx/router-store": "^18.1.1",
"@ngrx/schematics": "^18.1.1",
"@ngrx/store": "^18.1.1",
"@ngrx/store-devtools": "^18.1.1",
"@ngx-translate/core": "^16.0.4",
"@nx/webpack": "^20.0.0",
"cropperjs": "1.6.2",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"material-icons": "^1.13.12",
"inputmask": "^5.0.7",
"minimatch": "^10.0.1",
"minimatch-browser": "^1.0.0",
"moment": "^2.29.4",
"monaco-editor": "^0.36.1",
"ngx-monaco-editor-v2": "14.0.4",
"pdfjs-dist": "3.4.120",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.4",
"@angular-devkit/core": "17.1.4",
"@angular-devkit/schematics": "17.1.4",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "17.1.3",
"@nx/angular": "^20.8.2",
"@nx/eslint": "20.8.2",
"@nx/eslint-plugin": "20.8.2",
"@nx/js": "20.8.2",
"@nx/web": "20.8.2",
"@types/event-emitter": "^0.3.3",
"@types/inputmask": "^5.0.3",
"@types/node": "^18.16.9",
"@types/pdfjs-dist": "^2.10.378",
"@types/superagent": "^4.1.22",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@typescript-eslint/utils": "^8.46.2",
"angular-eslint": "^20.0.0",
"commander": "12.0.0",
"cspell": "^6.29.0",
"css-loader": "^7.1.2",
"dotenv": "16.4.7",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-rxjs-x": "^0.7.7",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.3.0",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"inquirer": "^9.1.4",
"lint-staged": "15.2.9",
"ng-packagr": "17.1.2",
"nx": "^20.8.2",
"path": "^0.12.7",
"postcss": "8.4.41",
"postcss-sass": "^0.5.0",
"prettier": "3.1.1",
"sass-loader": "16.0.4",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"typescript-eslint": "^8.46.2",
"webpack-bundle-analyzer": "4.8.0"
}
}