package.json 1.3 KB

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