package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@ckeditor/ckeditor5-ui",
  3. "version": "0.10.0",
  4. "description": "The UI framework of CKEditor 5.",
  5. "keywords": [
  6. "CKEditor"
  7. ],
  8. "dependencies": {
  9. "@ckeditor/ckeditor5-core": "^0.9.0",
  10. "@ckeditor/ckeditor5-theme-lark": "^0.9.0",
  11. "@ckeditor/ckeditor5-utils": "^0.10.0"
  12. },
  13. "devDependencies": {
  14. "@ckeditor/ckeditor5-basic-styles": "^0.9.0",
  15. "@ckeditor/ckeditor5-dev-lint": "^3.1.1",
  16. "@ckeditor/ckeditor5-editor-classic": "^0.8.0",
  17. "@ckeditor/ckeditor5-engine": "^0.11.0",
  18. "@ckeditor/ckeditor5-enter": "^0.10.0",
  19. "@ckeditor/ckeditor5-heading": "^0.10.0",
  20. "@ckeditor/ckeditor5-image": "^0.7.0",
  21. "@ckeditor/ckeditor5-link": "^0.8.0",
  22. "@ckeditor/ckeditor5-paragraph": "^0.9.0",
  23. "@ckeditor/ckeditor5-typing": "^0.10.0",
  24. "@ckeditor/ckeditor5-undo": "^0.9.0",
  25. "del": "^2.2.0",
  26. "eslint-config-ckeditor5": "^1.0.5",
  27. "gulp": "^3.9.1",
  28. "guppy-pre-commit": "^0.4.0",
  29. "lodash-cli": "^4"
  30. },
  31. "engines": {
  32. "node": ">=6.0.0",
  33. "npm": ">=3.0.0"
  34. },
  35. "author": "CKSource (http://cksource.com/)",
  36. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  37. "homepage": "https://ckeditor5.github.io",
  38. "bugs": "https://github.com/ckeditor/ckeditor5-ui/issues",
  39. "repository": {
  40. "type": "git",
  41. "url": "https://github.com/ckeditor/ckeditor5-ui.git"
  42. },
  43. "files": [
  44. "lang",
  45. "src",
  46. "theme"
  47. ]
  48. }