-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.96 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.96 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
{
"name": "DxGPT",
"version": "1.0.0",
"license": "",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:dxgpt": "ng serve --configuration=develop",
"start:dxeugpt": "ng serve --configuration=dxeugpt",
"start:salud-gpt": "ng serve --configuration=salud-gpt",
"start:sermas-gpt": "ng serve --configuration=sermas-gpt",
"start:iasalut-ajuda-dx": "ng serve --configuration=iasalut-ajuda-dx",
"build": "ng build",
"buildDev": "ng build --configuration develop",
"buildStaging": "ng build --configuration staging",
"buildProd": "ng build --configuration production",
"build:dxgpt": "ng build --configuration=production",
"build:dxeugpt": "ng build --configuration=dxeugpt-prod",
"build:dxeugpt:dev": "ng build --configuration=dxeugpt-dev",
"build:salud-gpt": "ng build --configuration=salud-gpt-prod",
"build:salud-gpt:dev": "ng build --configuration=salud-gpt-dev",
"build:sermas-gpt": "ng build --configuration=sermas-gpt-prod",
"build:sermas-gpt:dev": "ng build --configuration=sermas-gpt-dev",
"build:iasalut-ajuda-dx": "ng build --configuration=iasalut-ajuda-dx-prod",
"build:iasalut-ajuda-dx:dev": "ng build --configuration=iasalut-ajuda-dx-dev",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "20.3.29",
"@angular/cdk": "20.2.14",
"@angular/common": "20.3.29",
"@angular/compiler": "20.3.29",
"@angular/core": "20.3.29",
"@angular/forms": "20.3.29",
"@angular/localize": "20.3.29",
"@angular/material": "20.2.14",
"@angular/platform-browser": "20.3.29",
"@angular/platform-browser-dynamic": "20.3.29",
"@angular/router": "20.3.29",
"@fortawesome/fontawesome-free": "^6.7.1",
"@microsoft/applicationinsights-web": "^2.5.11",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "5.2.0",
"clipboard": "^2.0.8",
"cookieconsent": "^3.1.1",
"marked": "^15.0.12",
"ngx-cookieconsent": "^8.0.0",
"ngx-spinner": "^19.0.0",
"pdfmake": "^0.2.19",
"rxjs": "~7.5.0",
"sweetalert2": "^10.11.1",
"tslib": "2.2.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.34",
"@angular/cli": "20.3.34",
"@angular/compiler-cli": "20.3.29",
"@angular/language-service": "20.3.29",
"@types/jasmine": "~3.6.0",
"@types/node": "13.9.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "1.5.0",
"ts-node": "8.6.2",
"typescript": "5.8.3"
},
"volta": {
"node": "22.12.0"
},
"overrides": {
"serialize-javascript": "^7.0.5",
"tar": "^7.5.22"
}
}