-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 916 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 916 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
{
"name": "loaf.github.io",
"version": "1.0.0",
"description": "blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache --clean-temp"
},
"author": "loaf",
"license": "ISC",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.24",
"@vuepress/plugin-markdown-chart": "^2.0.0-rc.109",
"@vuepress/theme-default": "^2.0.0-rc.112",
"katex": "^0.16.22",
"markmap-lib": "^0.18.12",
"markmap-toolbar": "^0.18.12",
"markmap-view": "^0.18.12",
"mermaid": "^11.10.1",
"rxjs": "^7.8.2",
"sass": "^1.91.0",
"vuepress": "^2.0.0-rc.24",
"vuepress-theme-hope": "^2.0.0-rc.94"
},
"dependencies": {
"@vuepress/plugin-search": "^2.0.0-rc.112",
"gray-matter": "^4.0.3"
}
}