-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.49 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
{
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@arco-design/web-vue": "^2.47.1",
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-frontmatter": "^1.21.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-medium-zoom": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@ziuchen/bytemd-plugin-align": "^1.0.1",
"@ziuchen/bytemd-plugin-highlight-theme": "^1.0.6",
"@ziuchen/bytemd-plugin-image-zoom": "^1.0.1",
"@ziuchen/bytemd-plugin-markdown-theme": "^1.0.2",
"bytemd": "^1.21.0",
"highlight.js": "^11.8.0",
"katex": "^0.16.7",
"lodash-es": "^4.17.21",
"pinia": "^2.1.4",
"tiny-emitter": "^2.1.0",
"unist-util-visit": "^4.1.2",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.0",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"html-minifier-terser": "^7.2.0",
"less": "^4.1.3",
"sass": "^1.63.6",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.14.4",
"unplugin-vue-components": "^0.24.1",
"utools-api-types": "^3.0.0",
"vite": "^4.3.9",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-utools": "^0.5.4",
"vue-tsc": "^1.8.1"
}
}