-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.66 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"test": "vitest"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@geoman-io/leaflet-geoman-free": "^2.18.3",
"@mdi/js": "^7.4.47",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/i18n": "^9.5.6",
"@pinia/nuxt": "^0.5.3",
"@quasar/extras": "^1.16.12",
"@sidebase/nuxt-auth": "^0.9.0",
"cookie": ">=0.7.0",
"crypto-js": "^4.2.0",
"cwl-svg": "^2.1.14",
"cwlts": "^1.23.10",
"html2canvas": "^1.4.1",
"js-yaml": "^4.1.1",
"leaflet": "^1.9.4",
"leaflet.pm": "^2.2.0",
"markdown-it": "^14.1.0",
"nanoid": ">=5.0.9",
"next-auth": "^4.21.1",
"nuxt": "^3.15.4",
"nuxt-quasar-ui": "^2.1.4",
"ol": "^10.1.0",
"ol-contextmenu": "^5.5.0",
"ol-ext": "^4.0.23",
"path-to-regexp": ">=6.3.0",
"pinia": "^2.2.0",
"punycode": "^2.3.1",
"quasar": "^2.16.9",
"sass-embedded": "^1.77.8",
"send": ">=0.19.0",
"serve-static": ">=1.16.0",
"swagger-ui": "^5.18.2",
"vue": "latest",
"vue-uuid": "^3.0.0",
"vue3-openlayers": "^11.2.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"cross-spawn": ">=7.0.5",
"happy-dom": "^20.8.3",
"rollup": ">=4.22.4",
"vite": ">=5.4.6",
"vitest": "^4.0.18"
}
}