-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 922 Bytes
/
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
{
"name": "view-geojson",
"version": "2.0.1",
"title": "View geoJSON",
"description": "Visualize geojson file exported from Biolovision2eBird.",
"repository": {
"type": "git",
"url": "git+https://github.com/zoziologie/view-geojson.git"
},
"homepage": "http://zoziologie.raphaelnussbaumer.com/view-geojson/",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
"leaflet": "^1.9.4",
"vite": "^5.0.0",
"@vitejs/plugin-vue2": "^2.3.1",
"vue": "^2.7.16",
"vue2-leaflet": "^2.7.1",
"vue2-leaflet-markercluster": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"sass": "^1.74.1"
}
}