-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
61 lines (61 loc) · 1.64 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
{
"name": "vici",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build --prod",
"dev": "ng build --watch",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "7.2.6",
"@angular/core": "^15.1.2",
"@angular/forms": "^16.2.12",
"@angular/http": "7.2.6",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
"ajv": "^6.9.1",
"ajv-keywords": "^3.4.0",
"angular-datatables": "^16.0.0",
"angular-font-awesome": "^3.1.2",
"bootstrap": "^5.0.0",
"core-js": "^2.6.5",
"cytoscape": "^3.4.2",
"cytoscape-dagre": "^2.2.2",
"cytoscape-panzoom": "^2.5.3",
"dagre": "^0.8.4",
"datatables.net": "^1.10.19",
"datatables.net-bs4": "^1.10.19",
"datatables.net-dt": "^1.10.19",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"moment": "^2.24.0",
"ngx-moment": "^3.3.0",
"npm": "^10.5.2",
"octicons": "^8.4.2",
"panzoom": "^7.1.2",
"popper.js": "^1.14.7",
"rxjs": "6.4.0",
"rxjs-compat": "^6.4.0",
"vis": "^4.21.0",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "^17.0.10",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "7.2.6",
"@types/datatables.net": "^1.10.15",
"@types/jquery": "^3.3.29",
"typescript": "3.2.4"
}
}