-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 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
{
"name": "thost-v2-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@milkdown/core": "^7.3.6",
"@milkdown/ctx": "^7.3.6",
"@milkdown/plugin-clipboard": "^7.3.6",
"@milkdown/plugin-history": "^7.3.6",
"@milkdown/plugin-listener": "^7.3.6",
"@milkdown/plugin-math": "^7.3.6",
"@milkdown/preset-commonmark": "^7.3.6",
"@milkdown/prose": "^7.3.6",
"@milkdown/theme-nord": "^7.3.6",
"@milkdown/transformer": "^7.3.6",
"@milkdown/vue": "^7.3.6",
"@vicons/ionicons5": "^0.12.0",
"@vue/runtime-core": "^3.4.25",
"@vueuse/core": "^10.9.0",
"@vueuse/sound": "^2.0.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"animejs": "^3.2.2",
"ant-design-vue": "^4.2.1",
"aplayer": "^1.10.1",
"calendar-graph": "^1.0.1",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"filesize": "^10.1.1",
"highlight.js": "^11.9.0",
"html-to-image": "^1.11.11",
"html2pdf.js": "^0.10.1",
"katex": "^0.16.10",
"luxon": "^3.4.4",
"mammoth": "^1.7.2",
"marked": "^12.0.2",
"naive-ui": "^2.38.1",
"pinia": "^2.1.7",
"sweetalert": "^2.1.2",
"uuid": "^9.0.1",
"vditor": "^3.10.4",
"vicons": "^0.0.1",
"vite-plugin-require": "^1.1.14",
"vite-plugin-top-level-await": "^1.4.1",
"vue": "^3.4.25",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.3"
}
}