-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.1 KB
/
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
36
37
{
"name": "vitepress-blog",
"version": "1.0.0",
"private": true,
"author": "Ymri",
"license": "MIT",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"view": "vitepress preview docs",
"sync": "elog sync -e .elog.env",
"elog:sync": "elog sync",
"elog:clean": "elog clean",
"elog:sync-local-short": "elog sync -e .elog.env -c elog.config.shorturl.js -a elog.cache.shorturl.json",
"elog:sync-short": "elog sync -c elog.config.shorturl.js -a elog.cache.shorturl.json",
"elog:clean-short": "elog clean -c elog.config.shorturl.js -a elog.cache.shorturl.json"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@elog/cli": "^0.13.2",
"@mdit/plugin-tasklist": "^0.9.0",
"@sugarat/theme": "^0.2.24",
"element-plus": "^2.7.1",
"markdown-it-task-checkbox": "^1.0.6",
"markdown-it-task-lists": "^2.1.1",
"vue": "^3.4.23"
},
"directories": {
"doc": "docs"
},
"devDependencies": {
"sass": "^1.75.0",
"typescript": "^5.1.6",
"vitepress": "^1.0.0-rc.44"
}
}