-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
119 lines (119 loc) · 4.09 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
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "clearml-webapp",
"version": "2.0.0",
"license": "",
"scripts": {
"ng": "ng",
"start": "npx ng serve",
"start-widgets": "npx ng serve --port 4201 --project report-widgets --proxy-config proxy.config.mjs --live-reload false",
"hmr": "npx ng serve --live-reload true",
"build": "npx ng build --configuration production --source-map",
"build-dev": "node ./node_modules/.bin/ng build --extract-css=false",
"build-widgets": "npx 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": "node --max_old_space_size=3248 ./node_modules/.bin/ng build --configuration production --aot --stats-json; webpack-bundle-analyzer build/stats.json",
"submodule": "git submodule update --recursive --remote --init"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.12",
"@angular/cdk": "^18.2.14",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/material": "^18.2.14",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/platform-server": "^18.2.12",
"@angular/router": "^18.2.12",
"@angular/service-worker": "^18.2.12",
"@angular/youtube-player": "^18.2.14",
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/s3-request-presigner": "^3.693.0",
"@ctrl/ngx-github-buttons": "^9.0.0",
"@ctrl/tinycolor": "^4.1.0",
"@ngneat/dag": "^2.0.0",
"@ngrx/component": "^18.1.1",
"@ngrx/effects": "^18.1.1",
"@ngrx/entity": "^18.1.1",
"@ngrx/operators": "^18.1.1",
"@ngrx/router-store": "^18.1.1",
"@ngrx/store": "^18.1.1",
"@typescript-eslint/types": "^8.15.0",
"ace-builds": "^1.36.5",
"angular-resizable-element": "^7.0.2",
"angular-split": "^18.0.0",
"ansi-to-html": "^0.7.2",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.6",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-zoom": "^2.1.0",
"curved-arrows": "^0.3.0",
"d3-selection": "^3.0.0",
"date-fns": "^4.1.0",
"diff": "^7.0.0",
"dom-to-image": "^2.6.0",
"dompurify": "^3.2.0",
"export-to-csv": "^1.4.0",
"filesize": "^10.1.6",
"has-ansi": "^6.0.0",
"hocon-parser": "^1.0.1",
"lodash-es": "^4.17.21",
"lucene": "^2.1.1",
"marked": "^12.0.2",
"ng2-charts": "^6.0.1",
"ngx-clipboard": "^16.0.0",
"ngx-color-picker": "^17.0.0",
"ngx-device-detector": "^8.0.0",
"ngx-markdown-editor": "^5.3.4",
"ngx-print": "^1.5.1",
"ngx-window-token": "^7.0.0",
"ngxtension": "^4.1.0",
"object-hash": "^3.0.0",
"primeicons": "^7.0.0",
"primeng": "^17.18.15",
"rxjs": "^7.8.1",
"string-to-color": "^2.2.2",
"taira": "^3.2.2",
"tslib": "^2.8.1",
"url": "^0.11.4",
"uuid": "^11.0.3",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular-devkit/core": "^18.2.12",
"@angular-devkit/schematics": "^18.2.12",
"@angular-devkit/schematics-cli": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular/language-service": "^18.2.12",
"@ngrx/eslint-plugin": "^18.1.1",
"@ngrx/schematics": "^18.1.1",
"@ngrx/store-devtools": "^18.1.1",
"@types/d3-selection": "^3.0.11",
"@types/diff": "^6.0.0",
"@types/dom-to-image": "^2.6.7",
"@types/dompurify": "^3.0.5",
"@types/has-ansi": "^5.0.2",
"@types/jasmine": "^5.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/plotly.js": "^2.35.0",
"@types/tinycolor2": "^1.4.6",
"@types/uuid": "^10.0.0",
"angular-eslint": "^18.4.1",
"eslint": "^9.15.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"primeng-sass-theme": "github:primefaces/primeng-sass-theme",
"typescript": "^5.5.4",
"typescript-eslint": "^8.15.0"
}
}