-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.14 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.14 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "collaborative-editor",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:pritter": "prettier --write src/",
"lint:eslint": "eslint src/",
"push": "push.bat"
},
"dependencies": {
"@auth/core": "^0.41.0",
"@casl/ability": "^6.7.3",
"@casl/vue": "^2.2.2",
"@hocuspocus/server": "^3.3.0",
"@nuxt/eslint": "^1.11.0",
"@nuxt/kit": "^4.1.3",
"@nuxt/ui": "^3.3.6",
"@pinia/nuxt": "^0.11.2",
"@primeuix/themes": "^1.2.5",
"@primevue/themes": "^4.4.1",
"@sidebase/nuxt-auth": "^0.6.7",
"@tiptap/extension-code-block-lowlight": "^3.7.2",
"@tiptap/extension-collaboration": "^3.7.2",
"@tiptap/extension-color": "^3.7.2",
"@tiptap/extension-font-family": "^3.7.2",
"@tiptap/extension-highlight": "^3.7.2",
"@tiptap/extension-image": "^3.7.2",
"@tiptap/extension-placeholder": "^3.7.2",
"@tiptap/extension-table": "^3.7.2",
"@tiptap/extension-table-cell": "^3.7.2",
"@tiptap/extension-table-header": "^3.7.2",
"@tiptap/extension-table-row": "^3.7.2",
"@tiptap/extension-text-align": "^3.7.2",
"@tiptap/extension-text-style": "^3.7.2",
"@tiptap/extension-underline": "^3.7.2",
"@tiptap/starter-kit": "^3.7.2",
"@tiptap/vue-3": "^3.7.2",
"@types/jspdf": "^1.3.3",
"@types/lodash-es": "^4.17.12",
"@types/uuid": "^10.0.0",
"@vueuse/core": "^14.0.0",
"@vueuse/nuxt": "^14.0.0",
"@zumer/snapdom": "^2.0.1",
"animejs": "^4.2.2",
"axios": "^1.12.2",
"bcryptjs": "^3.0.2",
"casl": "^0.2.0",
"chart.js": "^4.5.1",
"dayjs": "^1.11.18",
"draggable-polyfill": "^1.2.4",
"feiui-vue": "^0.0.2",
"gsap": "^3.13.0",
"html2canvas": "^1.4.1",
"ioredis": "^5.8.2",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.4",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.546.0",
"mysql2": "^3.15.3",
"nitro": "^3.0.1-alpha.0",
"nuxt": "^4.1.3",
"ofetch": "^1.4.1",
"pinia": "^3.0.3",
"prettier": "^3.6.2",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primevue": "^4.4.1",
"radix-vue": "^1.9.17",
"redis": "^5.8.3",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"uuid": "^13.0.0",
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"y-protocols": "^1.0.6",
"y-websocket": "^3.0.0",
"yjs": "^13.6.27"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@primevue/nuxt-module": "^4.4.1",
"@types/bcryptjs": "^2.4.6",
"@types/d3-ease": "^3.0.2",
"@types/d3-scale": "^4.0.9",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/d3-selection": "^3.0.11",
"@types/d3-shape": "^3.1.7",
"@types/d3-transition": "^3.0.9",
"@types/node": "^24.9.1",
"@types/pg": "^8.15.5",
"autoprefixer": "^10.4.21",
"eslint": "^9.38.0",
"eslint-plugin-vue": "^10.5.1",
"globals": "^16.4.0",
"jiti": "^2.6.1",
"postcss": "^8.5.6",
"sass-embedded": "^1.93.2",
"tailwindcss": "3.4.4",
"typescript-eslint": "^8.46.2",
"vite-tsconfig-paths": "^5.1.4"
}
}