-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 1.13 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
{
"type": "module",
"scripts": {
"docs:dev": "./makeEnv && source .env && vitepress dev site",
"docs:preview": "./makeEnv && source .env && vitepress preview site",
"docs:build": "./makeEnv && source .env && npm run docs:build-ci",
"docs:build-ci": "npx patch-package && vitepress build site"
},
"dependencies": {
"@ant-design/icons-vue": "6.1.0",
"@biomejs/biome": "1.8.2",
"@mdit/plugin-img-size": "0.4.8",
"@pilotmoon/chewit": "0.3.0",
"@tabler/icons-vue": "3.5.0",
"@vicons/fa": "0.12.0",
"@vicons/fluent": "0.12.0",
"@vicons/utils": "0.1.4",
"@vueuse/core": "10.9.0",
"axios": "1.6.8",
"element-plus": "2.7.3",
"js-sha256": "0.11.0",
"js-yaml": "4.1.0",
"lru-cache": "10.2.1",
"markdown-it-html5-media": "0.7.1",
"markdown-it-image-figures": "2.1.1",
"p-limit": "5.0.0",
"patch-package": "8.0.0",
"sanitize-html": "2.13.0",
"unplugin-element-plus": "0.8.0",
"vitepress": "1.2.3",
"vue": "3.4.29",
"vue3-simple-icons": "9.10.0",
"zod": "3.23.4"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "20.4.7"
}
}