-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1002 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1002 Bytes
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/icon": "^1.11.0",
"@nuxtjs/mdc": "^0.16.1",
"@nuxtjs/partytown": "^1.6.0",
"@nuxtjs/supabase": "^1.5.0",
"@nuxtjs/tailwindcss": "^6.13.2",
"@stefanobartoletti/nuxt-social-share": "^1.2.1",
"@types/uuid": "^10.0.0",
"nuxt": "^3.17.3",
"nuxt-gtag": "^3.0.2",
"nuxt-module-feed": "^1.1.4",
"nuxt-og-image": "^5.0.5",
"nuxt-tiptap-editor": "^2.1.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"dependencies": {
"@nuxt/content": "^3.4.0",
"@nuxt/image": "^1.10.0",
"@nuxtjs/seo": "^3.0.2",
"@vercel/analytics": "^1.5.0",
"@vueuse/nuxt": "^13.0.0",
"nuxt-icons": "^3.2.1",
"resend": "^4.1.2",
"vue-writer": "^2.0.2"
}
}