-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.99 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "empiria-land-intranet",
"author": "La Vía Óntica SC, Ontica LLC and contributors.",
"version": "5.0.0-beta.5",
"description": "Empiria Land Intranet Application",
"license": "AGPL-3.0",
"homepage": "http://ontica.org/empiria-land",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Ontica/Empiria.Land.Intranet"
},
"contributors": [
"Janeth Montero <janeth.montero@ontica.org>",
"José Manuel Cota <jmcota@ontica.org>"
],
"keywords": [
"Empiria",
"Land",
"registro público",
"modernización",
"servicios en línea",
"registro de propiedades",
"registro inmobiliario",
"emisión de certificados",
"folio real electrónico",
"catastro",
"certeza jurídica",
"gravamen",
"libertad de gravamen",
"gobierno electrónico",
"administración territorial",
"tenencia de la tierra",
"doing business",
"mejora regulatoria",
"propiedad",
"sedatu",
"predial",
"recaudación",
"land recording",
"e-government",
"e-gobierno",
"notarios",
"notarías",
"Infonavit",
"México",
"Tlaxcala",
"Zacatecas"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "^17.3.4",
"@angular/cdk": "^17.3.4",
"@angular/common": "^17.3.4",
"@angular/compiler": "^17.3.4",
"@angular/core": "^17.3.4",
"@angular/forms": "^17.3.4",
"@angular/material": "^17.3.4",
"@angular/material-moment-adapter": "^17.3.4",
"@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "^17.3.4",
"@angular/router": "^17.3.4",
"@ng-select/ng-select": "^12.0.7",
"@types/quill": "^2.0.14",
"@typescript-eslint/scope-manager": "^7.4.0",
"crypto-js": "^4.2.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"ng-table-virtual-scroll": "^1.6.1",
"ngx-quill": "^25.1.3",
"pako": "^2.1.0",
"quill": "^2.0.0-rc.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.4",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.3.4",
"@angular/compiler-cli": "^17.3.4",
"@types/jasmine": "^5.1.0",
"@types/node": "^12.19.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"jasmine-core": "^5.1.0",
"jasmine-spec-reporter": "~5.0.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",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "5.2"
}
}