-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.85 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
{
"name": "lisweb-ng-frontend",
"author": "Arthur, Roger, Wellington, Hotsoft",
"email": "[email protected]",
"license": "UNLICENSED",
"version": "0.0.1",
"scripts": {
"ng": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "node ./decorate-angular-cli.js"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^15.0.2",
"@angular/animations": "^15.0.2",
"@angular/cdk": "^15.0.1",
"@angular/common": "^15.0.2",
"@angular/compiler-cli": "^15.0.2",
"@angular/core": "^15.0.2",
"@angular/forms": "^15.0.2",
"@angular/material": "15.2.4",
"@angular/material-moment-adapter": "^15.0.1",
"@angular/platform-browser": "^15.0.2",
"@angular/platform-browser-dynamic": "^15.0.2",
"@angular/router": "^15.0.2",
"@ngneat/helipopper": "^7.1.1",
"@ngneat/overview": "^4.1.0",
"@ngneat/until-destroy": "^9.2.3",
"@ngx-translate/core": "^14.0.0",
"@nrwl/angular": "16.2.1",
"@nrwl/schematics": "^8.12.11",
"@popperjs/core": "^2.11.7",
"@schematics/angular": "^15.2.3",
"angular-hotkeys": "^1.7.0",
"bootstrap": "^5.3.0",
"core-util-is": "^1.0.3",
"got": "^12.5.3",
"moment": "^2.30.1",
"ngx-mask": "^15.1.0",
"node": "^20.5.0",
"rxjs": "^7.8.1",
"sass": "^1.58.3",
"tslib": "^2.6.1",
"sass-loader": "^13.3.2",
"typescript-tslint-plugin": "^1.0.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-devkit/architect": "^0.1502.4",
"@angular-devkit/core": "^15.0.2",
"@angular-devkit/schematics": "^16.2.10",
"@angular/compiler": "^15.0.2",
"@angular/language-service": "^16.2.0",
"@nrwl/jest": "17.1.2",
"@nrwl/cypress": "16.6.0",
"@nrwl/js": "17.2.8",
"@nrwl/nx-cloud": "^16.3.0",
"@nrwl/workspace": "^17.2.8",
"@types/jasmine": "^4.3.1",
"@types/jest": "^29.4.0",
"@types/node": "^20.5.0",
"core-js": "^3.29.1",
"cypress": "^12.2.0",
"jasmine-core": "^4.6.0",
"jasmine-spec-reporter": "^7.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "~13.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",
"node-fetch": "^3.3.1",
"nx": "16.2.1",
"rxjs-compat": "^6.6.7",
"tapable": "^2.2.1",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5",
"webpack": "^5.88.2",
"webpack-cli": "^5.0.1"
},
"volta": {
"node": "19.8.1",
"yarn": "1.22.19",
"typescript": "^4.6.4",
"webpack": "^5.68.0"
},
"main": "index.js",
"repository": "[email protected]:hotsoft-informatica/lisweb-ng-frontend.git"
}