@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
75 lines • 2.17 kB
JSON
{
"name": "@scion/workbench",
"version": "22.0.0-beta.1",
"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": "./types/scion-workbench.d.ts",
"default": "./fesm2022/scion-workbench.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"dependencies": {
"tslib": "^2.8.0"
},
"peerDependencies": {
"@angular/core": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/animations": "^22.0.0",
"@angular/cdk": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/router": "^22.0.0",
"@scion/components": "^22.0.0",
"@scion/toolkit": "^2.1.0",
"@scion/microfrontend-platform": "^2.0.0",
"@scion/workbench-client": "^1.0.0-beta.42",
"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": "types/scion-workbench.d.ts",
"sideEffects": false,
"type": "module"
}