-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.06 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
{
"name": "crowd-frame",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"update": "ng update",
"serve": "ng serve --proxy-config proxy.conf.json",
"serve:it": "ng serve --proxy-config proxy.conf.json --configuration=development-it",
"production": "ng serve --configuration=production",
"production:it": "ng serve --configuration=production-it",
"build": "ng build",
"build:it": "ng build --configuration=development-it",
"translate": "ng extract-i18n --output-path src/locale",
"lint": "ng lint"
},
"private": true,
"engines": {
"node": ">=24.15.0 <25",
"yarn": ">=4.16.0 <5"
},
"dependencies": {
"@angular/animations": "^22.0.1",
"@angular/cdk": "^22.0.1",
"@angular/common": "^22.0.1",
"@angular/compiler": "^22.0.1",
"@angular/core": "^22.0.1",
"@angular/forms": "^22.0.1",
"@angular/localize": "^22.0.1",
"@angular/material": "^22.0.1",
"@angular/platform-browser": "^22.0.1",
"@angular/platform-browser-dynamic": "^22.0.1",
"@angular/router": "^22.0.1",
"@aws-sdk/client-dynamodb": "^3.1066.0",
"@aws-sdk/client-s3": "^3.1066.0",
"@aws-sdk/credential-providers": "^3.1066.0",
"@aws-sdk/lib-dynamodb": "^3.1066.0",
"@aws-sdk/lib-storage": "^3.1066.0",
"@funktechno/texthighlighter": "^2.1.2",
"@ng-bootstrap/ng-bootstrap": "20.0.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"crypto-es": "^3.1.3",
"material-icons": "^1.13.14",
"ngx-color-picker": "^20.1.1",
"ngx-cookie-service": "22.0.0",
"ngx-countdown": "20.0.0",
"ngx-device-detector": "^12.0.0",
"ngx-file-helpers": "15.0.1",
"ngx-ui-loader": "^19.0.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular/build": "^22.0.1",
"@angular/cli": "^22.0.1",
"@angular/compiler-cli": "^22.0.1",
"@kolkov/angular-editor": "^3.0.5",
"@types/node": "^24.13.2",
"esbuild": "^0.27.7",
"typescript": "~6.0.3"
},
"browser": {
"crypto": false
},
"packageManager": "yarn@4.16.0"
}