-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.25 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
{
"name": "davraz",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "ng deploy --base-href=/davraz/",
"upgrade": "ncu -u"
},
"engines": {
"npm": "8.x",
"node": "16.x"
},
"private": true,
"dependencies": {
"@angular/animations": "~14.2.3",
"@angular/cdk": "^14.2.2",
"@angular/common": "~14.2.3",
"@angular/compiler": "~14.2.3",
"@angular/core": "^14.2.3",
"@angular/forms": "~14.2.3",
"@angular/material": "^14.2.2",
"@angular/platform-browser": "~14.2.3",
"@angular/platform-browser-dynamic": "~14.2.3",
"@angular/router": "~14.2.3",
"a-color-picker": "^1.2.1",
"cytoscape": "^3.23.0",
"cytoscape-avsdf": "^1.0.0",
"cytoscape-cola": "^2.5.1",
"cytoscape-context-menus": "github:iVis-at-Bilkent/cytoscape.js-context-menus#unstable",
"cytoscape-dagre": "^2.4.0",
"cytoscape-euler": "^1.2.2",
"cytoscape-expand-collapse": "github:iVis-at-Bilkent/cytoscape.js-expand-collapse#unstable",
"cytoscape-fcose": "github:iVis-at-Bilkent/cytoscape.js-fcose#unstable",
"cytoscape-klay": "^3.1.4",
"cytoscape-layout-utilities": "github:iVis-at-Bilkent/cytoscape.js-layout-utilities#unstable",
"cytoscape-navigator": "^2.0.2",
"cytoscape-panzoom": "^2.5.3",
"cytoscape-spread": "^3.0.0",
"cytoscape-view-utilities": "github:iVis-at-Bilkent/cytoscape.js-view-utilities#unstable",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.3",
"@angular/cli": "~14.2.3",
"@angular/compiler-cli": "~14.2.3",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.7.21",
"angular-cli-ghpages": "^1.0.3",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.4.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"npm-check-updates": "^16.3.2",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.0",
"typescript": "~4.8.3"
}
}