-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.9 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.9 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
{
"name": "clearml-webapp",
"version": "2.5.0",
"license": "",
"engines": {
"pnpm": "^10"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-widgets": "ng serve --port 4201 --project report-widgets --proxy-config proxy.config.mjs --live-reload false",
"hmr": "ng serve --live-reload true",
"build": "ng build --configuration production --source-map",
"build-dev": "node ./node_modules/.bin/ng build --extract-css=false",
"build-widgets": "ng build --project report-widgets --configuration production",
"fetch": "./scripts/get-remote-build.sh",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e --port 4300",
"bundle-report": "ng build --configuration production --stats-json && pnpm dlx webpack-bundle-analyzer build/stats.json",
"submodule": "git submodule update --recursive --remote --init"
},
"private": true,
"dependencies": {
"@angular/cdk": "^21.2.13",
"@angular/common": "^21.2.15",
"@angular/compiler": "^21.2.15",
"@angular/core": "^21.2.15",
"@angular/forms": "^21.2.15",
"@angular/material": "^21.2.13",
"@angular/material-date-fns-adapter": "^21.2.13",
"@angular/platform-browser": "^21.2.15",
"@angular/platform-browser-dynamic": "^21.2.15",
"@angular/platform-server": "^21.2.15",
"@angular/router": "^21.2.15",
"@angular/service-worker": "^21.2.15",
"@angular/youtube-player": "^21.2.13",
"@aws-sdk/client-s3": "^3.1057.0",
"@aws-sdk/s3-request-presigner": "^3.1057.0",
"@ctrl/ngx-github-buttons": "^9.0.0",
"@ctrl/tinycolor": "4.2.0",
"@ngneat/dag": "^2.0.0",
"@ngrx/component": "^21.1.0",
"@ngrx/effects": "^21.1.0",
"@ngrx/entity": "^21.1.0",
"@ngrx/operators": "^21.1.0",
"@ngrx/router-store": "^21.1.0",
"@ngrx/signals": "^21.1.0",
"@ngrx/store": "^21.1.0",
"@primeuix/themes": "^2.0.3",
"@typescript-eslint/types": "^8.60.0",
"ace-builds": "^1.44.0",
"angular-resizable-element": "^8.0.3",
"angular-split": "^20.0.0",
"ansi-to-html": "^0.7.2",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-zoom": "^2.2.0",
"curved-arrows": "^0.3.0",
"d3-interpolate": "^3.0.1",
"d3-selection": "^3.0.0",
"date-fns": "^4.4.0",
"diff": "^8.0.4",
"dom-to-image": "^2.6.0",
"dompurify": "^3.4.7",
"export-to-csv": "^1.4.0",
"filesize": "^11.0.17",
"has-ansi": "^6.0.2",
"hocon-parser": "^1.0.1",
"lodash-es": "^4.18.1",
"lucene": "^2.1.1",
"marked": "^12.0.2",
"ng2-charts": "^10.0.0",
"ng2-fittext": "^2.0.0",
"ngx-clipboard": "^16.0.0",
"ngx-color-picker": "20.1.1",
"ngx-device-detector": "^11.0.0",
"ngx-markdown-editor": "^5.3.4",
"ngx-print": "^21.2.0",
"ngx-window-token": "^7.0.0",
"ngxtension": "^7.2.0",
"object-hash": "^3.0.0",
"primeng": "^21.1.8",
"rxjs": "^7.8.2",
"semver": "^7.8.1",
"string-to-color": "^2.2.2",
"taira": "^3.2.2",
"tslib": "^2.8.1",
"url": "^0.11.4",
"uuid": "^13.0.2",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-architects/ngrx-toolkit": "^21.0.1",
"@angular/build": "^21.2.13",
"@angular/cli": "^21.2.13",
"@angular/compiler-cli": "^21.2.15",
"@angular/language-service": "^21.2.15",
"@eslint/js": "^10.0.1",
"@ngrx/eslint-plugin": "^21.1.0",
"@ngrx/schematics": "^21.1.0",
"@ngrx/store-devtools": "^21.1.0",
"@playwright/test": "^1.60.0",
"@primeuix/styles": "^2.0.3",
"@types/d3-selection": "^3.0.11",
"@types/dom-to-image": "^2.6.7",
"@types/has-ansi": "^5.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.12.4",
"@types/plotly.js": "^3.0.10",
"@types/tinycolor2": "^1.4.6",
"angular-eslint": "^21.4.0",
"eslint": "^10.4.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.60.0"
}
}