-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
82 lines (82 loc) · 2.5 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "teamdo",
"version": "1.0.0",
"description": "TeamDo",
"main": "./src/main.js",
"repository": "https://github.com/limoxi/teamdo.git",
"author": "aix <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs"
},
"resolutions": {
"prosemirror-model": "1.23.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"autoprefixer-loader": "^3.2.0",
"less": "^4.2.1",
"less-loader": "^12.2.0",
"vite": "6.0.1",
"vue-style-loader": "^4.1.3"
},
"dependencies": {
"@milkdown/core": "^6.5.4",
"@milkdown/plugin-listener": "^6.5.4",
"@milkdown/plugin-slash": "^6.5.4",
"@milkdown/plugin-tooltip": "^6.5.4",
"@milkdown/preset-commonmark": "^6.5.4",
"@milkdown/preset-gfm": "^6.5.4",
"@milkdown/prose": "^6.5.4",
"@milkdown/theme-nord": "^6.5.4",
"@milkdown/utils": "^6.5.4",
"@milkdown/vue": "^6.5.4",
"@primevue/themes": "^4.2.4",
"@remixicon/vue": "^4.5.0",
"@tiptap-pro/extension-file-handler": "^2.16.3",
"@tiptap/core": "^2.10.3",
"@tiptap/extension-bubble-menu": "^2.10.3",
"@tiptap/extension-color": "^2.10.3",
"@tiptap/extension-highlight": "^2.10.3",
"@tiptap/extension-image": "^2.10.3",
"@tiptap/extension-link": "^2.10.3",
"@tiptap/extension-list-item": "^2.10.3",
"@tiptap/extension-mention": "^2.10.3",
"@tiptap/extension-ordered-list": "^2.10.3",
"@tiptap/extension-placeholder": "^2.10.3",
"@tiptap/extension-task-item": "^2.10.3",
"@tiptap/extension-task-list": "^2.10.3",
"@tiptap/extension-text-style": "^2.10.3",
"@tiptap/extension-underline": "^2.10.3",
"@tiptap/pm": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@tiptap/suggestion": "^2.10.3",
"@tiptap/vue-3": "^2.10.3",
"autoprefixer": "^10.4.20",
"axios": "1.7.8",
"clipboard": "^2.0.11",
"echarts": "^5.5.1",
"event-source-polyfill": "^1.0.31",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-range": "^4.0.2",
"pinia": "^2.2.8",
"pinyin-match": "^1.2.6",
"primevue": "^4.2.4",
"qs": "^6.13.1",
"remixicon": "^4.5.0",
"tippy.js": "^6.3.7",
"view-ui-plus": "^1.3.19",
"vite-plugin-html": "^3.2.2",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-router": "^4.5.0",
"vue3-colorpicker": "^2.3.0",
"vuedraggable": "^4.1.0"
}
}