-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.19 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": "mapathon_dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"serve": "vite preview"
},
"dependencies": {
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@turf/area": "^6.0.1",
"@turf/destination": "^6.0.1",
"@turf/line-distance": "^4.7.3",
"@types/leaflet": "^1.5.19",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.52.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.18.1",
"leaflet": "^1.7.1",
"moment": "^2.29.2",
"osmtogeojson": "^3.0.0-beta.5",
"prettier": "^2.8.3",
"sass": "^1.26.5",
"typescript": "~4.4.4",
"vite": "^2.5.4",
"vite-plugin-vue2": "1.9.0"
}
}