-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"dependencies": {
"@angular-devkit/build-angular": "^14.2.7",
"@angular/animations": "^14.2.8",
"@angular/cli": "^14.2.7",
"@angular/common": "^14.2.8",
"@angular/compiler": "^14.2.8",
"@angular/compiler-cli": "^14.2.8",
"@angular/core": "^14.2.8",
"@angular/forms": "^14.2.8",
"@angular/platform-browser": "^14.2.8",
"@angular/platform-browser-dynamic": "^14.2.8",
"@angular/router": "^14.2.8",
"@types/chroma-js": "^2.1.4",
"@types/jasmine": "^4.3.0",
"@types/node": "^18.11.7",
"chroma-js": "^2.4.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.4",
"express": "^4.18.2",
"http-errors": "^2.0.0",
"jasmine-core": "^4.4.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",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"node-fetch": "^3.2.10",
"pug": "^3.0.2",
"rxjs": "^7.5.7",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"zone.js": "^0.11.8"
}
}