-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·58 lines (58 loc) · 2.06 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
{
"name": "thingsboard-pe-ui-types",
"version": "3.9.0",
"description": "TypeScript definitions for ThingsBoard PE UI",
"homepage": "https://github.com/thingsboard/thingsboard-pe-ui-types",
"license": "Apache License 2.0",
"main": "",
"types": "src/app/app.module.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/thingsboard/thingsboard-pe-ui-types"
},
"scripts": {},
"dependencies": {
"@angular/animations": "18.2.13",
"@angular/cdk": "18.2.14",
"@angular/common": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/material": "18.2.14",
"@angular/platform-browser": "18.2.13",
"@angular/router": "18.2.13",
"@flowjs/flow.js": "^2.14.1",
"@flowjs/ngx-flow": "18.0.1",
"@fullcalendar/angular": "^6.1.15",
"@iplab/ngx-color-picker": "^18.0.1",
"@mat-datetimepicker/core": "~14.0.0",
"@ngrx/store": "^18.1.1",
"@ngx-translate/core": "^15.0.0",
"@tinymce/tinymce-angular": "^8.0.1",
"dayjs": "1.11.13",
"@types/canvas-gauges": "^2.1.8",
"@types/flot": "^0.0.36",
"@types/jquery": "^3.5.32",
"@types/js-beautify": "^1.14.3",
"@types/node": "~20.17.8",
"@types/tinycolor2": "^1.4.6",
"@types/tooltipster": "^0.0.35",
"angular-gridster2": "~18.0.1",
"angular2-hotkeys": "^16.0.1",
"jquery": "^3.7.1",
"leaflet": "1.9.4",
"leaflet-polylinedecorator": "1.6.0",
"leaflet.markercluster": "1.5.3",
"marked": "~12.0.2",
"ngx-clipboard": "^16.0.0",
"ngx-daterangepicker-material": "^6.0.4",
"ngx-drag-drop": "^18.0.2",
"ngx-flowchart": "https://github.com/thingsboard/ngx-flowchart.git#release/3.0.0",
"ngx-hm-carousel": "^18.0.0",
"ngx-markdown": "^18.1.0",
"ngx-sharebuttons": "^15.0.6",
"rxjs": "~7.8.1",
"ts-node": "^10.9.2",
"zone.js": "~0.14.10"
},
"typeScriptVersion": "5.5.4"
}