UNPKG

@webwriter/branching-scenario

Version:

Create adaptable learning experiences by authoring a gamebook, where you present the student with choices on how to continue.

130 lines (129 loc) 4.14 kB
{ "name": "@webwriter/branching-scenario", "version": "1.2.0", "publishConfig": { "access": "public" }, "description": "Create adaptable learning experiences by authoring a gamebook, where you present the student with choices on how to continue.", "keywords": [ "webwriter-widget", "widget-lang-en", "widget-lang-de", "widget-presentational", "widget-practical", "isced2011-1", "isced2011-2", "isced2011-3", "isced2011-4", "isced2011-5", "isced2011-6", "isced2011-7", "isced2011-8", "iscedf2013-01", "iscedf2013-02", "iscedf2013-03", "iscedf2013-04", "iscedf2013-05", "iscedf2013-06", "iscedf2013-07", "iscedf2013-08", "iscedf2013-09", "iscedf2013-10" ], "license": "MIT", "author": "Andreas Dymek", "scripts": { "prepublishOnly": "npx @webwriter/build", "dev": "npx @webwriter/build dev", "localize": "lit-localize extract && npx @webwriter/build localize && lit-localize build" }, "dependencies": { "@lit/context": "^1.1.4", "@lit/localize": "^0.12.2", "@shoelace-style/shoelace": "2.15.0", "@tabler/icons": "^3.7.0", "@webwriter/lit": "^2.1.6", "bootstrap-icons": "^1.11.3", "drawflow": "^0.0.59", "lit": "^3.1.3", "react-icons": "^5.2.1", "styled-components": "^6.1.11" }, "devDependencies": { "@lit/localize-tools": "^0.8.0", "@types/drawflow": "^0.0.11", "typescript": "^5.4.5" }, "exports": { "./widgets/webwriter-branching-scenario.*": { "source": "./src/widgets/webwriter-branching-scenario/webwriter-branching-scenario.ts", "default": "./dist/widgets/webwriter-branching-scenario.*" }, "./snippets/art-of-europe.html": "./src/snippets/art-of-europe.html", "./widgets/webwriter-gamebook-branch.*": { "source": "./src/widgets/webwriter-gamebook-branch/webwriter-gamebook-branch.ts", "default": "./dist/widgets/webwriter-gamebook-branch.*" }, "./widgets/webwriter-gamebook-branch-button.*": { "source": "./src/widgets/webwriter-gamebook-branch-button/webwriter-gamebook-branch-button.ts", "default": "./dist/widgets/webwriter-gamebook-branch-button.*" }, "./widgets/webwriter-gamebook-button.*": { "source": "./src/widgets/webwriter-gamebook-button/webwriter-gamebook-button.ts", "default": "./dist/widgets/webwriter-gamebook-button.*" }, "./widgets/webwriter-gamebook-page.*": { "source": "./src/widgets/webwriter-gamebook-page/webwriter-gamebook-page.ts", "default": "./dist/widgets/webwriter-gamebook-page.*" }, "./widgets/webwriter-gamebook-popup.*": { "source": "./src/widgets/webwriter-gamebook-popup/webwriter-gamebook-popup.ts", "default": "./dist/widgets/webwriter-gamebook-popup.*" }, "./package.json": "./package.json", "./icon": "./icon.svg" }, "editingConfig": { ".": { "description": { "de": "Erstellen Sie nicht-lineare Lernerfahrungen, indem Sie ein Gamebook verfassen, in dem Schüler die Wahl haben, wie sie weitermachen wollen." } }, "./widgets/webwriter-branching-scenario": { "definingAsContext": true, "content": "(webwriter-gamebook-page | webwriter-gamebook-popup | webwriter-gamebook-branch)*", "label": { "en": "Branching Scenario", "de": "Verzweigungszenarien" } }, "./widgets/webwriter-gamebook-page": { "draggable": false, "definingForContent": true, "content": "(flow)*", "uninsertable": true }, "./widgets/webwriter-gamebook-popup": { "draggable": false, "definingForContent": true, "content": "(flow)*", "uninsertable": true }, "./widgets/webwriter-gamebook-branch": { "draggable": false, "content": "", "uninsertable": true }, "./widgets/webwriter-gamebook-branch-button": { "content": "", "uninsertable": true }, "./widgets/webwriter-gamebook-button": { "content": "", "uninsertable": true }, "./widgets/node-detail-view": { "selectable": false } } }