mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 16:25:37 +00:00
Initial commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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/books.pdf",
|
||||
"build:content:epub": "honkit epub . ./public/books/books.epub",
|
||||
"build:content:mobi": "honkit mobi . ./public/books/books.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",
|
||||
"honkit": "^5.1.1",
|
||||
"npm-run-all": "^4.1.5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user