-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.75 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.75 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
{
"name": "online-doc-editor",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@tiptap-pro/extension-drag-handle": "^2.11.9",
"@tiptap-pro/extension-file-handler": "^2.11.9",
"@tiptap-pro/extension-node-range": "^2.11.9",
"@tiptap-pro/extension-unique-id": "^2.11.9",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-bubble-menu": "^2.10.3",
"@tiptap/extension-character-count": "^2.9.1",
"@tiptap/extension-code-block-lowlight": "^2.9.1",
"@tiptap/extension-color": "^2.9.1",
"@tiptap/extension-font-family": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-subscript": "^2.9.1",
"@tiptap/extension-superscript": "^2.9.1",
"@tiptap/extension-table": "^2.9.1",
"@tiptap/extension-table-cell": "^2.9.1",
"@tiptap/extension-table-header": "^2.9.1",
"@tiptap/extension-table-row": "^2.9.1",
"@tiptap/extension-task-item": "^2.9.1",
"@tiptap/extension-task-list": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/html": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"@toast-ui/editor": "^3.2.2",
"@vueuse/core": "^10.4.1",
"@weiruo/tiptap-extension-indent": "^2.0.4-1",
"cors": "^2.8.5",
"d3": "^7.8.5",
"docx": "^8.5.0",
"docx-preview": "^0.3.0",
"element-plus": "^2.7.4",
"emojibase-data": "^15.3.2",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"html-docx-js-typescript": "^0.1.5",
"html-to-image": "^1.11.11",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lowlight": "^3.1.0",
"luckyexcel": "^1.0.1",
"moment": "^2.30.1",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"remixicon": "^3.5.0",
"sass": "^1.64.1",
"simple-mind-map": "^0.14.0",
"tiptap-extension-font-size": "^1.2.0",
"uuid": "^9.0.0",
"vite-plugin-static-copy": "^0.17.1",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"vue3-esign": "^1.0.6"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"less": "^4.1.3",
"shelljs": "^0.8.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
},
"browserslist": [
">1%",
"last 4 version",
"not dead"
]
}