-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.9 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
{
"name": "plan-anual-auditoria-mf",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4203",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:prod": "ng build --progress --configuration=production",
"build:test": "ng build --progress --configuration=development",
"build:single-spa:plan_anual_auditoria_mf": "ng build plan_anual_auditoria_mf --configuration production",
"serve:single-spa:plan_anual_auditoria_mf": "ng s --project plan_anual_auditoria_mf --disable-host-check --port 4203 --live-reload false"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "~17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/material": "~17.3.10",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"bootstrap": "^5.3.0",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"ng2-pdf-viewer": "^10.3.1",
"rxjs": "~7.8.0",
"single-spa": ">=4.0.0",
"single-spa-angular": "^9.1.2",
"sweetalert2": "^11.12.4",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.2",
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"@types/crypto-js": "^4.2.2",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "~4.3.0",
"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.1.0",
"style-loader": "^3.3.1",
"typescript": "~5.4.5"
}
}