-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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
{
"name": "bbs",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview"
},
"dependencies": {
"@hocuspocus/provider": "^1.0.0-alpha.39",
"@kangc/v-md-editor": "^2.3.15",
"@tiptap/extension-collaboration": "^2.0.0-beta.38",
"@tiptap/extension-collaboration-cursor": "^2.0.0-beta.37",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/vue-3": "^2.0.0-beta.96",
"@types/fabric": "^4.5.11",
"@types/jspdf": "^2.0.0",
"@types/localforage": "^0.0.34",
"@vicons/material": "^0.12.0",
"animate.css": "^3.5.1",
"axios": "^0.27.2",
"codemirror": "^5.54.0",
"docxtemplater": "^3.31.2",
"docxtemplater-image-module-free": "^1.1.1",
"element-plus": "^2.2.12",
"element-tiptap": "^2.0.0-alpha.1",
"element-ui": "^2.15.9",
"fabric": "^5.2.1",
"file-saver": "^2.0.5",
"gsap": "^3.10.4",
"html-docx-js": "^0.3.1",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"pinia": "^2.0.14",
"pinia-persistedstate-plugin": "^0.1.0",
"pinia-plugin-persist": "^1.0.0",
"pizzip": "^3.1.1",
"react-dnd-html5-backend": "^16.0.1",
"remixicon": "^2.5.0",
"shortid": "^2.2.16",
"svg-sprite-loader": "^6.0.11",
"vditor": "^3.8.13",
"vue": "^3.2.25",
"vue-codemirror": "^6.0.2",
"vue-drag-resize": "^2.0.3",
"vue-email-editor": "^2.0.0",
"vue-fabric": "^0.1.42",
"vue-router": "^4.0.14",
"vue3-dnd": "^2.0.1",
"vuex": "^4.0.2",
"y-webrtc": "^10.2.3",
"y-websocket": "^1.4.3",
"yjs": "^13.5.41"
},
"devDependencies": {
"@types/shortid": "^0.0.29",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"naive-ui": "^2.28.0",
"sass": "^1.54.1",
"typescript": "^4.5.4",
"vite": "^2.9.8",
"vue-tsc": "^0.29.8"
}
}