package.json 1.2 KB

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