generated from huidetang/inokashira-review-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 2.55 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "inokashira_review_template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "textlint *.re",
"style:a5-tate": "sass ./sass/vivliostyle-a5-tate.scss style.css",
"style:a4-tate": "sass ./sass/vivliostyle-a4-tate.scss style.css",
"style:a6-tate": "sass ./sass/vivliostyle-a6-tate.scss style.css",
"style:b5-tate": "sass ./sass/vivliostyle-b5-tate.scss style.css",
"style:shinsho-tate": "sass ./sass/vivliostyle-shinsho-tate.scss style.css",
"style:a5-tate-no-bleed": "sass ./sass/vivliostyle-a5-tate-no-bleed.scss style.css",
"style:a4-tate-no-bleed": "sass ./sass/vivliostyle-a4-tate-no-bleed.scss style.css",
"style:a6-tate-no-bleed": "sass ./sass/vivliostyle-a6-tate-no-bleed.scss style.css",
"style:b5-tate-no-bleed": "sass ./sass/vivliostyle-b5-tate-no-bleed.scss style.css",
"style:shinsho-tate-no-bleed": "sass ./sass/vivliostyle-shinsho-tate-no-bleed.scss style.css",
"style:a5-yoko": "sass ./sass/vivliostyle-a5-yoko.scss style.css",
"style:a4-yoko": "sass ./sass/vivliostyle-a4-yoko.scss style.css",
"style:a6-yoko": "sass ./sass/vivliostyle-a6-yoko.scss style.css",
"style:b5-yoko": "sass ./sass/vivliostyle-b5-yoko.scss style.css",
"style:a5-yoko-no-bleed": "sass ./sass/vivliostyle-a5-yoko-no-bleed.scss style.css",
"style:a4-yoko-no-bleed": "sass ./sass/vivliostyle-a4-yoko-no-bleed.scss style.css",
"style:a6-yoko-no-bleed": "sass ./sass/vivliostyle-a6-yoko-no-bleed.scss style.css",
"style:b5-yoko-no-bleed": "sass ./sass/vivliostyle-b5-yoko-no-bleed.scss style.css",
"style": "npm run style:a6"
},
"repository": {
"type": "git",
"url": "[email protected]:huidetang/XiandaiFenshuTemplate.git"
},
"author": "",
"license": "CC-BY-4.0",
"homepage": "https://github.com/huidetang/XiandaiFenshuTemplate",
"devDependencies": {
"@mermaid-js/mermaid-cli": "^10.9.1",
"@textlint/textlint-plugin-text": "^14.2.0",
"@vivliostyle/cli": "^8.14.1",
"sass": "^1.78.0",
"textlint": "^12.6.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-plugin-review": "^0.3.3",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-general-novel-style-ja": "^1.3.0",
"textlint-rule-max-ten": "^5.0.0",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^3.0.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-preset-smarthr": "^1.32.0",
"textlint-rule-prh": "^5.3.0"
},
"dependencies": {
"playwright": "^1.47.1"
}
}