-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && prisma generate"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/supabase": "^1.4.4",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"@prisma/nuxt": "^0.1.3",
"@stefanobartoletti/nuxt-social-share": "^1.2.1",
"@tanstack/vue-table": "^8.20.5",
"@tiptap/extension-code-block": "^2.10.3",
"@tiptap/extension-code-block-lowlight": "^2.10.3",
"@tiptap/extension-link": "^2.10.3",
"@tiptap/extension-placeholder": "^2.10.3",
"@tiptap/extension-youtube": "^2.10.3",
"@vee-validate/nuxt": "^4.14.7",
"@vee-validate/zod": "^4.14.7",
"@vueuse/core": "^12.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"highlight.js": "^11.11.0",
"lowlight": "^3.3.0",
"lucide-vue-next": "^0.468.0",
"nuxt": "^3.14.1592",
"nuxt-purgecss": "^2.0.0",
"nuxt-tiptap-editor": "^2.1.4",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.1.3",
"prisma": "^6.0.1",
"prismjs": "^1.29.0",
"radix-vue": "^1.9.11",
"reading-time-estimator": "^1.11.0",
"scss": "^0.2.4",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.5.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.14.7",
"vue": "latest",
"vue-router": "latest",
"vue-sonner": "^1.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@prisma/client": "^6.0.1",
"@tailwindcss/typography": "^0.5.15",
"sass-embedded": "^1.83.0",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"engines": {
"node": "20.12.2",
"npm": ">=10.0.0"
}
}