-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate-pwa-assets": "pwa-assets-generator"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/geojson": "^7946.0.13",
"@types/leaflet": "^1.9.8",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.max": "^4.0.9",
"@types/lodash.min": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@vite-pwa/assets-generator": "^0.2.1",
"@vite-pwa/nuxt": "^0.3.6",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.18",
"nuxt": "^3.8.2",
"nuxt-vite": "^0.3.5",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@dwayneparton/geojson-to-gpx": "^0.1.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/nearest-point": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"@types/lodash.round": "^4.0.9",
"chart.js": "^4.4.1",
"eslint": "^8.55.0",
"leaflet": "^1.9.4",
"leaflet-topography": "^0.2.1",
"lodash.debounce": "^4.0.8",
"lodash.max": "^4.0.1",
"lodash.min": "^4.0.1",
"lodash.round": "^4.0.4",
"lodash.throttle": "^4.1.1",
"material-icons": "^1.13.12",
"regenerator-runtime": "^0.14.1",
"sharp": "^0.33.1",
"undo-manager": "^1.1.1"
}
}