-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.25 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
{
"name": "xiandai_fenshu_template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "textlint *.re",
"style:a5": "sass ./sass/vivliostyle-a5.scss vivliostyle-a5.css",
"style:a4": "sass ./sass/vivliostyle-a4.scss vivliostyle-a4.css",
"style:a6": "sass ./sass/vivliostyle-a6.scss vivliostyle-a6.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": {
"@vivliostyle/cli": "^8.8.0",
"sass": "^1.72.0",
"textlint": "^12.6.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-plugin-review": "^0.3.3",
"textlint-rule-preset-smarthr": "^1.5.0",
"textlint-rule-prh": "^5.3.0"
},
"dependencies": {
"@textlint/textlint-plugin-text": "^14.0.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"
}
}