-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 2 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
{
"name": "gestion_contractual_compras_contrato_mf",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201",
"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:gestion_contractual_compras_contrato_mf": "ng build gestion_contractual_compras_contrato_mf --configuration production",
"serve:single-spa:gestion_contractual_compras_contrato_mf": "ng s --project gestion_contractual_compras_contrato_mf --disable-host-check --port 4201 --live-reload false"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.10",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/forms": "^17.3.10",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/router": "^17.3.10",
"ng2-pdf-viewer": "^10.3.0",
"ngx-quill": "^25.3.2",
"quill": "^2.0.2",
"rxjs": "~7.8.0",
"single-spa": ">=4.0.0",
"single-spa-angular": "^9.1.2",
"sweetalert2": "^11.12.0",
"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.10",
"@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"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}