-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 2.97 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
{
"name": "@neuroglia/workspace",
"description": "The monorepo for Neuroglia TypeScript/JavaScript libraries",
"version": "0.0.0",
"author": {
"name": "Neuroglia",
"url": "https://neuroglia.io"
},
"contributors": [
{
"name": "JB Bianchi",
"email": "[email protected]",
"url": "https://neuroglia.io"
}
],
"license": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"repository": {
"type": "git",
"url": "https://github.com/neuroglia-io/js-framework.git"
},
"bugs": {
"url": "https://github.com/neuroglia-io/js-framework/issues"
},
"homepage": "https://neuroglia.io",
"engines": {
"node": "^18.13.0 || ^20.9.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"build-all": "node build-all.js --configuration production",
"prepublish": "husky install"
},
"dependencies": {
"@angular-architects/native-federation": "^17.0.6",
"@angular/animations": "^17.0.3",
"@angular/cdk": "^17.0.3",
"@angular/common": "^17.0.3",
"@angular/compiler": "^17.0.3",
"@angular/core": "^17.0.3",
"@angular/elements": "^17.0.3",
"@angular/forms": "^17.0.3",
"@angular/material": "^17.0.3",
"@angular/platform-browser": "^17.0.3",
"@angular/platform-browser-dynamic": "^17.0.3",
"@angular/router": "^17.0.3",
"@microsoft/signalr": "^5.0.3",
"@ngrx/component-store": "^17.0.1",
"@ngrx/effects": "^17.0.1",
"@ngrx/router-store": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@ngrx/store-devtools": "^17.0.1",
"date-fns": "^2.18.0",
"es-module-shims": "^1.8.2",
"graphql": "^16.8.1",
"keycloak-angular": "^15.0.0",
"keycloak-js": "^22.0.5",
"odata-query": "^7.0.4",
"oidc-client": "^1.11.5",
"rxjs": "~7.8.0",
"semver": "^7.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.1",
"@angular-eslint/builder": "^17.1.0",
"@angular-eslint/eslint-plugin": "^17.1.0",
"@angular-eslint/eslint-plugin-template": "^17.1.0",
"@angular-eslint/schematics": "^17.1.0",
"@angular-eslint/template-parser": "^17.1.0",
"@angular/cli": "^17.0.1",
"@angular/compiler-cli": "^17.0.3",
"@types/jasmine": "~5.1.0",
"@types/node": "18.13",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^7.0.1",
"jasmine-core": "~5.1.0",
"jasmine-marbles": "^0.9.2",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^11.0.1",
"ng-packagr": "^17.0.1",
"prettier": "^3.1.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~5.2.2"
}
}