-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 824 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 824 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
{
"name": "blog",
"description": "RobinElysiaBlog",
"version": "0.0.1",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.20",
"@vuepress/client": "2.0.0-rc.20",
"@vuepress/plugin-blog": "2.0.0-rc.86",
"@vuepress/plugin-git": "2.0.0-rc.0",
"@vuepress/plugin-markdown-math": "2.0.0-rc.112",
"@vuepress/theme-default": "2.0.0-rc.88",
"sass-embedded": "^1.86.0",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.20"
},
"dependencies": {
"@types/mathjax": "^0.0.40",
"markdown-it-mathjax3": "^4.3.2",
"mathjax": "^4.0.0"
}
}