This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.88 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
{
"name": "patrimonio-ps",
"version": "1.0.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"build:stats": "ng build --stats-json",
"analyze": "webpack-bundle-analyzer dist/patrimonio-ps/stats.json",
"test": "ng test",
"lint": "npx ng lint patrimonio-ps",
"e2e": "ng e2e",
"semantic-release": "semantic-release"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/material": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@auth0/angular-jwt": "^5.1.2",
"@fortawesome/fontawesome-free": "^6.4.0",
"@ng-idle/core": "^11.1.0",
"@ng-idle/keepalive": "^11.0.3",
"@ng-select/ng-select": "^12.0.4",
"@zxing/ngx-scanner": "^3.6.2",
"angularx-qrcode": "^14.0.0",
"bootstrap": "^5.2.1",
"crypto-js": "^4.1.1",
"echarts": "^5.4.0",
"jquery": "^3.6.3",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"ngx-bootstrap": "^9.0.0",
"ngx-bootstrap-modal": "^2.0.1",
"ngx-currency": "^4.0.0",
"ngx-easy-table": "^15.3.0",
"ngx-echarts": "^14.0.0",
"ngx-mask": "^14.2.3",
"ngx-spinner": "^14.0.0",
"ngx-toastr": "^17.0.2",
"rxjs": "~7.8.0",
"ts-simple-nameof": "^1.3.1",
"tslib": "^2.5.0",
"xlsx": "^0.18.5",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular-eslint/builder": "17.0.0",
"@angular-eslint/eslint-plugin": "17.0.0",
"@angular-eslint/eslint-plugin-template": "17.0.0",
"@angular-eslint/schematics": "17.0.0",
"@angular-eslint/template-parser": "17.0.0",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@bitovi/eslint-config": "^1.4.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/crypto-js": "^4.1.1",
"@types/jasmine": "~4.0.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"prettier": "2.8.0",
"semantic-release": "^22.0.5",
"typescript": "~5.2.2",
"webpack-bundle-analyzer": "^4.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/adolfosp/Front-PatrimonioDev.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"pkgRoot": "dist"
}
}