-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"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"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@mdi/js": "^7.4.47",
"@nuxt/ui": "^2.18.4",
"@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",
"html2canvas": "^1.4.1",
"nanoid": ">=5.0.9",
"next-auth": "^4.21.1",
"nuxt": "^3.12.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",
"vue3-openlayers": "^11.2.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"cross-spawn": ">=7.0.5",
"rollup": ">=4.22.4",
"vite": ">=5.4.6"
}
}