-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/turnstile": "^0.6.3",
"@sidebase/nuxt-auth": "^0.6.7",
"autoprefixer": "^10.4.16",
"dayjs-nuxt": "^2.1.9",
"nuxt": "^3.10.2",
"nuxt-delay-hydration": "^1.3.3",
"nuxt3-leaflet": "^1.0.12",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vue": "^3.4.6",
"vue-router": "^4.2.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@iamtraction/google-translate": "^2.0.1",
"@nuxt/image": "^1.3.0",
"@nuxtjs/cloudinary": "^2.6.0",
"@samk-dev/nuxt-vcalendar": "^1.0.2",
"@vitalets/google-translate-api": "^9.2.0",
"@vueup/vue-quill": "^1.2.0",
"click-outside-vue3": "^4.0.1",
"google-translate-api": "^2.3.0",
"next-auth": "4.21.1",
"quill": "^1.3.7",
"translate-google": "^1.5.0",
"vue-advanced-cropper": "^2.8.8",
"vue-draggable-next": "^2.2.1",
"vue-final-modal": "^4.5.3",
"vue-social-sharing": "^4.0.0-alpha4",
"vue3-carousel-nuxt": "^1.1.0"
}
}