-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 893 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 893 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
{
"name": "vitepress-theme-blog-charles7c-s2",
"description": "vitepress 博客主题 - Charles7c风格2",
"version": "1.0.0",
"author": "Charles7c",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"@mdit-vue/shared": "^2.1.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.14.1",
"dayjs": "^1.11.19",
"less": "^4.5.1",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-todo": "^1.0.5",
"remove-markdown": "^0.6.2",
"sass": "^1.97.2"
},
"dependencies": {
"vitepress": "2.0.0-alpha.15",
"vitepress-mermaid-preview": "^0.1.1",
"vitepress-plugin-group-icons": "^1.6.5",
"vitepress-plugin-image-preview": "^0.1.1",
"vue": "^3.5.26"
}
}