-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.49 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.49 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@webwriter/map",
"version": "2.1.1",
"description": "Geographical map with different terrain options including custom tiling, and GeoJSON support.",
"keywords": [
"webwriter-widget",
"widget-contextual",
"widget-informational",
"widget-lang-en",
"widget-online",
"iscedf2013-01",
"iscedf2013-02",
"iscedf2013-03",
"iscedf2013-04",
"iscedf2013-05",
"iscedf2013-06",
"iscedf2013-07",
"iscedf2013-08",
"iscedf2013-09",
"iscedf2013-10",
"isced2011-0",
"isced2011-1",
"isced2011-2",
"isced2011-3",
"geology",
"map",
"earth",
"widget-lang-de",
"widget-lang-ar",
"widget-lang-bg",
"widget-lang-cs",
"widget-lang-da",
"widget-lang-nl",
"widget-lang-et",
"widget-lang-fi",
"widget-lang-fr",
"widget-lang-el",
"widget-lang-hu",
"widget-lang-it",
"widget-lang-lv",
"widget-lang-lt",
"widget-lang-nb",
"widget-lang-pl",
"widget-lang-pt-PT",
"widget-lang-ro",
"widget-lang-ru",
"widget-lang-sk",
"widget-lang-sl",
"widget-lang-es",
"widget-lang-sv",
"widget-lang-tr",
"widget-lang-uk",
"widget-lang-pt-BR",
"widget-lang-ko",
"widget-lang-ja",
"widget-lang-id",
"widget-lang-zh-hans",
"widget-lang-zh-hant"
],
"license": "MIT",
"author": "Jorik van Genuchten",
"contributors": [
"Jorik van Genuchten"
],
"scripts": {
"prepublishOnly": "npx @webwriter/build",
"dev": "npx @webwriter/build dev",
"localize": "lit-localize extract && npx @webwriter/build localize && lit-localize build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@lit/localize": "^0.12.2",
"@shoelace-style/shoelace": ">=2.4.0 <3.0.0-0",
"@webwriter/lit": "^2.0.0",
"fa-icons": ">=0.2.0 <0.3.0-0",
"jimp": "0.22.7",
"leaflet": "^1.9.4",
"lit": ">=3.0.0 <4.0.0-0"
},
"devDependencies": {
"@lit/localize-tools": "^0.8.0",
"typescript": ">=4.8.4 <5.0.0-0",
"vite": ">=3.1.6 <4.0.0-0"
},
"exports": {
"./widgets/webwriter-map.*": {
"source": "./index.ts",
"default": "./dist/widgets/webwriter-map.*"
},
"./snippets/Example-Location.html": "./snippets/Example-Location.html",
"./package.json": "./package.json",
"./icon": "./icon.svg",
"./editing-config.json": "./editing-config.json",
"./custom-elements.json": "./custom-elements.json"
},
"editingConfig": {
".": {}
},
"customElements": "custom-elements.json"
}