-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 956 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
35
{
"name": "nuxt-crossws",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview"
},
"dependencies": {
"@faker-js/faker": "^9.1.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@tiptap/extension-character-count": "^2.9.1",
"@tiptap/extension-collaboration": "^2.9.1",
"@tiptap/extension-collaboration-cursor": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-task-item": "^2.9.1",
"@tiptap/extension-task-list": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"nuxt": "latest",
"vue": "latest",
"vue-router": "latest",
"y-crossws": "^0.0.2",
"y-websocket": "^2.0.4",
"yjs": "^13.6.20"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"packageManager": "[email protected]"
}