-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.84 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "cylip-notes",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"app:dev": "nuxt dev",
"deploy": "bunx nuxthub deploy",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"partykit:dev": "partykit dev",
"partykit:deploy": "partykit deploy",
"db:generate": "drizzle-kit generate",
"dev": "concurrently \"bun app:dev\" \"bun partykit:dev\""
},
"dependencies": {
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@nuxt/image": "latest",
"@nuxthub/core": "latest",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"@radix-icons/vue": "^1.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tiptap-pro/extension-drag-handle": "^2.17.0",
"@tiptap-pro/extension-drag-handle-vue-3": "^2.17.0",
"@tiptap-pro/extension-file-handler": "^2.9.2",
"@tiptap-pro/extension-node-range": "^2.17.0",
"@tiptap/extension-code-block-lowlight": "^2.10.4",
"@tiptap/extension-collaboration": "^2.10.4",
"@tiptap/extension-collaboration-cursor": "^2.10.4",
"@tiptap/extension-highlight": "^2.10.4",
"@tiptap/extension-image": "^2.10.4",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/extension-placeholder": "^2.10.4",
"@tiptap/extension-task-item": "^2.10.4",
"@tiptap/extension-task-list": "^2.10.4",
"@tiptap/extension-underline": "^2.10.4",
"@tiptap/pm": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"@tiptap/vue-3": "^2.10.4",
"@types/turndown": "^5.0.5",
"@vee-validate/zod": "^4.15.0",
"@vue-email/components": "^0.0.21",
"@vue-email/render": "^0.0.9",
"@vueuse/core": "^12.2.0",
"arctic": "^2.3.3",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.38.3",
"lowlight": "^3.3.0",
"lucia": "^3.2.2",
"lucide-vue-next": "^0.469.0",
"nuxt": "^3.15.0",
"oslo": "^1.2.1",
"pinia": "^2.3.0",
"radix-vue": "^1.9.11",
"resend": "^4.0.1",
"shadcn-nuxt": "latest",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"turndown": "^7.2.0",
"unique-names-generator": "^4.7.1",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
"y-partykit": "^0.0.32",
"y-prosemirror": "^1.2.15",
"zod": "^3.24.1"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/nuxt": "^12.2.0",
"concurrently": "^9.1.1",
"drizzle-kit": "^0.30.1",
"nuxt-pages-plus": "^0.5.1",
"partykit": "0.0.111",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwind-scrollbar": "^3.1.0",
"unenv": "^1.10.0",
"vue-tsc": "^2",
"wrangler": "^3.99.0"
}
}