-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 946 Bytes
/
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
{
"name": "docs",
"version": "1.0.0-alpha.4",
"private": true,
"scripts": {
"build": "vitepress build",
"dev": "vitepress dev --port 8080",
"dev:host": "vitepress dev --port 8080 --host",
"preview": "vitepress preview --port 8080",
"serve": "vitepress serve --port 8000"
},
"dependencies": {
"@vueuse/core": "^9.12.0",
"shiki": "^0.13.0",
"v-tooltip": "^2.1.3",
"vue": "*",
"vue-json-pretty": "^2.2.3"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.14",
"@types/markdown-it": "^12.2.3",
"@unocss/reset": "*",
"@vitejs/plugin-vue": "^4.0.0",
"markdown-it-container": "^3.0.0",
"markdown-it-mark": "^3.0.1",
"medium-zoom": "^1.0.8",
"sitemap": "^7.1.1",
"unocss": "^0.49.1",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.4",
"vite-plugin-pwa": "^0.14.1",
"vite-plugin-radar": "^0.7.0",
"vitepress": "^1.0.0-alpha.43"
}
}