Files
devlifefrommodernway.gitlab.io/package.json
Satsuki Akiba 48fbf2cd74 Revert "FIX"
This reverts commit 9cc27bf05a.
2023-10-15 01:45:04 +09:00

25 lines
854 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": "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"
},
"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"
}
}