-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
110 lines (110 loc) · 3.49 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
{
"name": "adf-starter-acs",
"version": "3.0.0",
"description": "Starter project for ADF and ACS",
"license": "Apache-2.0",
"author": {
"name": "Denys Vuika",
"email": "denys.vuika@gmail.com",
"url": "https://github.com/DenysVuika"
},
"scripts": {
"start": "nx serve app --open",
"build": "nx build app",
"build:prod": "nx build app --configuration=production",
"test": "nx test app",
"test:ci": "nx test app --no-watch --no-progress --browsers=ChromeHeadless",
"lint": "nx lint app",
"docs": "mdbook serve"
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "6.8.0-8455415016",
"@alfresco/adf-core": "6.8.0-8455415016",
"@alfresco/adf-extensions": "6.8.0-8455415016",
"@alfresco/js-api": "7.7.0-8455415016",
"@angular/animations": "^14.2.9",
"@angular/cdk": "^14.2.6",
"@angular/common": "^14.2.9",
"@angular/compiler": "^14.2.9",
"@angular/core": "^14.2.9",
"@angular/forms": "^14.2.9",
"@angular/material": "^14.2.6",
"@angular/material-date-fns-adapter": "^14.2.6",
"@angular/platform-browser": "^14.2.9",
"@angular/platform-browser-dynamic": "^14.2.9",
"@angular/router": "^14.2.9",
"@angular/youtube-player": "^14.2.7",
"@fontsource/open-sans": "^5.0.12",
"@mat-datetimepicker/core": "^10.0.10",
"@ngx-translate/core": "^14.0.0",
"@nx/angular": "17.0.3",
"angular-calendar": "^0.30.1",
"chart.js": "^4.4.2",
"cropperjs": "1.5.12",
"date-fns": "^2.30.0",
"material-icons": "^1.13.8",
"minimatch": "^9.0.3",
"pdfjs-dist": "3.3.122",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "^14.2.3",
"rxjs": "^6.6.3",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.13",
"@angular-devkit/core": "^14.2.9",
"@angular-devkit/schematics": "^14.2.13",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "^14.2.13",
"@angular/compiler-cli": "^14.2.9",
"@angular/language-service": "^14.2.9",
"@nx/angular": "17.0.3",
"@nx/eslint": "17.0.3",
"@nx/eslint-plugin": "17.0.3",
"@nx/jest": "17.0.3",
"@nx/js": "17.0.3",
"@nx/workspace": "17.3.0",
"@schematics/angular": "^14.2.13",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/jest": "^29.4.0",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "^13.1.6",
"jsonc-eslint-parser": "^2.1.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "^14.2.2",
"nx": "17.0.3",
"postcss": "^8.4.35",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"typescript": "4.6.4"
},
"scarfSettings": {
"enabled": false
}
}