You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
716 B
29 lines
716 B
1 year ago
|
{
|
||
|
"name": "medicine-doc",
|
||
|
"version": "1.0.0",
|
||
|
"description": "中药识别文档",
|
||
|
"scripts": {
|
||
|
"server": "gitbook serve",
|
||
|
"build": "gitbook build",
|
||
|
"init": "gitbook init",
|
||
|
"install": "gitbook install",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"中药识别"
|
||
|
],
|
||
|
"author": "小浩",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"gitbook-cli": "^2.3.2",
|
||
|
"gitbook-plugin-summary": "^1.1.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"gitbook-plugin-accordion": "^1.1.3",
|
||
|
"gitbook-plugin-back-to-top-button": "^0.1.4",
|
||
|
"gitbook-plugin-copy-code-button": "0.0.2",
|
||
|
"gitbook-plugin-highlight": "^2.0.3",
|
||
|
"gitbook-plugin-splitter": "0.0.8"
|
||
|
}
|
||
|
}
|