-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.83 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
{
"name": "sponge-web-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --base-href=/sponge/ --deploy-url /sponge/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.6",
"@angular/cdk": "^19.2.9",
"@angular/common": "^19.2.6",
"@angular/compiler": "^19.2.6",
"@angular/core": "^19.2.6",
"@angular/forms": "^19.2.6",
"@angular/material": "^19.2.9",
"@angular/platform-browser": "^19.2.6",
"@angular/platform-browser-dynamic": "^19.2.6",
"@angular/router": "^19.2.6",
"@angular/service-worker": "^19.2.6",
"@fullstax/kaplan-meier-estimator": "^3.1.2",
"@ngx-dropzone/cdk": "^19.0.0",
"@ngx-dropzone/material": "^19.0.0",
"@sigma/export-image": "^3.0.0",
"@sigma/node-square": "^3.0.0",
"@visa-ge/ng-igv": "^0.0.11",
"file-saver": "^2.0.5",
"graphology": "^0.25.4",
"graphology-layout-force": "^0.2.4",
"katex": "^0.16.21",
"lodash": "^4.17.21",
"ngx-bootstrap": "^19.0.1",
"ngx-highlightjs": "^13.0.0",
"papaparse": "^5.5.1",
"rxjs": "~7.8.0",
"sigma": "^3.0.0-beta.38",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.7",
"@angular/cli": "^19.2.7",
"@angular/compiler-cli": "^19.2.6",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "~5.1.0",
"@types/katex": "^0.16.7",
"@types/lodash": "^4.17.16",
"@types/papaparse": "^5.3.15",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.5.2"
}
}