uechi.io/package.json
dependabot-preview[bot] b4e41ac8e5 Bump textlint-rule-preset-japanese from 4.0.3 to 4.0.4
Bumps [textlint-rule-preset-japanese](https://github.com/textlint-ja/textlint-rule-preset-japanese) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/textlint-ja/textlint-rule-preset-japanese/releases)
- [Commits](https://github.com/textlint-ja/textlint-rule-preset-japanese/compare/4.0.3...4.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 12:57:22 +09:00

20 lines
730 B
JSON

{
"name": "uechi.io",
"scripts": {
"fix-typo": "textlint _posts/*.md _pages/*.md --fix --dry-run -f diff",
"build": "bundle exec jekyll build",
"start": "bundle exec jekyll serve --host 0.0.0.0 --port 4000 --baseurl '' --force_polling --drafts --unpublished --incremental",
"test": "textlint _posts/*.md _pages/*.md -f pretty-error"
},
"devDependencies": {
"textlint": "^11.3.1",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-max-ten": "^2.0.3",
"textlint-rule-no-dropping-the-ra": "^1.1.2",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-preset-japanese": "^4.0.4"
},
"private": true
}