-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.45 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
{
"name": "ng-visuall",
"version": "1.0.0",
"description": "Customizable graph visualization tool",
"scripts": {
"ng": "ng",
"start": "node server.js",
"start-logs": "node file-server.js",
"build": "ng build && node time-stamper.js",
"test": "ng test",
"lint": "ng lint",
"webdriver-update": "webdriver-manager update",
"heroku-postbuild": "ng build --configuration=heroku && node time-stamper.js",
"prod": "ng build --configuration production && node server.js",
"serve-public": "ng serve --host 0.0.0.0",
"build-prod": "ng build --configuration production && node time-stamper.js",
"cy": "cypress open",
"e2e": "cd scripts && cypress run --config-file cypress.config.ts > e2e-results.txt"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.1",
"@angular/cdk": "^13.0.0",
"@angular/common": "^14.0.1",
"@angular/compiler": "^14.0.1",
"@angular/core": "^14.0.1",
"@angular/forms": "^14.0.1",
"@angular/localize": "^14.0.1",
"@angular/material": "^13.0.0",
"@angular/platform-browser": "^14.0.1",
"@angular/platform-browser-dynamic": "^14.0.1",
"@angular/router": "^14.0.1",
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@popperjs/core": "^2.11.5",
"a-color-picker": "^1.2.1",
"angular2-draggable": "^2.3.2",
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"compression": "^1.7.4",
"cytoscape": "^3.21.1",
"cytoscape-cise": "github:iVis-at-Bilkent/cytoscape.js-cise#develop",
"cytoscape-context-menus": "github:iVis-at-Bilkent/cytoscape.js-context-menus#unstable",
"cytoscape-expand-collapse": "github:iVis-at-Bilkent/cytoscape.js-expand-collapse#unstable",
"cytoscape-fcose": "github:iVis-at-Bilkent/cytoscape.js-fcose#unstable",
"cytoscape-layout-utilities": "github:iVis-at-Bilkent/cytoscape.js-layout-utilities#unstable",
"cytoscape-navigator": "^2.0.1",
"cytoscape-panzoom": "^2.5.3",
"cytoscape-view-utilities": "github:iVis-at-Bilkent/cytoscape.js-view-utilities#unstable",
"express": "^4.18.1",
"flatpickr": "^4.6.13",
"html2canvas": "^1.4.1",
"http": "0.0.1-security",
"https": "^1.0.0",
"jquery": "^3.6.0",
"ngx-autosize-input": "^13.1.0",
"path": "^0.12.7",
"rxjs": "^7.5.5",
"tinycolor2": "^1.6.0",
"tslib": "^2.5.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.1",
"@angular/cli": "^14.0.1",
"@angular/compiler-cli": "^14.0.1",
"@angular/language-service": "^14.0.1",
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.42",
"codelyzer": "^6.0.2",
"css": "^3.0.0",
"cypress": "^10.1.0",
"cypress-file-upload": "^5.0.8",
"enhanced-resolve": "^5.9.3",
"jasmine-core": "~4.2.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"ts-node": "^10.8.1",
"tslint": "^6.1.3",
"typescript": "~4.7.3"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 9-11"
],
"author": "i-Vis Research Lab",
"license": "iVis",
"bugs": {
"url": "https://github.com/ahmetcandiroglu/visuall/issues"
},
"engines": {
"node": "14.x",
"npm": "6.x"
},
"homepage": "https://github.com/ivis-at-bilkent/visuall#readme"
}