-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) 路 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) 路 1.02 KB
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": "prolog-tut-cn",
"version": "1.0.0",
"description": "prolog chinese tutorial.",
"scripts": {
"build": "honkit build src ../docs",
"serve": "honkit serve src docs",
"dev": "honkit serve src docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhzLuke96/prolog-tut-cn.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhzLuke96/prolog-tut-cn/issues"
},
"homepage": "https://github.com/zhzLuke96/prolog-tut-cn#readme",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"gitbook-plugin-anchor-navigation-ex": "^1.0.14",
"gitbook-plugin-anchors": "^0.7.1",
"gitbook-plugin-copy-code-button": "^0.0.2",
"gitbook-plugin-disqus": "^1.0.1",
"gitbook-plugin-github": "^3.0.0",
"gitbook-plugin-search-pro": "^2.0.2",
"gitbook-plugin-splitter": "^0.0.8",
"gitbook-plugin-tbfed-pagefooter": "^0.0.1",
"honkit": "^6.2.2",
"honkit-plugin-prism": "^2.5.4"
}
}