-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "vivliostyle-techbook-template",
"description": "A template for creating tech books with Vivliostyle.",
"version": "1.0.0",
"author": "kimkim0106",
"scripts": {
"build": "npm run build:web && npm run build:press",
"build:web": "vivliostyle build -o output-web.pdf",
"build:press": "vivliostyle build -o output-press.pdf --press-ready --crop-marks",
"preview": "vivliostyle preview",
"cspell": "cspell manuscripts/*.md",
"textlint": "textlint manuscripts/*.md",
"textlint:fix": "textlint --fix manuscripts/*.md"
},
"license": "MIT",
"private": true,
"devDependencies": {
"@vivliostyle/cli": "^11.1.0",
"cspell": "^10.1.0",
"textlint": "^15.8.0",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ai-writing": "^1.1.0",
"textlint-rule-preset-icsmedia": "https://github.com/ics-creative/textlint-rule-preset-icsmedia.git#400d115eecfb8b936a055a30b38192ff47dd6289",
"textlint-rule-preset-ja-spacing": "^3.0.3",
"textlint-rule-preset-japanese": "^10.0.4"
}
}