-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "biolovision2ebird",
"homepage": "https://github.com/Zoziologie/biolovision2ebird",
"repository": {
"type": "git",
"url": "git+https://github.com/Zoziologie/biolovision2ebird.git"
},
"private": true,
"version": "2.3.8",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"splist": "node compile-species-list.js"
},
"dependencies": {
"@json2csv/plainjs": "^7.0.6",
"@vitejs/plugin-vue2": "^2.3.3",
"bootstrap-vue": "^2.23.1",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet-fullscreen": "^1.0.2",
"papaparse": "^5.4.1",
"polyline-encoded": "^0.0.9",
"sass": "^1.83.1",
"vite": "^5.4.11",
"vue": "^2.7.16",
"vue-cookie": "^1.1.4",
"vue2-leaflet": "^2.7.1",
"wicket": "^1.3.8"
},
"devDependencies": {
"eslint": "^9.17.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2"
}
}