-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.58 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.58 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
{
"name": "falae-dev-client",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"@tiptap/extension-character-count": "^3.18.0",
"@tiptap/extension-code-block-lowlight": "^3.18.0",
"@tiptap/extension-color": "^3.18.0",
"@tiptap/extension-highlight": "^3.18.0",
"@tiptap/extension-image": "^3.18.0",
"@tiptap/extension-link": "^3.18.0",
"@tiptap/extension-placeholder": "^3.18.0",
"@tiptap/extension-subscript": "^3.18.0",
"@tiptap/extension-superscript": "^3.18.0",
"@tiptap/extension-table": "^3.18.0",
"@tiptap/extension-table-cell": "^3.18.0",
"@tiptap/extension-table-header": "^3.18.0",
"@tiptap/extension-table-row": "^3.18.0",
"@tiptap/extension-task-item": "^3.18.0",
"@tiptap/extension-task-list": "^3.18.0",
"@tiptap/extension-text-align": "^3.18.0",
"@tiptap/extension-text-style": "^3.18.0",
"@tiptap/extension-underline": "^3.18.0",
"@tiptap/extension-youtube": "^3.18.0",
"@tiptap/pm": "^3.18.0",
"@tiptap/starter-kit": "^3.18.0",
"@tiptap/vue-3": "^3.18.0",
"@types/katex": "^0.16.8",
"@types/marked": "^5.0.2",
"@types/turndown": "^5.0.6",
"hast-util-to-html": "^9.0.5",
"katex": "^0.16.28",
"lowlight": "^3.3.0",
"marked": "^17.0.1",
"mermaid": "^11.12.2",
"nuxt": "^4.3.0",
"turndown": "^7.2.2",
"vue": "^3.5.27",
"vue-router": "^4.6.4"
}
}