-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.52 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
{
"name": "sga-cliente-inscripcion-mf",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4209",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"prepare": "husky",
"build:single-spa:sga-cliente-inscripcion-mf": "ng build sga-cliente-inscripcion-mf --configuration production",
"serve:single-spa:sga-cliente-inscripcion-mf": "ng s --project sga-cliente-inscripcion-mf --disable-host-check --port 4209 --live-reload false",
"build:prod": "ng build --progress --configuration=production",
"build:test": "ng build --progress --configuration=development"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.14",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/list": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
"@ngrx/store": "^16.3.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@ngxs/store": "^3.8.2",
"@popperjs/core": "^2.11.6",
"@sweetalert2/themes": "^5.0.16",
"bootstrap": "^5.2.3",
"crypto-js": "^4.2.0",
"jszip": "^3.10.1",
"moment-timezone": "^0.5.45",
"ng2-pdf-viewer": "^10.0.0",
"ngx-doc-viewer": "^15.0.1",
"ngx-extended-pdf-viewer": "^19.4.1",
"pdfjs-dist": "^4.0.379",
"rxjs": "~7.8.0",
"single-spa": ">=4.0.0",
"single-spa-angular": "^9.0.1",
"spinner-util": "^0.0.3",
"sweetalert2": "^11.10.5",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "16.0.1",
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/localize": "^16.0.0",
"@types/crypto-js": "^4.2.2",
"@types/jasmine": "~4.3.0",
"husky": "^9.0.11",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"simple-git": "^3.24.0",
"style-loader": "^3.3.1",
"typescript": "~5.0.2"
}
}