-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.65 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
{
"name": "seg-track-ui",
"version": "0.1.2",
"author": "Johannes Seiffarth",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "node git-version.js && ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.14",
"@angular/cdk": "^10.2.7",
"@angular/common": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/forms": "~11.2.14",
"@angular/material": "^10.2.7",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@auth0/angular-jwt": "^5.0.2",
"@capacitor/android": "^2.4.9",
"@capacitor/core": "2.4.0",
"@ionic-native/core": "^5.36.0",
"@ionic-native/splash-screen": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic/angular": "^5.6.14",
"@ionic/storage": "^3.0.6",
"@ionic/storage-angular": "^3.0.6",
"@msgpack/msgpack": "^2.7.0",
"angular-resize-event": "^2.1.0",
"color-convert": "^2.0.1",
"cytoscape": "^3.22.1",
"cytoscape-dagre": "^2.4.0",
"dayjs": "^1.10.6",
"hammerjs": "^2.0.8",
"line-intersect": "^3.0.0",
"lodash": "^4.17.21",
"mathjs": "^7.6.0",
"ngx-color-picker": "^11.0.0",
"ngx-cookie-service": "^12.0.3",
"point-in-polygon": "^1.1.0",
"polygon-tools": "^0.4.8",
"rbush": "^3.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.5.5",
"simplify-js": "^1.2.4",
"text-encoder": "0.0.4",
"tree-kit": "^0.7.4",
"tslib": "^2.3.1",
"typescript-json-serializer": "^2.5.3",
"uuid": "^8.3.2",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.14",
"@angular/cli": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/compiler-cli": "~11.2.14",
"@angular/language-service": "~11.2.14",
"@capacitor/cli": "2.4.0",
"@ionic/angular-toolkit": "^2.3.0",
"@ionic/lab": "3.2.7",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.20.21",
"codelyzer": "^6.0.2",
"git-describe": "^4.1.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"json-server": "^0.16.3",
"karma": "^6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.1.6"
},
"description": "SegUI: microbial image annotation made easy"
}