forked from flaggo/python3-source-code-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 601 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"scripts": {
"serve": "gitbook serve",
"build": "gitbook build"
},
"dependencies": {
"gitbook": "^2.6.9",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-back-to-top-button": "^0.1.4",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^2.1.0",
"gitbook-plugin-page-toc-button": "^0.1.1",
"gitbook-plugin-prism": "^2.4.0",
"gitbook-plugin-search-plus": "0.0.11",
"gitbook-plugin-sharing-plus": "0.0.2",
"gitbook-plugin-splitter": "0.0.8",
"gitbook-plugin-tbfed-pagefooter": "0.0.1"
}
}