-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 KB
/
package.json
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
{
"bundleDependencies": [],
"version": "2.2.8",
"types": "Leaflet/index.d.ts",
"scripts": {},
"keywords": [
"geoportail",
"plugin",
"javascript",
"leaflet",
"publish"
],
"files": [
"Common/",
"Leaflet",
"GpPluginLeaflet-map.css",
"GpPluginLeaflet-map.js",
"GpPluginLeaflet-src.css",
"GpPluginLeaflet-src.js",
"GpPluginLeaflet.css",
"GpPluginLeaflet.js",
"package.json"
],
"repository": {
"url": "https://github.com/socnacom/socna-custom-geoportal.git",
"type": "git"
},
"main": "GpPluginLeaflet-src.js",
"name": "socna-custom-geoportal",
"devDependencies": {},
"dependencies": {
"node-fetch": "^2.6.1",
"sortablejs": "1.8.4",
"proj4": "2.7.5",
"leaflet": "1.7.1",
"leaflet-draw": "1.0.4",
"xmldom": "^0.1.27",
"geoportal-access-lib": "3.2.1",
"loglevel": "1.6.6",
"proj4leaflet": "1.0.2"
},
"peerDependencies": {},
"directories": {},
"date": "14/02/2023",
"license": "CECILL-B",
"bugs": {},
"description": "Socna custom of French Geoportal Extension for Leaflet"
}