package.json 1.0 KB

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@growi/codemirror-textlint",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "license": "MIT",
  6. "devDependencies": {
  7. "@textlint/kernel": "^12.0.2",
  8. "textlint-message-to-codemirror": "^1.0.0",
  9. "textlint-plugin-markdown": "^4.0.6",
  10. "textlint-rule-common-misspellings": "^1.0.1",
  11. "textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",
  12. "textlint-rule-ja-no-abusage": "^3.0.0",
  13. "textlint-rule-ja-no-inappropriate-words": "^2.0.0",
  14. "textlint-rule-ja-no-mixed-period": "^2.1.1",
  15. "textlint-rule-ja-no-redundant-expression": "^4.0.0",
  16. "textlint-rule-max-comma": "^2.0.2",
  17. "textlint-rule-max-kanji-continuous-len": "^1.1.1",
  18. "textlint-rule-max-ten": "^4.0.2",
  19. "textlint-rule-no-double-negative-ja": "^2.0.0",
  20. "textlint-rule-no-doubled-conjunction": "^2.0.2",
  21. "textlint-rule-no-doubled-joshi": "^4.0.0",
  22. "textlint-rule-no-dropping-the-ra": "^3.0.0",
  23. "textlint-rule-no-hankaku-kana": "^1.0.2",
  24. "textlint-rule-prefer-tari-tari": "^1.0.3",
  25. "textlint-rule-sentence-length": "^3.0.0"
  26. }
  27. }