-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.693.0",
"@nuxt/eslint": "^1.7.1",
"@nuxt/icon": "^1.15.0",
"@nuxt/image": "^1.11.0",
"@nuxtjs/color-mode": "^3.5.2",
"@supabase/supabase-js": "^2.53.0",
"@tailwindcss/vite": "^4.1.11",
"@tiptap/core": "^3.0.9",
"@tiptap/extension-code-block-lowlight": "^3.0.9",
"@tiptap/extension-link": "^3.0.9",
"@tiptap/extension-table": "^3.0.9",
"@tiptap/extension-task-item": "^3.0.9",
"@tiptap/extension-task-list": "^3.0.9",
"@tiptap/pm": "^3.0.9",
"@tiptap/starter-kit": "^3.0.9",
"@tiptap/vue-3": "^3.0.9",
"@types/turndown": "^5.0.5",
"eslint": "^9.32.0",
"lowlight": "^3.3.0",
"marked": "^16.1.1",
"nuxt": "^4.0.1",
"tailwindcss": "^4.1.11",
"turndown": "^7.2.0",
"typescript": "^5.8.3",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2"
}
}