-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.08 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.08 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "wedding-rieken-hp",
"private": true,
"packageManager": "pnpm@10.8.1",
"repository": {
"type": "git",
"url": "https://github.com/borsTiHD/wedding-rieken-hp/"
},
"scripts": {
"start": "node .output/server/index.mjs",
"build": "nuxt build",
"dev": "nuxt dev --host",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@fontsource/alex-brush": "^5.2.5",
"@fontsource/great-vibes": "^5.2.5",
"@fontsource/montserrat": "^5.2.5",
"@fontsource/roboto": "^5.2.5",
"@formkit/addons": "^1.6.9",
"@formkit/core": "^1.6.9",
"@formkit/i18n": "^1.6.9",
"@formkit/nuxt": "^1.6.9",
"@formkit/themes": "^1.6.9",
"@formkit/vue": "^1.6.9",
"@pinia/nuxt": "^0.11.0",
"@primeuix/themes": "^1.0.3",
"@primevue/core": "^4.3.3",
"@tanstack/vue-query": "^5.74.5",
"@tanstack/vue-query-devtools": "^5.74.5",
"@vueuse/core": "^13.1.0",
"add-to-calendar-button": "^2.8.9",
"archiver": "^7.0.1",
"dayjs": "^1.11.13",
"firebase": "^11.6.0",
"firebase-admin": "^13.2.0",
"flag-icons": "^7.3.2",
"leaflet": "^1.9.4",
"pinia": "^3.0.2",
"primeicons": "^7.0.0",
"primevue": "^4.3.3",
"qr-code-styling": "^1.9.2",
"sharp": "^0.34.1",
"vanilla-cookieconsent": "^3.1.0",
"vue-boo-bash": "^0.0.8"
},
"devDependencies": {
"@antfu/eslint-config": "^4.12.0",
"@nuxt/devtools": "^2.4.0",
"@nuxt/image": "1.10.0",
"@nuxtjs/i18n": "^9.5.3",
"@nuxtjs/leaflet": "1.2.6",
"@primevue/forms": "^4.3.3",
"@primevue/nuxt-module": "^4.3.3",
"@types/archiver": "^6.0.3",
"@vue/devtools-api": "^7.7.5",
"autoprefixer": "^10.4.21",
"eslint": "^9.25.0",
"eslint-plugin-vue": "^10.0.0",
"minio": "^8.0.5",
"nuxt": "^3.16.2",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tailwindcss-motion": "^1.1.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.8"
}
}