-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 868 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 868 Bytes
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
{
"name": "@he3-kit/docs",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs"
},
"author": "evilmu",
"license": "ISC",
"type": "module",
"dependencies": {
"@he3-kit/ui": "0.5.14",
"@vue/runtime-dom": "^3.2.47",
"@vueuse/core": "^9.13.0",
"ant-design-vue": "^3.2.15",
"chalk": "^5.2.0",
"consola": "^2.15.3",
"escape-html": "^1.0.3",
"markdown-it": "^13.0.1",
"prismjs": "^1.29.0",
"vitepress": "1.0.0-alpha.63",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@types/markdown-it-container": "^2.0.5",
"@types/node": "^18.14.2",
"less": "^4.1.3",
"markdown-it-container": "^3.0.0",
"unocss": "^0.50.6",
"unocss-preset-scrollbar": "^0.2.1",
"vite": "^4.1.4"
}
}