-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.08 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": "bellingcat-grid",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@jonatanheyman/leaflet-areaselect": "^1.2.0",
"@mdi/font": "7.4.47",
"core-js": "^3.37.1",
"geo-coordinates-parser": "^1.7.4",
"roboto-fontface": "*",
"vue": "^3.4.31",
"vuetify": "^3.6.11",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-vue": "^9.27.0",
"leaflet": "^1.9.4",
"prettier": "3.3.3",
"sass": "1.77.6",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.3.3",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.0"
}
}