-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 3.76 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@elog/doc",
"version": "1.0.0",
"description": "Elog文档",
"homepage": "https://github.com/LetTTGACO/elog/tree/master/packages/elog-doc#readme",
"author": "1874 <[email protected]>",
"license": "MIT",
"private": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LetTTGACO/elog.git"
},
"bugs": {
"url": "https://github.com/LetTTGACO/elog/issues"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"elog:init": "elog init -c elog.config.init.js -e .elog.init.env",
"local:yuque-token": "elog sync -c elog.config.yuque-token.js -e .elog.env -a elog.cache.yuque-token.json",
"local:yuque-pwd": "elog sync -c elog.config.yuque-pwd.js -e .elog.env -a elog.cache.yuque-pwd.json",
"local:notion": "elog sync -c elog.config.notion.js -e .elog.env -a elog.cache.notion.json",
"local:wolai": "elog sync -c elog.config.wolai.js -e .elog.env -a elog.cache.wolai.json",
"local:flowus": "elog sync -c elog.config.flowus.js -e .elog.env -a elog.cache.flowus.json",
"local:wordpress": "elog sync -c elog.config.wordpress.js -e .elog.env -a elog.cache.wordpress.json",
"local:halo": "elog sync -c elog.config.halo.js -e .elog.env -a elog.cache.halo.json",
"local:feishu": "elog sync -c elog.config.feishu.js -e .elog.env -a elog.cache.feishu.json",
"local:feishu-wiki": "elog sync -c elog.config.feishu-wiki.js -e .elog.env -a elog.cache.feishu-wiki.json",
"sync:yuque-token": "elog sync -c elog.config.yuque-token.js -a elog.cache.yuque-token.json",
"sync:yuque-pwd": "elog sync -c elog.config.yuque-pwd.js -a elog.cache.yuque-pwd.json",
"sync:notion": "elog sync -c elog.config.notion.js -a elog.cache.notion.json",
"sync:flowus": "elog sync -c elog.config.flowus.js -a elog.cache.flowus.json",
"sync:wordpress": "elog sync -c elog.config.wordpress.js -a elog.cache.wordpress.json",
"sync:halo": "elog sync -c elog.config.halo.js -a elog.cache.halo.json",
"sync:feishu": "elog sync -c elog.config.feishu.js -a elog.cache.feishu.json",
"sync:feishu-wiki": "elog sync -c elog.config.feishu-wiki.js -a elog.cache.feishu-wiki.json",
"clean:yuque-token": "elog clean -c elog.config.yuque-token.js -a elog.cache.yuque-token.json",
"clean:yuque-pwd": "elog clean -c elog.config.yuque-pwd.js -a elog.cache.yuque-pwd.json",
"clean:notion": "elog clean -c elog.config.notion.js -a elog.cache.notion.json",
"clean:flowus": "elog clean -c elog.config.flowus.js -a elog.cache.flowus.json",
"clean:wordpress": "elog clean -c elog.config.wordpress.js -a elog.cache.wordpress.json",
"clean:halo": "elog clean -c elog.config.halo.js -a elog.cache.halo.json",
"clean:feishu": "elog clean -c elog.config.feishu.js -a elog.cache.feishu.json",
"clean:feishu-wiki": "elog clean -c elog.config.feishu-wiki.js -a elog.cache.feishu-wiki.json",
"clean-all": "npm run clean:yuque-token && npm run clean:notion && npm run clean:flowus && npm run clean:wordpress && npm run clean:feishu && npm run clean:feishu-wiki",
"sync-all": "npm run local:yuque-token && npm run local:notion && npm run local:flowus && npm run local:wordpress && npm run local:feishu && npm run local:feishu-wiki"
},
"dependencies": {
"@elog/cli": "^0.14.2",
"@types/node": "^18.11.9",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-task-lists": "^2.1.1",
"medium-zoom": "^1.1.0",
"sitemap": "^7.1.1",
"vitepress": "^1.0.0-rc.40",
"vitepress-plugin-comment-with-giscus": "^1.1.12"
},
"packageManager": "[email protected]",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
}
}
}