2017-10-07 11:43:26 +09:00
|
|
|
{
|
2019-03-14 22:32:24 +09:00
|
|
|
"name": "uechi.io",
|
2017-10-07 11:43:26 +09:00
|
|
|
"scripts": {
|
2019-03-14 22:32:24 +09:00
|
|
|
"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"
|
2017-10-07 11:43:26 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-01 20:39:01 +00:00
|
|
|
"textlint": "^11.3.1",
|
2018-07-19 20:53:04 +09:00
|
|
|
"textlint-filter-rule-whitelist": "^2.0.0",
|
2017-10-07 11:43:26 +09:00
|
|
|
"textlint-rule-common-misspellings": "^1.0.1",
|
|
|
|
"textlint-rule-max-ten": "^2.0.3",
|
2018-04-04 15:39:55 +09:00
|
|
|
"textlint-rule-no-dropping-the-ra": "^1.1.2",
|
|
|
|
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
|
2019-08-01 20:38:32 +00:00
|
|
|
"textlint-rule-preset-japanese": "^4.0.4"
|
2019-03-14 22:32:24 +09:00
|
|
|
},
|
|
|
|
"private": true
|
2017-10-07 11:43:26 +09:00
|
|
|
}
|