-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "global-rare-ebird",
"version": "0.2.4",
"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,
"type": "module",
"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.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^2.0.10",
"bootstrap-vue": "^2.23.1",
"leaflet": "^1.9.4",
"vue": "^2.7.16",
"vue-cookie": "^1.1.4",
"vue-multiselect": "^2.1.9",
"vue2-leaflet": "^2.7.1",
"vite": "^6.0.2",
"@vitejs/plugin-vue2": "^2.3.3",
"vue2-leaflet-markercluster": "^3.1.0"
},
"devDependencies": {
"eslint": "^9.16.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"sass": "^1.82.0"
}
}