UNPKG

@webwriter/timeline

Version:

Create/learn with a digital timeline and test your knowledge.

78 lines (77 loc) 2.71 kB
{ "name": "@webwriter/timeline", "version": "2.0.3", "description": "Create/learn with a digital timeline and test your knowledge.", "repository": "github:@webwriter-app/timeline", "keywords": [ "webwriter-widget", "widget-contextual", "widget-practical", "widget-informational", "widget-lang-en", "iscedf2013-01", "iscedf2013-02", "iscedf2013-03", "iscedf2013-04", "iscedf2013-05", "iscedf2013-06", "iscedf2013-07", "iscedf2013-08", "iscedf2013-09", "iscedf2013-10", "isced2011-1", "isced2011-2", "isced2011-3", "isced2011-4", "isced2011-5", "isced2011-6", "isced2011-7", "isced2011-8", "timeline", "history" ], "license": "MIT", "author": "", "scripts": { "prepublishOnly": "npx @webwriter/build", "dev": "npx @webwriter/build dev", "localize": "lit-localize extract && npx @webwriter/build localize && lit-localize build", "format": "prettier --write \"src/**/*\"" }, "dependencies": { "@lit/localize": "^0.12.2", "@shoelace-style/shoelace": "^2.20.1", "@webwriter/lit": "^2", "bootstrap-icons": "^1.13.1", "lit": "^3" }, "devDependencies": { "@lit/localize-tools": "^0.8", "prettier": "^3.6.2" }, "exports": { "./widgets/webwriter-timeline.*": { "source": "./src/webwriter-timeline.widget.ts", "default": "./dist/webwriter-timeline.*" }, "./widgets/webwriter-timeline-event.*": { "source": "./src/timeline/webwriter-timeline-event.widget.ts", "default": "./dist/webwriter-timeline-event.*" }, "./widgets/webwriter-timeline-event-title.*": { "source": "./src/timeline/webwriter-timeline-event-title.widget.ts", "default": "./dist/webwriter-timeline-event-title.*" }, "./widgets/webwriter-timeline-event-details.*": { "source": "./src/timeline/webwriter-timeline-event-details.widget.ts", "default": "./dist/webwriter-timeline-event-details.*" }, "./snippets/webwriter-timeline.html": "./snippets/webwriter-timeline.html", "./snippets/women-in-tech.html": "./snippets/women-in-tech.html", "./snippets/history-of-olympic-games.html": "./snippets/history-of-olympic-games.html", "./package.json": "./package.json", "./icon": "./icon.svg", "./editing-config.json": "./editing-config.json", "./custom-elements.json": "./custom-elements.json" } }