-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "global-rare-ebird",
"version": "0.2.3",
"title": "Global Rare eBird",
"description": "A map of all rare birds seen on the globe with eBird data.",
"repository": {
"type": "git",
"url": "git+https://github.com/zoziologie/global-rare-ebird.git"
},
"homepage": "http://zoziologie.raphaelnussbaumer.com/global-rare-ebird/",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^2.0.6",
"bootstrap-vue": "^2.23.1",
"leaflet": "^1.9.4",
"vue": "^2.6.11",
"vue-cookie": "^1.1.4",
"vue-multiselect": "^2.1.7",
"vue2-leaflet": "^2.7.1",
"vite": "^4.4.9",
"@vitejs/plugin-vue2": "^2.2.0",
"vue2-leaflet-markercluster": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"sass": "^1.68.0"
}
}