-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.97 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.97 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
{
"name": "crowd-frame",
"version": "1.3.3",
"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,
"dependencies": {
"@angular/animations": "21.2.5",
"@angular/cdk": "21.2.3",
"@angular/common": "21.2.5",
"@angular/compiler": "21.2.5",
"@angular/core": "21.2.5",
"@angular/forms": "21.2.5",
"@angular/localize": "21.2.5",
"@angular/material": "21.2.3",
"@angular/platform-browser": "21.2.5",
"@angular/platform-browser-dynamic": "21.2.5",
"@angular/router": "21.2.5",
"@aws-sdk/client-dynamodb": "^3.1013.0",
"@aws-sdk/client-s3": "^3.1013.0",
"@aws-sdk/credential-providers": "^3.1013.0",
"@aws-sdk/lib-dynamodb": "^3.1013.0",
"@aws-sdk/lib-storage": "^3.1013.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": "21.3.1",
"ngx-countdown": "20.0.0",
"ngx-device-detector": "^11.0.0",
"ngx-file-helpers": "14.0.1",
"ngx-ui-loader": "^19.0.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular/build": "21.2.3",
"@angular/cli": "21.2.3",
"@angular/compiler-cli": "21.2.5",
"@kolkov/angular-editor": "^3.0.5",
"@types/node": "^24.12.0",
"esbuild": "^0.27.4",
"typescript": "^5.9.3"
},
"browser": {
"crypto": false
},
"packageManager": "yarn@4.13.0"
}