mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 14:05:36 +00:00
25 lines
806 B
JSON
25 lines
806 B
JSON
{
|
|
"name": "devlifefrommodernway",
|
|
"private": true,
|
|
"scripts": {
|
|
"watch": "run-p watch:web",
|
|
"watch:web": "honkit serve",
|
|
"build": "run-s build:content",
|
|
"build:content": "run-p build:content:*",
|
|
"build:content:web": "honkit build",
|
|
"build:content:pdf": "honkit pdf . ./public/books/book.pdf",
|
|
"build:content:epub": "honkit epub . ./public/books/book.epub",
|
|
"build:content:mobi": "honkit mobi . ./public/books/book.mobi"
|
|
},
|
|
"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",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|