-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
107 lines (107 loc) · 3.26 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
{
"name": "abhi-cyto",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.5",
"@angular/compiler": "~8.2.5",
"@angular/core": "~8.2.5",
"@angular/forms": "~8.2.5",
"@angular/http": "^7.2.16",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~8.2.5",
"@angular/platform-browser-dynamic": "~8.2.5",
"@angular/router": "~8.2.5",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@oracle/addthis-angularjs": "^1.0.4",
"angular-datatables": "^10.1.3",
"animate.css": "^4.1.1",
"apexcharts": "^3.26.3",
"bootstrap": "^4.6.0",
"cytoscape": "^3.19.0",
"cytoscape-automove": "^1.10.2",
"cytoscape-bubblesets": "^2.0.0",
"cytoscape-cise": "^1.0.0",
"cytoscape-cola": "^2.4.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-d3-force": "^1.1.4",
"cytoscape-dagre": "^2.3.2",
"cytoscape-elk": "^2.0.2",
"cytoscape-elk-saul": "^1.1.12",
"cytoscape-euler": "^1.2.2",
"cytoscape-expand-collapse": "^4.0.0",
"cytoscape-fcose": "^2.0.0",
"cytoscape-klay": "^3.1.4",
"cytoscape-layout-utilities": "^1.0.2",
"cytoscape-navigator": "^2.0.1",
"cytoscape-panzoom": "^2.5.3",
"cytoscape-undo-redo": "^1.3.3",
"cytoscape-view-utilities": "^5.0.0",
"d3": "^6.7.0",
"d3-force-3d": "^2.3.2",
"datatables.net": "^1.10.24",
"datatables.net-buttons": "^1.7.0",
"datatables.net-buttons-dt": "^1.7.0",
"datatables.net-dt": "^1.10.24",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"hover.css": "^2.3.2",
"install": "^0.13.0",
"intro.js": "^3.4.0",
"jquery": "^3.6.0",
"jszip": "^3.6.0",
"ng-sidebar": "^9.4.2",
"ng-sidebar-accordion": "^2.0.1",
"ngx-color-picker": "^10.1.0",
"ngx-sharebuttons": "^8.0.5",
"ngx-tour-core": "^4.2.0",
"ngx-tour-md-menu": "^4.2.0",
"npm": "^6.14.13",
"particles.js": "^2.0.0",
"particlesjs": "^2.2.3",
"pdfmake": "^0.1.71",
"rxjs": "~6.4.0",
"simplebar-angular": "^2.3.3",
"sweetalert2": "^11.0.17",
"tslib": "^1.14.1",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.4",
"@angular/cli": "~8.3.4",
"@angular/compiler-cli": "~8.2.5",
"@angular/language-service": "~8.2.5",
"@types/d3": "^6.7.0",
"@types/datatables.net": "^1.10.19",
"@types/datatables.net-buttons": "^1.4.5",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "^2.0.9",
"@types/jquery": "^3.5.5",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
}