UNPKG

@webwriter/geometry-cloze

Version:

Create and view geometry exercises with coloring, styling and labeling options.

71 lines 2.11 kB
{ "name": "@webwriter/geometry-cloze", "version": "2.0.6", "description": "Create and view geometry exercises with coloring, styling and labeling options.", "keywords": [ "webwriter-widget", "widget-presentational", "widget-informational", "widget-lang-en", "iscedf2013-05", "isced2011-2", "geometry", "shapes", "angles" ], "license": "MIT", "author": "Florin Große (https://der-grosse.de)", "scripts": { "prepublishOnly": "npx @webwriter/build" }, "dependencies": { "@shoelace-style/shoelace": "^2.14.0", "@webcomponents/scoped-custom-element-registry": "^0.0.9", "@webwriter/lit": "^2.0.0", "lit": "^3.1.1" }, "devDependencies": { "prettier": "^3.1.0", "typescript": "^5.0.2", "vite": "^4.4.5" }, "type": "module", "exports": { "./widgets/ww-geometry-cloze.*": { "source": "./src/ww-geometry-cloze.ts", "default": "./dist/widgets/ww-geometry-cloze.*" }, "./snippets/geometry-cloze.html": "./src/snippets/polygon.html", "./snippets/polygon.html": "./src/snippets/polygon2.html", "./snippets/right-triangle.html": "./src/snippets/triangle.html", "./package.json": "./package.json", "./icon": "./icon.svg" }, "editingConfig": { ".": { "description": { "de": "Erstellen und Betrachten von Übungen zur Geometrie mit Optionen zur Einfärbung, Formatierung und Beschriftung." } }, "./snippets/geometry-cloze": { "label": { "en": "Polygon" } }, "./snippets/polygon": { "label": { "en": "Polygon" } }, "./snippets/right-triangle": { "label": { "en": "Right Triangle" } }, "./widgets/ww-geometry-cloze": { "label": { "en": "Geometry Cloze" } } } }