-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.07 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt build && nuxt preview",
"commentinstall": "nuxt prepare"
},
"dependencies": {
"@hasbai/tiptap-markdown": "^0.8.5",
"@nuxt/icon": "^1.4.5",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/supabase": "^1.3.5",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.3",
"@tailwindcss/typography": "^0.5.14",
"@tiptap-pro/extension-mathematics": "^2.10.11",
"@tiptap/extension-bubble-menu": "^2.6.4",
"@tiptap/extension-character-count": "^2.6.4",
"@tiptap/extension-code": "^2.6.4",
"@tiptap/extension-code-block-lowlight": "^2.6.4",
"@tiptap/extension-document": "^2.6.4",
"@tiptap/extension-heading": "^2.6.4",
"@tiptap/extension-highlight": "^2.6.4",
"@tiptap/extension-image": "^2.6.4",
"@tiptap/extension-link": "^2.6.4",
"@tiptap/extension-placeholder": "^2.6.4",
"@tiptap/extension-text-align": "^2.6.4",
"@tiptap/extension-typography": "^2.6.4",
"@tiptap/extension-underline": "^2.6.4",
"@tiptap/extension-youtube": "^2.6.4",
"@tiptap/pm": "^2.6.4",
"@tiptap/starter-kit": "^2.6.4",
"@tiptap/vue-3": "^2.6.4",
"@vite-pwa/nuxt": "^0.9.1",
"daisyui": "^4.12.10",
"dayjs": "^1.11.11",
"katex": "^0.16.11",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"md5": "^2.3.0",
"nuxt": "^3.12.3",
"uslug": "^1.0.4",
"uuidv7": "^1.0.1",
"vue": "latest"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.87",
"@iconify-json/mdi": "^1.1.68",
"@types/markdown-it": "^14.1.2",
"@types/md5": "^2.3.5",
"@types/node": "^22.2.0",
"@types/uslug": "^1.0.4",
"tailwindcss": "^3.4.10"
}
}