8
0

package.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. {
  2. "name": "ckeditor5",
  3. "version": "16.0.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": "^16.0.0",
  25. "@ckeditor/ckeditor5-adapter-ckfinder": "^16.0.0",
  26. "@ckeditor/ckeditor5-alignment": "^16.0.0",
  27. "@ckeditor/ckeditor5-autoformat": "^16.0.0",
  28. "@ckeditor/ckeditor5-autosave": "^16.0.0",
  29. "@ckeditor/ckeditor5-basic-styles": "^16.0.0",
  30. "@ckeditor/ckeditor5-block-quote": "^16.0.0",
  31. "@ckeditor/ckeditor5-build-balloon": "^16.0.0",
  32. "@ckeditor/ckeditor5-build-balloon-block": "^16.0.0",
  33. "@ckeditor/ckeditor5-build-classic": "^16.0.0",
  34. "@ckeditor/ckeditor5-build-decoupled-document": "^16.0.0",
  35. "@ckeditor/ckeditor5-build-inline": "^16.0.0",
  36. "@ckeditor/ckeditor5-ckfinder": "^16.0.0",
  37. "@ckeditor/ckeditor5-clipboard": "^16.0.0",
  38. "@ckeditor/ckeditor5-cloud-services": "^16.0.0",
  39. "@ckeditor/ckeditor5-code-block": "^16.0.0",
  40. "@ckeditor/ckeditor5-core": "^16.0.0",
  41. "@ckeditor/ckeditor5-easy-image": "^16.0.0",
  42. "@ckeditor/ckeditor5-editor-balloon": "^16.0.0",
  43. "@ckeditor/ckeditor5-editor-classic": "^16.0.0",
  44. "@ckeditor/ckeditor5-editor-decoupled": "^16.0.0",
  45. "@ckeditor/ckeditor5-editor-inline": "^16.0.0",
  46. "@ckeditor/ckeditor5-engine": "^16.0.0",
  47. "@ckeditor/ckeditor5-enter": "^16.0.0",
  48. "@ckeditor/ckeditor5-essentials": "^16.0.0",
  49. "@ckeditor/ckeditor5-font": "^16.0.0",
  50. "@ckeditor/ckeditor5-heading": "^16.0.0",
  51. "@ckeditor/ckeditor5-highlight": "^16.0.0",
  52. "@ckeditor/ckeditor5-horizontal-line": "^16.0.0",
  53. "@ckeditor/ckeditor5-image": "^16.0.0",
  54. "@ckeditor/ckeditor5-indent": "^16.0.0",
  55. "@ckeditor/ckeditor5-link": "^16.0.0",
  56. "@ckeditor/ckeditor5-list": "^16.0.0",
  57. "@ckeditor/ckeditor5-markdown-gfm": "^16.0.0",
  58. "@ckeditor/ckeditor5-media-embed": "^16.0.0",
  59. "@ckeditor/ckeditor5-mention": "^16.0.0",
  60. "@ckeditor/ckeditor5-page-break": "^16.0.0",
  61. "@ckeditor/ckeditor5-paragraph": "^16.0.0",
  62. "@ckeditor/ckeditor5-paste-from-office": "^16.0.0",
  63. "@ckeditor/ckeditor5-remove-format": "^16.0.0",
  64. "@ckeditor/ckeditor5-restricted-editing": "^16.0.0",
  65. "@ckeditor/ckeditor5-table": "^16.0.0",
  66. "@ckeditor/ckeditor5-theme-lark": "^16.0.0",
  67. "@ckeditor/ckeditor5-typing": "^16.0.0",
  68. "@ckeditor/ckeditor5-ui": "^16.0.0",
  69. "@ckeditor/ckeditor5-undo": "^16.0.0",
  70. "@ckeditor/ckeditor5-upload": "^16.0.0",
  71. "@ckeditor/ckeditor5-utils": "^16.0.0",
  72. "@ckeditor/ckeditor5-watchdog": "^16.0.0",
  73. "@ckeditor/ckeditor5-widget": "^16.0.0",
  74. "@ckeditor/ckeditor5-word-count": "^16.0.0"
  75. },
  76. "devDependencies": {
  77. "@ckeditor/ckeditor5-comments": "^15.0.1",
  78. "@ckeditor/ckeditor5-dev-docs": "^11.0.9",
  79. "@ckeditor/ckeditor5-dev-env": "^17.0.0",
  80. "@ckeditor/ckeditor5-dev-tests": "^17.1.0",
  81. "@ckeditor/ckeditor5-dev-utils": "^12.0.5",
  82. "@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.5",
  83. "@ckeditor/ckeditor5-inspector": "^1.3.0",
  84. "@ckeditor/ckeditor5-react": "^1.1.3",
  85. "@ckeditor/ckeditor5-real-time-collaboration": "^15.0.0",
  86. "@ckeditor/ckeditor5-track-changes": "^15.0.0",
  87. "@wiris/mathtype-ckeditor5": "^7.17.1",
  88. "babel-standalone": "^6.26.0",
  89. "css-loader": "^1.0.0",
  90. "eslint": "^5.5.0",
  91. "eslint-config-ckeditor5": "^2.0.0",
  92. "glob": "^7.1.2",
  93. "husky": "^1.3.1",
  94. "lint-staged": "^7.0.0",
  95. "mini-css-extract-plugin": "^0.4.0",
  96. "minimatch": "^3.0.4",
  97. "mrgit": "^1.0.0",
  98. "postcss-loader": "^3.0.0",
  99. "progress-bar-webpack-plugin": "^1.12.1",
  100. "raw-loader": "^3.1.0",
  101. "react": "^16.9.0",
  102. "react-dom": "^16.9.0",
  103. "style-loader": "^1.0.0",
  104. "stylelint": "^11.1.1",
  105. "stylelint-config-ckeditor5": "^1.0.0",
  106. "svgo": "^1.1.0",
  107. "terser-webpack-plugin": "^2.2.1",
  108. "umberto": "^1.2.0",
  109. "webpack": "^4.39.1"
  110. },
  111. "engines": {
  112. "node": ">=8.0.0",
  113. "npm": ">=5.7.1"
  114. },
  115. "author": "CKSource (http://cksource.com/)",
  116. "license": "GPL-2.0-or-later",
  117. "homepage": "https://ckeditor.com/ckeditor-5",
  118. "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  119. "repository": {
  120. "type": "git",
  121. "url": "https://github.com/ckeditor/ckeditor5.git"
  122. },
  123. "scripts": {
  124. "lint": "eslint --quiet '**/*.js'",
  125. "stylelint": "stylelint --quiet --allow-empty-input 'packages/**/*.css' 'docs/**/*.css'",
  126. "test": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js",
  127. "manual": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js",
  128. "bootstrap": "mrgit sync && yarn install",
  129. "clean": "rm -rf node_modules && mrgit exec 'rm -rf node_modules'",
  130. "reset": "rm -rf ./packages ./node_modules && yarn run bootstrap",
  131. "reinstall": "yarn run clean && yarn run bootstrap",
  132. "docs": "node --max-old-space-size=4096 ./scripts/docs/build-docs.js",
  133. "docs:api": "node ./scripts/docs/build-api-docs.js",
  134. "docs:build-and-publish": "node ./scripts/docs/build-and-publish.js",
  135. "docs:build-and-publish-nightly": "node ./scripts/docs/build-and-publish-nightly.js",
  136. "docs:content-styles": "node ./scripts/docs/build-content-styles.js",
  137. "translations:collect": "ckeditor5-dev-env-translations collect",
  138. "translations:download": "ckeditor5-dev-env-translations download",
  139. "translations:upload": "ckeditor5-dev-env-translations upload",
  140. "changelog": "node ./scripts/release/changelog.js",
  141. "postchangelog": "node ./scripts/release/update-utils-version.js",
  142. "release:bump-version": "node ./scripts/release/bump-versions.js",
  143. "release:publish": "node ./scripts/release/publish.js",
  144. "release:stable-branches": "sh ./scripts/update-stable-branches.sh",
  145. "switch-to-dev-dev": "sh ./scripts/switch-to-dev-dev.sh",
  146. "clean-up-svg-icons": "sh ./scripts/clean-up-svg-icons.sh"
  147. },
  148. "lint-staged": {
  149. "**/*.js": [
  150. "eslint --quiet"
  151. ],
  152. "**/*.css": [
  153. "stylelint --quiet --allow-empty-input"
  154. ]
  155. },
  156. "eslintIgnore": [
  157. "build/**",
  158. "coverage/**",
  159. "packages/**"
  160. ],
  161. "workspaces": {
  162. "packages": [
  163. "packages/*",
  164. "."
  165. ],
  166. "nohoist": [
  167. "**/husky"
  168. ]
  169. },
  170. "husky": {
  171. "hooks": {
  172. "pre-commit": "lint-staged"
  173. }
  174. }
  175. }