-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 897 Bytes
/
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
{
"name": "@hocuspocus/provider-demos",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@hocuspocus/provider": "^2.9.1-rc.0",
"@tiptap-pro/extension-ai": "^2.6.1",
"@tiptap/extension-collaboration": "^2.1.16",
"@tiptap/extension-collaboration-cursor": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"@tiptap/vue-3": "^2.1.16",
"@vitejs/plugin-vue": "^5.0.3",
"jose": "^5.2.0",
"vite": "^5.0.11",
"vite-plugin-pages": "^0.32.0",
"vue": "^3.4.15",
"vue-router": "^4.1.6",
"yjs": "^13.5.29"
},
"devDependencies": {
"@types/ws": "^8.5.10",
"autoprefixer": "^10.4.17",
"postcss": "8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}