@scion/workbench
Version:
SCION Workbench enables the creation of Angular web applications that require a flexible layout to display content side-by-side or stacked, all personalizable by the user via drag & drop. This type of layout is ideal for applications with non-linear workf
74 lines • 2.13 kB
JSON
{
"name": "@scion/workbench",
"version": "20.0.0-beta.7",
"description": "SCION Workbench enables the creation of Angular web applications that require a flexible layout to display content side-by-side or stacked, all personalizable by the user via drag & drop. This type of layout is ideal for applications with non-linear workflows, enabling users to work on content in parallel.",
"license": "EPL-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-workbench",
"bugs": {
"url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues"
},
"author": {
"name": "SCION contributors"
},
"exports": {
".": {
"sass": "./_index.scss",
"types": "./index.d.ts",
"default": "./fesm2022/scion-workbench.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"dependencies": {
"tslib": "^2.6.0"
},
"peerDependencies": {
"@angular/core": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/animations": "^20.0.0",
"@angular/cdk": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/router": "^20.0.0",
"@scion/components": "^20.0.0",
"@scion/toolkit": "^1.6.0 || ^2.0.0",
"@scion/microfrontend-platform": "^1.4.0",
"@scion/workbench-client": "^1.0.0-beta.32",
"rxjs": "^7.8.0"
},
"peerDependenciesMeta": {
"@scion/microfrontend-platform": {
"optional": true
},
"@scion/workbench-client": {
"optional": true
}
},
"keywords": [
"scion",
"scion workbench",
"workbench layout",
"multi-view layout",
"personalizable layout",
"perspectives",
"activities",
"multiple layouts",
"selection propagation",
"side-by-side content",
"stacked content",
"non-linear workflows",
"angular",
"microfrontend capable"
],
"repository": {
"type": "git",
"url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench.git"
},
"module": "fesm2022/scion-workbench.mjs",
"typings": "index.d.ts",
"sideEffects": false
}