-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1019 Bytes
/
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
{
"name": "vegetable",
"version": "1.0.0",
"description": "个人知识树",
"main": "index.js",
"scripts": {
"start": "gitbook serve",
"build": "gitbook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2fps/i-am-so-vegetable.git"
},
"author": "2fps",
"license": "ISC",
"bugs": {
"url": "https://github.com/2fps/i-am-so-vegetable/issues"
},
"homepage": "https://github.com/2fps/i-am-so-vegetable#readme",
"devDependencies": {
"gitbook-cli": "^2.3.2"
},
"dependencies": {
"gitbook-plugin-back-to-top-button": "^0.1.4",
"gitbook-plugin-baidu-tongji": "^1.0.4",
"gitbook-plugin-copy-code-button": "0.0.2",
"gitbook-plugin-expandable-chapters-small": "^0.1.7",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-page-toc-button": "^0.1.1",
"gitbook-plugin-pageview-count": "^1.0.1",
"gitbook-plugin-popup": "0.0.1",
"gitbook-plugin-search-pro": "^2.0.2",
"gitbook-plugin-tbfed-pagefooter": "0.0.1"
}
}