-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.43 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
{
"name": "ct-rte-ws",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"preinstall": "npx only-allow npm",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx run ct-rte-ws-sample:serve:development",
"build": "nx build",
"test": "nx test",
"test:all": "nx run-many --target=test --all",
"test:all:no-cache": "nx run-many --target=test --all --skip-nx-cache",
"test:affected": "nx affected --target=test",
"lint": "nx affected --target=lint",
"docs": "typedoc",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.5",
"@angular/common": "18.2.5",
"@angular/compiler": "18.2.5",
"@angular/core": "18.2.5",
"@angular/forms": "18.2.5",
"@angular/localize": "18.2.5",
"@angular/platform-browser": "18.2.5",
"@angular/platform-browser-dynamic": "18.2.5",
"@angular/router": "18.2.5",
"@auth0/auth0-angular": "2.2.3",
"@fortawesome/angular-fontawesome": "0.15.0",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@nx/angular": "19.8.0",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"moment": "2.30.1",
"ngx-highlightjs": "12.0.0",
"ngx-moment": "6.0.2",
"rxjs": "7.8.1",
"tslib": "2.7.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.5",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "18.2.5",
"@angular/compiler-cli": "18.2.5",
"@angular/language-service": "18.2.5",
"@firebend/control-tower-web-socket-client": "file:libs/web-socket-client",
"@nx/eslint-plugin": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/linter": "19.8.0",
"@nx/workspace": "19.8.0",
"@types/jest": "29.5.13",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.2.4",
"nx": "19.8.0",
"nx-cloud": "19.1.0",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typedoc": "0.26.7",
"typescript": "5.5.4"
}
}