8
0

package.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "name": "ckeditor5",
  3. "version": "12.4.0",
  4. "description": "The development environment of CKEditor 5 – the best browser-based rich text editor.",
  5. "private": true,
  6. "keywords": [
  7. "ckeditor",
  8. "ckeditor5",
  9. "ckeditor 5",
  10. "wysiwyg",
  11. "rich text",
  12. "editor",
  13. "html",
  14. "contentEditable",
  15. "editing",
  16. "operational transformation",
  17. "ot",
  18. "collaboration",
  19. "collaborative",
  20. "real-time",
  21. "framework"
  22. ],
  23. "dependencies": {
  24. "@ckeditor/ckeditor-cloud-services-core": "^5.0.0",
  25. "@ckeditor/ckeditor5-adapter-ckfinder": "^11.0.5",
  26. "@ckeditor/ckeditor5-alignment": "^11.2.0",
  27. "@ckeditor/ckeditor5-autoformat": "^11.0.5",
  28. "@ckeditor/ckeditor5-autosave": "^11.0.5",
  29. "@ckeditor/ckeditor5-basic-styles": "^11.1.4",
  30. "@ckeditor/ckeditor5-block-quote": "^11.1.3",
  31. "@ckeditor/ckeditor5-build-balloon": "^12.4.0",
  32. "@ckeditor/ckeditor5-build-balloon-block": "^12.4.0",
  33. "@ckeditor/ckeditor5-build-classic": "^12.4.0",
  34. "@ckeditor/ckeditor5-build-decoupled-document": "^12.4.0",
  35. "@ckeditor/ckeditor5-build-inline": "^12.4.0",
  36. "@ckeditor/ckeditor5-ckfinder": "^11.0.5",
  37. "@ckeditor/ckeditor5-clipboard": "^12.0.2",
  38. "@ckeditor/ckeditor5-cloud-services": "^11.0.5",
  39. "@ckeditor/ckeditor5-core": "^12.3.0",
  40. "@ckeditor/ckeditor5-easy-image": "^11.0.5",
  41. "@ckeditor/ckeditor5-editor-balloon": "^12.2.2",
  42. "@ckeditor/ckeditor5-editor-classic": "^12.1.4",
  43. "@ckeditor/ckeditor5-editor-decoupled": "^12.2.2",
  44. "@ckeditor/ckeditor5-editor-inline": "^12.3.0",
  45. "@ckeditor/ckeditor5-engine": "^14.0.0",
  46. "@ckeditor/ckeditor5-enter": "^11.1.0",
  47. "@ckeditor/ckeditor5-essentials": "^11.0.5",
  48. "@ckeditor/ckeditor5-font": "^11.2.2",
  49. "@ckeditor/ckeditor5-heading": "^11.0.5",
  50. "@ckeditor/ckeditor5-highlight": "^11.0.5",
  51. "@ckeditor/ckeditor5-horizontal-rule": "^0.0.1",
  52. "@ckeditor/ckeditor5-image": "^14.0.0",
  53. "@ckeditor/ckeditor5-indent": "^10.1.0",
  54. "@ckeditor/ckeditor5-link": "^11.1.2",
  55. "@ckeditor/ckeditor5-list": "^12.1.0",
  56. "@ckeditor/ckeditor5-markdown-gfm": "^11.0.5",
  57. "@ckeditor/ckeditor5-media-embed": "^11.1.4",
  58. "@ckeditor/ckeditor5-mention": "^13.0.0",
  59. "@ckeditor/ckeditor5-page-break": "^0.0.1",
  60. "@ckeditor/ckeditor5-paragraph": "^11.0.5",
  61. "@ckeditor/ckeditor5-paste-from-office": "^11.1.0",
  62. "@ckeditor/ckeditor5-remove-format": "^10.0.4",
  63. "@ckeditor/ckeditor5-table": "^14.0.0",
  64. "@ckeditor/ckeditor5-theme-lark": "^14.2.0",
  65. "@ckeditor/ckeditor5-typing": "^12.2.0",
  66. "@ckeditor/ckeditor5-ui": "^14.0.0",
  67. "@ckeditor/ckeditor5-undo": "^11.0.5",
  68. "@ckeditor/ckeditor5-upload": "^12.0.0",
  69. "@ckeditor/ckeditor5-utils": "^14.0.0",
  70. "@ckeditor/ckeditor5-watchdog": "^11.0.0",
  71. "@ckeditor/ckeditor5-widget": "^11.1.0",
  72. "@ckeditor/ckeditor5-word-count": "^10.0.2"
  73. },
  74. "devDependencies": {
  75. "@ckeditor/ckeditor5-comments": "^4.0.0",
  76. "@ckeditor/ckeditor5-dev-docs": "^11.0.9",
  77. "@ckeditor/ckeditor5-dev-env": "^16.0.0",
  78. "@ckeditor/ckeditor5-dev-tests": "^16.9.0",
  79. "@ckeditor/ckeditor5-dev-utils": "^12.0.3",
  80. "@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.3",
  81. "@ckeditor/ckeditor5-inspector": "^1.3.0",
  82. "@ckeditor/ckeditor5-react": "^1.1.3",
  83. "@ckeditor/ckeditor5-real-time-collaboration": "^12.4.0",
  84. "@ckeditor/ckeditor5-track-changes": "^1.1.0",
  85. "@wiris/mathtype-ckeditor5": "^7.16.1",
  86. "babel-standalone": "^6.26.0",
  87. "css-loader": "^1.0.0",
  88. "eslint": "^5.5.0",
  89. "eslint-config-ckeditor5": "^2.0.0",
  90. "file-loader": "^4.1.0",
  91. "glob": "^7.1.2",
  92. "husky": "^1.3.1",
  93. "lint-staged": "^7.0.0",
  94. "mini-css-extract-plugin": "^0.4.0",
  95. "minimatch": "^3.0.4",
  96. "mrgit": "^1.0.0",
  97. "postcss-loader": "^3.0.0",
  98. "progress-bar-webpack-plugin": "^1.12.1",
  99. "raw-loader": "^3.1.0",
  100. "react": "^16.9.0",
  101. "react-dom": "^16.9.0",
  102. "style-loader": "^1.0.0",
  103. "svgo": "^1.1.0",
  104. "uglifyjs-webpack-plugin": "^1.3.0",
  105. "umberto": "^1.0.0",
  106. "webpack": "^4.39.1"
  107. },
  108. "engines": {
  109. "node": ">=8.0.0",
  110. "npm": ">=5.7.1"
  111. },
  112. "author": "CKSource (http://cksource.com/)",
  113. "license": "GPL-2.0-or-later",
  114. "homepage": "https://ckeditor.com/ckeditor-5",
  115. "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  116. "repository": {
  117. "type": "git",
  118. "url": "https://github.com/ckeditor/ckeditor5.git"
  119. },
  120. "scripts": {
  121. "lint": "eslint --quiet '**/*.js'",
  122. "test": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js",
  123. "manual": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js",
  124. "bootstrap": "mrgit sync && yarn install",
  125. "clean": "rm -rf node_modules && mrgit exec 'rm -rf node_modules'",
  126. "reset": "rm -rf ./packages ./node_modules && yarn run bootstrap",
  127. "reinstall": "yarn run clean && yarn run bootstrap",
  128. "docs": "node --max-old-space-size=4096 ./scripts/docs/build-docs.js",
  129. "docs:api": "node ./scripts/docs/build-api-docs.js",
  130. "docs:build-and-publish": "node ./scripts/docs/build-and-publish.js",
  131. "docs:build-and-publish-nightly": "node ./scripts/docs/build-and-publish-nightly.js",
  132. "docs:content-styles": "node ./scripts/docs/build-content-styles.js",
  133. "translations:collect": "ckeditor5-dev-env-translations collect",
  134. "translations:download": "ckeditor5-dev-env-translations download",
  135. "translations:upload": "ckeditor5-dev-env-translations upload",
  136. "changelog": "node ./scripts/release/changelog.js",
  137. "release:bump-version": "node ./scripts/release/bump-versions.js",
  138. "release:publish": "node ./scripts/release/publish.js",
  139. "release:stable-branches": "sh ./scripts/update-stable-branches.sh",
  140. "switch-to-dev-dev": "sh ./scripts/switch-to-dev-dev.sh",
  141. "clean-up-svg-icons": "sh ./scripts/clean-up-svg-icons.sh"
  142. },
  143. "lint-staged": {
  144. "**/*.js": [
  145. "eslint --quiet"
  146. ]
  147. },
  148. "eslintIgnore": [
  149. "build/**",
  150. "coverage/**",
  151. "packages/**"
  152. ],
  153. "workspaces": {
  154. "packages": [
  155. "packages/*",
  156. "."
  157. ],
  158. "nohoist": [
  159. "**/husky"
  160. ]
  161. },
  162. "husky": {
  163. "hooks": {
  164. "pre-commit": "lint-staged"
  165. }
  166. }
  167. }