mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 14:05:36 +00:00
27 lines
1.0 KiB
JSON
27 lines
1.0 KiB
JSON
{
|
|
"name": "devlifefrommodernway",
|
|
"private": true,
|
|
"scripts": {
|
|
"watch": "run-s license && run-p watch:web",
|
|
"watch:web": "honkit serve",
|
|
"build": "run-s build:content",
|
|
"build:content": "run-s license && run-p build:content:*",
|
|
"build:content:web": "honkit build",
|
|
"build:content:pdf": "mkdir -p ./target/ && honkit pdf . ./target/book.pdf",
|
|
"build:content:epub": "mkdir -p ./target/ && honkit epub . ./target/book.epub",
|
|
"build:content:mobi": "mkdir -p ./target/ && honkit mobi . ./target/book.mobi",
|
|
"license": "license-report --output=markdown --config ./licese-report.json > src/EXTERNAL_LICENSE_REPORT.md"
|
|
},
|
|
"devDependencies": {
|
|
"gitbook-plugin-anchors": "^0.7.1",
|
|
"gitbook-plugin-collapsible-chapters": "^0.1.8",
|
|
"gitbook-plugin-hide-published-with": "^0.0.1",
|
|
"gitbook-plugin-hints": "^1.0.2",
|
|
"gitbook-plugin-search-pro-fixed": "^1.0.1",
|
|
"graceful-fs": "^4.2.11",
|
|
"honkit": "^5.1.1",
|
|
"license-report": "^6.5.0",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|