-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@headlessui/vue": "^1.7.23",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/i18n": "^8.5.5",
"@vee-validate/zod": "^4.13.2",
"@vueuse/components": "^11.1.0",
"i18next": "^23.15.1",
"nodemailer": "^6.9.15",
"nuxt": "^3.13.2",
"sass": "^1.79.4",
"vee-validate": "^4.13.2",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"vue3-lottie": "^3.3.1",
"zod": "^3.23.8",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@nuxt/icon": "^1.5.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/nodemailer": "^6.4.16",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0"
},
"resolutions": {
"wrap-ansi": "7.0.0",
"string-width": "4.1.0"
}
}