forked from esm7/obsidian-map-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "obsidian-map-view",
"version": "1.2.1",
"description": "An interactive map view for Obsidian.md",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-image": "^2.0.6",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/geojson": "^7946.0.7",
"@types/leaflet": "^1.7.2",
"@types/leaflet.markercluster": "^1.4.5",
"@types/node": "^14.14.37",
"obsidian": "^0.12.5",
"postcss-less": "^4.0.1",
"postcss-url": "^10.1.3",
"rollup": "^2.32.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-postcss": "^4.0.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"leaflet": "^1.7.1",
"leaflet-extra-markers": "github:coryasilva/Leaflet.ExtraMarkers",
"leaflet-fullscreen": "^1.0.2",
"leaflet-geosearch": "^3.3.2",
"leaflet.markercluster": "^1.5.3",
"moment": "^2.29.1",
"open": "^8.2.1",
"wildcard": "^2.0.0"
}
}