-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
62 lines (62 loc) · 1.97 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
54
55
56
57
58
59
60
61
62
{
"name": "navigatum",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"type-check": "nuxt typecheck",
"type-refresh": "openapi-typescript ../openapi.yaml --output app/api_types/index.ts --export-type --immutable-types --support-array-length && npm run format && npm run lint",
"lint": "eslint . --fix --ignore-pattern '.nuxt|node_modules|.output' ",
"format": "prettier --plugin=prettier-plugin-tailwindcss --end-of-line lf --write ."
},
"dependencies": {
"@fullcalendar/core": "6.1.15",
"@fullcalendar/daygrid": "6.1.15",
"@fullcalendar/list": "6.1.15",
"@fullcalendar/timegrid": "6.1.15",
"@fullcalendar/vue3": "6.1.15",
"@headlessui/vue": "1.7.22",
"@heroicons/vue": "2.1.5",
"@nuxt/content": "2.13.2",
"@nuxt/image": "1.7.0",
"@nuxtjs/color-mode": "3.4.2",
"@vueuse/core": "10.11.0",
"@vueuse/nuxt": "10.11.0",
"@vueuse/router": "10.11.0",
"geojson": "0.5.0",
"maplibre-gl": "4.5.1",
"maplibre-gl-indoor": "0.0.7",
"nightwind": "1.1.13",
"nuxt": "3.12.4",
"sharp": "0.33.4",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.4.36",
"vue-router": "4.4.3",
"vue3-carousel": "0.3.3"
},
"devDependencies": {
"@nuxt/eslint": "0.5.0",
"@nuxtjs/i18n": "8.3.3",
"@nuxtjs/tailwindcss": "6.12.1",
"@types/geojson": "7946.0.14",
"@types/nightwind": "1.0.0",
"@types/node": "20.14.14",
"@types/swagger-ui": "3.52.4",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.20",
"eslint": "9.8.0",
"openapi-typescript": "6.7.6",
"postcss": "8.4.41",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.8",
"typescript": "5.5.4",
"vue-tsc": "2.0.29"
},
"type": "module",
"packageManager": "[email protected]"
}