-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 898 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 898 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
{
"name": "site",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev --host 0.0.0.0 ",
"build": "vitepress build",
"preview": "vitepress preview"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@giscus/vue": "^2.3.0",
"@iconify/vue": "^4.1.2",
"@types/node": "^20.5.7",
"font-awesome": "^4.7.0",
"gray-matter": "^4.0.3",
"highcharts": "^11.1.0",
"highcharts-vue": "^1.4.3",
"medium-zoom": "^1.0.8",
"mermaid": "11.12.2",
"prettier": "^3.0.3",
"radix-vue": "^1.7.4",
"segment": "^0.1.3",
"sitemap": "^7.1.1",
"typescript": "^5.2.2",
"vitepress": "^1.6.3",
"vitepress-plugin-codeblocks-fold": "^1.2.35",
"vitepress-plugin-group-icons": "^1.5.2",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-plugin-tabs": "^0.4.1"
}
}