-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.33 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@webwriter/timeline",
"version": "2.0.0",
"description": "Create/learn with a digital timeline and test your knowledge.",
"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",
"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"
},
"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": "",
"customElements": "custom-elements.json"
}