-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 3.34 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
{
"name": "ebad-front",
"version": "2.11.0",
"scripts": {
"ng": "ng",
"start": "node server.js",
"start-dev": "ng serve --proxy-config proxy.conf.json",
"start:coverage": "ng serve --proxy-config proxy-cov.conf.json",
"build": "ng build --aot --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.5",
"@angular/cdk": "^16.0.2",
"@angular/common": "^16.0.5",
"@angular/compiler": "^16.0.5",
"@angular/core": "^16.0.3",
"@angular/forms": "^16.0.5",
"@angular/localize": "^16.0.5",
"@angular/material": "^16.0.4",
"@angular/platform-browser": "^16.0.5",
"@angular/platform-browser-dynamic": "^16.0.5",
"@angular/router": "^16.0.5",
"@ckeditor/ckeditor5-angular": "^6.0.1",
"@ckeditor/ckeditor5-build-classic": "^40.0.0",
"@ng-bootstrap/ng-bootstrap": "^15.1.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"@stomp/ng2-stompjs": "^8.0.0",
"@types/file-saver": "^2.0.5",
"@types/sockjs-client": "^1.5.1",
"angular-datatables": "^16.0.0",
"angular-feather": "^6.5.0",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1",
"angular-svg-icon": "^16.1.0",
"apexcharts": "^3.41.1",
"bootstrap": "^5.2.3",
"core-js": "^3.32.0",
"datatables.net": "^1.13.6",
"datatables.net-dt": "^1.13.8",
"event-source-polyfill": "^1.0.26",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.7.0",
"jsrsasign": "^10.8.6",
"jsrsasign-util": "^1.0.5",
"live-server": "^1.2.2",
"marked": "^7.0.3",
"ng-apexcharts": "^1.7.7",
"ng-multiselect-dropdown3": "^1.0.6",
"ng-terminal": "^5.7.0",
"ngx-countup": "^13.0.0",
"ngx-file-drop": "^16.0.0",
"ngx-pagination": "^6.0.3",
"ngx-resize": "^2.0.0",
"rxjs": "^7.8.1",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"swagger-ui": "^5.3.2",
"tslib": "^2.6.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.5",
"@angular/cli": "^16.0.5",
"@angular/compiler-cli": "^16.0.5",
"@angular/language-service": "^16.0.5",
"@cypress/code-coverage": "^3.12.18",
"@cypress/schematic": "^2.5.1",
"@cypress/webpack-preprocessor": "^5.17.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@types/datatables.net": "^1.10.24",
"@types/jasmine": "~4.3.5",
"@types/jasminewd2": "~2.0.11",
"@types/jquery": "^3.5.17",
"@types/node": "^20.11.0",
"codelyzer": "^6.0.2",
"cypress": "^12.17.3",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-coverage": "^3.2.0",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ngx-build-plus": "^16.0.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.8.0",
"tslint": "~6.1.0",
"typescript": "5.0.4"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true
}
}