-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.52 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
{
"name": "1delta-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "honkit build",
"serve": "honkit serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1delta-DAO/docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/1delta-DAO/docs/issues"
},
"homepage": "https://github.com/1delta-DAO/docs#readme",
"devDependencies": {
"@honkit/internal-test-utils": "^4.0.7",
"benchmark": "^2.1.4",
"gitbook-plugin-anchors": "^0.7.1",
"gitbook-plugin-canonical-link": "^2.0.2",
"gitbook-plugin-custom-favicon": "0.0.4",
"gitbook-plugin-ga": "^1.0.0",
"gitbook-plugin-github-issue-feedback": "^1.1.1",
"gitbook-plugin-include-codeblock": "^3.0.0",
"gitbook-plugin-js-console": "^2.0.4",
"gitbook-plugin-page-toc-button": "^0.1.1",
"gitbook-summary-to-path": "^1.1.0",
"gitbook-plugin-add-js-css": "^0.0.1",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-flexible-alerts": "^1.0.3",
"gitbook-plugin-insert-logo": "^0.1.5",
"gitbook-plugin-local-pagefooter": "^1.0.5",
"gitbook-plugin-lunr": "^1.2.0",
"honkit-plugin-holaspirit": "^1.0.1",
"honkit-plugin-pagefooter": "^0.1.1",
"honkit-plugin-search-plus": "^1.0.0",
"honkit": "^4.0.7",
"jest": "^29.0.3",
"ts-jest": "^29.0.1"
},
"dependencies": {
"@dogatana/honkit-plugin-theme-default-fa5": "^1.0.6"
}
}