-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^0.7.4",
"@nuxt/image": "^1.7.0",
"@nuxtjs/i18n": "8.3.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.0.0",
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.1.2",
"nuxt": "^3.5.0",
"sass": "^1.62.1",
"shadcn-nuxt": "^0.10.4",
"typescript": "^5.4.5"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@js-temporal/polyfill": "^0.4.3",
"@vee-validate/nuxt": "^4.12.8",
"@vee-validate/zod": "^4.12.8",
"bowser": "^2.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gsap": "^3.12.2",
"lucide-vue-next": "^0.378.0",
"mitt": "^3.0.0",
"posthog-js": "^1.139.2",
"radix-vue": "^1.7.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.1.2",
"vee-validate": "^4.12.8",
"vue-sonner": "^1.1.2",
"zod": "^3.23.8"
},
"pnpm": {
"patchedDependencies": {
"@js-temporal/polyfill@0.4.4": "patches/@js-temporal__polyfill@0.4.4.patch"
}
}
}