-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
{
"name": "nuxt-template",
"type": "module",
"private": true,
"packageManager": "pnpm@10.10.0",
"engines": {
"pnpm": ">=9.0.0",
"node": ">=22.0.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "eslint",
"spelling": "cspell lint --no-progress '**'",
"typecheck": "nuxt typecheck",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@nuxt/ui": "3.3.4",
"@nuxtjs/i18n": "9.5.4",
"chart.js": "^4.4.9",
"chroma-js": "^3.1.2",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"nuxt": "3.19.0",
"proj4": "^2.15.0",
"shpjs": "^6.1.0",
"tailwindcss": "4.1.5",
"vue-chartjs": "^5.3.2",
"zod": "^3.24.4"
},
"devDependencies": {
"@antfu/eslint-config": "4.12.0",
"@cspell/dict-de-de": "4.1.0",
"@types/chroma-js": "^3.1.1",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.17",
"@types/proj4": "^2.5.6",
"@types/shpjs": "^3.4.7",
"cspell": "8.19.3",
"eslint": "9.25.1",
"eslint-plugin-format": "1.0.1",
"vue-tsc": "2.2.10"
}
}