-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 967 Bytes
/
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
{
"name": "@orchestrator/layout",
"version": "2.0.3",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/orchestratora/orchestrator.git"
},
"keywords": [
"layout",
"flex",
"orchestrator",
"components",
"angular"
],
"author": "Orchestrator <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/cdk": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@orchestrator/core": "^2.0.0",
"rxjs": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"scripts": {
"prepare": "node ../../tools/scripts/prepare-lib.js"
}
}