8
0

package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@ckeditor/ckeditor5-basic-styles",
  3. "version": "0.9.0",
  4. "description": "Basic styles feature for CKEditor 5.",
  5. "keywords": [],
  6. "dependencies": {
  7. "@ckeditor/ckeditor5-core": "^0.9.0",
  8. "@ckeditor/ckeditor5-engine": "^0.11.0",
  9. "@ckeditor/ckeditor5-ui": "^0.10.0",
  10. "@ckeditor/ckeditor5-theme-lark": "^0.9.0"
  11. },
  12. "devDependencies": {
  13. "@ckeditor/ckeditor5-dev-lint": "^3.1.1",
  14. "@ckeditor/ckeditor5-editor-classic": "^0.8.0",
  15. "@ckeditor/ckeditor5-paragraph": "^0.9.0",
  16. "@ckeditor/ckeditor5-essentials": "^0.3.0",
  17. "@ckeditor/ckeditor5-utils": "^0.10.0",
  18. "eslint-config-ckeditor5": "^1.0.5",
  19. "gulp": "^3.9.1",
  20. "guppy-pre-commit": "^0.4.0"
  21. },
  22. "engines": {
  23. "node": ">=6.0.0",
  24. "npm": ">=3.0.0"
  25. },
  26. "author": "CKSource (http://cksource.com/)",
  27. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  28. "homepage": "https://ckeditor5.github.io",
  29. "bugs": "https://github.com/ckeditor/ckeditor5-basic-styles/issues",
  30. "repository": {
  31. "type": "git",
  32. "url": "https://github.com/ckeditor/ckeditor5-basic-styles.git"
  33. },
  34. "files": [
  35. "lang",
  36. "src",
  37. "theme"
  38. ]
  39. }