-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.10.0",
"@nuxt/devtools": "1.0.5",
"@nuxthq/studio": "1.0.6",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "3.1.1",
"@nuxtjs/supabase": "^1.2.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.4",
"@types/nodemailer": "^6.4.16",
"autoprefixer": "^10.4.19",
"nuxt": "3.9.1",
"postcss": "^8.4.38",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.9",
"tailwindcss": "^3.4.3",
"yarn-upgrade-all": "^0.7.2"
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"@iconify-json/lucide": "1.1.145",
"@nuxt/image": "1.1.0",
"@nuxt/types": "^2.17.3",
"@tailwindcss/typography": "^0.5.13",
"@tiptap/extension-code-block-lowlight": "^2.6.6",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-highlight": "^2.6.6",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/extension-typography": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/suggestion": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"click-outside-vue3": "^4.0.1",
"googleapis": "^140.0.1",
"lowlight": "^3.1.0",
"nodemailer": "^6.9.15",
"nuxt-highcharts": "^3.1.1",
"nuxt-newsletter": "^0.2.0",
"nuxt-vue3-google-signin": "^0.0.11",
"tippy.js": "^6.3.7",
"vite-svg-loader": "^5.1.0",
"vue-use-fixed-header": "^2.0.0",
"vue3-google-signin": "^1.3.5"
},
"overrides": {
"vue": "latest"
}
}