-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "@bynary/composables",
"description": "A set of composable functions to help you build Angular applications faster. Based on signals",
"version": "0.2.3",
"license": "MIT",
"author": "bynary GmbH (https://www.bynary.io)",
"contributors": [
{
"name": "Johannes Homeier",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/bynaryDE/angular-extensions/issues"
},
"homepage": "https://github.com/bynaryDE/angular-extensions/tree/main/libs/composables",
"repository": {
"type": "git",
"url": "https://github.com/bynaryDE/angular-extensions"
},
"keywords": [
"bynary",
"angular",
"frontend",
"typescript",
"signals",
"composables",
"nx"
],
"peerDependencies": {
"@angular/cdk": ">=16.0.0 <19.0.0",
"@angular/common": ">=16.0.0 <19.0.0",
"@angular/core": ">=16.0.0 <19.0.0",
"@angular/platform-browser": ">=16.0.0 <19.0.0",
"@ngxs/store": ">=3.8.1",
"rxjs": ">=7.0.0"
},
"dependencies": {},
"devDependencies": {
"jest-matchmedia-mock": "^1.1.0",
"jest-preset-angular": "~13.1.0"
},
"sideEffects": false
}