-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.79 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.79 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@tiptap/extension-color": "^2.11.5",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-table": "^2.11.5",
"@tiptap/extension-text-style": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/extension-youtube": "^2.11.5",
"@tiptap/html": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"@tiptap/vue-3": "^2.11.5",
"@vee-validate/nuxt": "^4.15.0",
"@vee-validate/rules": "^4.15.0",
"@vee-validate/zod": "^4.15.0",
"@vueuse/core": "^12.5.0",
"blurhash": "^2.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs-nuxt": "^2.1.11",
"embla-carousel": "^8.5.2",
"embla-carousel-vue": "^8.5.2",
"fabric": "beta",
"firebase": "^11.2.0",
"lucide-vue-next": "^0.377.0",
"nuxt": "^3.15.4",
"nuxt-gtag": "^3.0.2",
"nuxt-multi-tenancy": "^1.2.5",
"radix-vue": "^1.9.13",
"sqids": "^0.3.0",
"tailwind-merge": "^2.6.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-cropperjs": "^5.0.0",
"vue-router": "^4.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@nuxtjs/tailwindcss": "^6.13.1",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"shadcn-nuxt": "^0.10.4",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"vue-tsc": "^2.2.0"
}
}