-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.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
{
"name": "dk-vui",
"version": "0.1.32",
"description": "dk-vui",
"private": false,
"author": "blryli",
"license": "MIT",
"main": "dist/dk-vui.mjs",
"types": "types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build --mode prod",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://github.com/XinchengDigitalTechnology/dk-vui.git"
},
"bugs": {
"url": "https://github.com/XinchengDigitalTechnology/dk-vui/issues"
},
"homepage": "https://XinchengDigitalTechnology.github.com/dk-vui",
"dependencies": {
"vue": "3.2.45"
},
"devDependencies": {
"@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.20.2",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-medium-zoom": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@bytemd/vue-next": "^1.20.2",
"@element-plus/icons-vue": "^2.1.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/runtime-core": "^3.4.21",
"@xqsit94/vue3-copy-to-clipboard": "^1.1.0",
"bytemd": "^1.21.0",
"element-plus": "^2.3.7",
"highlight.js": "^11.9.0",
"sass": "^1.63.6",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.16.4",
"vite": "^4.3.9",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-router": "^4.2.5",
"vxe-table": "^4.4.2",
"xe-utils": "^3.5.11"
}
}