-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.64 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.64 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "frontend-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "NODE_OPTIONS=\"--max-old-space-size=6000\" ng serve",
"build": "ng build",
"build:prod": "NODE_OPTIONS=\"--max-old-space-size=6000\" ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"i18n:extract": "transloco-keys-manager extract",
"i18n:find": "transloco-keys-manager find",
"check:licenses": "node parse-3rdpartylicenses.js dist/frontend-angular/3rdpartylicenses.txt"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.0",
"@angular/cdk": "^21.2.0",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/material": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/platform-browser-dynamic": "^21.2.0",
"@angular/router": "^21.2.0",
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/language": "^6.12.2",
"@codemirror/lint": "^6.9.5",
"@codemirror/state": "^6.5.4",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.39.16",
"@coreui/angular": "^5.6.17",
"@coreui/icons": "^3.0.1",
"@coreui/icons-angular": "^5.6.17",
"@dagrejs/dagre": "^2.0.4",
"@foblex/flow": "^18.1.2",
"@fontsource/roboto": "^5.2.10",
"@fortawesome/angular-fontawesome": "^4.0.0",
"@fortawesome/fontawesome-free": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fullcalendar/angular": "^6.1.20",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@jsverse/transloco": "^8.2.1",
"@katoid/angular-grid-layout": "^3.1.0",
"@lezer/common": "^1.5.1",
"@ng-select/ng-option-highlight": "^21.5.2",
"@ng-select/ng-select": "^21.5.2",
"@primeng/themes": "^21.0.4",
"@prometheus-io/codemirror-promql": "^0.308.0",
"@tsparticles/angular": "^3.0.0",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/slim": "^3.9.1",
"@types/canvas-gauges": "^2.1.8",
"@types/codemirror": "^5.60.17",
"@types/d3": "^7.4.3",
"@types/d3-hexbin": "^0.2.5",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.24",
"@types/sprintf-js": "^1.1.4",
"animate.css": "^4.1.1",
"canvas-gauges": "^2.1.7",
"codemirror": "^6.0.2",
"d3": "^7.9.0",
"d3-hexbin": "^0.2.2",
"dropzone": "^6.0.0-beta.2",
"file-saver": "^2.0.5",
"flag-icons": "^7.5.0",
"initials": "^3.1.2",
"jsvectormap": "^1.7.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.23",
"luxon": "^3.7.2",
"ngx-color-picker": "^20.1.1",
"ngx-cookie-service": "^21.1.0",
"ngx-echarts": "^21.0.0",
"ngx-resize-observer": "^3.3.0",
"ngx-scrollbar": "^19.1.4",
"ngx-toastr": "^20.0.5",
"prettier": "^3.8.1",
"primeng": "^21.1.2",
"rxjs": "~7.8.2",
"simple-pie": "^1.3.8",
"sprintf-js": "^1.1.3",
"sunburst-chart": "^1.21.4",
"tslib": "^2.8.1",
"tsparticles": "^3.9.1",
"uplot": "^1.6.32",
"uuid": "^13.0.0",
"vanilla-jsoneditor": "^3.11.0",
"vis-network": "^10.0.2",
"vis-timeline": "^8.5.0",
"zone.js": "^0.16.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-arm64-gnu": "^4.59.0"
},
"overrides": {
"sass": "^1.97.0"
},
"devDependencies": {
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"@angular/localize": "^21.2.0",
"@jsverse/transloco-keys-manager": "^8.1.0",
"@types/dropzone": "^5.7.9",
"@types/jasmine": "~6.0.0",
"@types/leaflet": "^1.9.21",
"@types/leaflet.fullscreen": "^5.2.0",
"@types/luxon": "^3.7.1",
"jasmine-core": "~6.1.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"typescript": "~5.9.3"
}
}