-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.96 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.96 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
{
"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": "9.5.4",
"@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",
"fluid-tailwind": "^1.0.4",
"nuxt": "^3.17.4",
"nuxt-posthog": "1.6.3",
"sass": "^1.62.1",
"shadcn-nuxt": "^0.10.4",
"typescript": "^5.4.5"
},
"dependencies": {
"@formatjs/intl-durationformat": "^0.7.4",
"@formkit/auto-animate": "^0.8.2",
"@internationalized/date": "^3.8.2",
"@js-temporal/polyfill": "^0.4.3",
"@observablehq/plot": "^0.6.17",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/preset-stars": "^3.2.0",
"@tsparticles/shape-star": "^3.8.1",
"@tsparticles/slim": "^3.8.1",
"@vee-validate/nuxt": "^4.12.8",
"@vee-validate/zod": "^4.12.8",
"@vueuse/motion": "^3.0.3",
"bowser": "^2.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"colord": "^2.9.3",
"gsap": "^3.12.2",
"lucide-vue-next": "^0.378.0",
"mitt": "^3.0.0",
"motion-v": "^1.2.1",
"posthog-js": "^1.252.0",
"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"
}
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}