-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 loc) · 2.75 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
{
"name": "gameboard-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --project gameboard-ui",
"start-web": "npx ng serve gameboard-ui --host 0.0.0.0 --disable-host-check",
"start-consoles": "npx ng serve gameboard-mks --host 0.0.0.0 --disable-host-check",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@fortawesome/angular-fontawesome": "^0.12.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@microsoft/signalr": "^7.0.14",
"@ngneat/elf": "^2.3.1",
"@ngneat/elf-cli-ng": "^1.0.0",
"@ngneat/elf-devtools": "^1.2.1",
"@ngneat/elf-entities": "^4.4.4",
"@ngneat/elf-pagination": "^1.1.0",
"@ngneat/elf-persist-state": "^1.1.6",
"@ngneat/elf-requests": "^1.7.0",
"@ngneat/elf-state-history": "^1.3.0",
"@novnc/novnc": "1.4.0",
"bootstrap": "^4.6.2",
"chart.js": "^3.6.0",
"chartjs-adapter-luxon": "^1.3.1",
"jquery": "^3.6.0",
"jquery-ui-dist": "^1.13.1",
"luxon": "^3.2.1",
"marked": "^4.3.0",
"ng2-charts": "^4.1.1",
"ngx-bootstrap": "^10.3.0",
"ngx-markdown": "^15.1.2",
"oidc-client-ts": "^3.1.0",
"rxjs": "^7.8.0",
"toastify-js": "^1.12.0",
"tslib": "^2.1.0",
"uuid": "^9.0.0",
"vis-timeline": "^7.7.3",
"vmware-wmks": "^1.0.0",
"yaml": "^2.1.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.10",
"@angular/cli": "^15.2.5",
"@angular/compiler-cli": "^15.2.10",
"@types/jasmine": "^4.3.1",
"@types/luxon": "^3.2.0",
"@types/marked": "^4.3.0",
"@types/node": "^14.18.23",
"@types/novnc__novnc": "1.3.5",
"@types/toastify-js": "^1.11.1",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"jasmine-core": "~4.5.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"typescript": "^4.9.5"
}
}