{
  "name": "@ckeditor/ckeditor5-ui",
  "version": "40.2.0",
  "description": "The UI framework and standard UI library of CKEditor 5.",
  "keywords": [
    "ckeditor",
    "ckeditor5",
    "ckeditor 5",
    "ckeditor5-lib",
    "ckeditor5-dll"
  ],
  "main": "src/index.js",
  "dependencies": {
    "@ckeditor/ckeditor5-core": "40.2.0",
    "@ckeditor/ckeditor5-utils": "40.2.0",
    "color-convert": "2.0.1",
    "color-parse": "1.4.2",
    "lodash-es": "4.17.21",
    "vanilla-colorful": "0.7.2"
  },
  "author": "CKSource (http://cksource.com/)",
  "license": "GPL-2.0-or-later",
  "homepage": "https://ckeditor.com/ckeditor-5",
  "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/ckeditor/ckeditor5.git",
    "directory": "packages/ckeditor5-ui"
  },
  "files": [
    "lang",
    "src/**/*.js",
    "src/**/*.d.ts",
    "theme",
    "ckeditor5-metadata.json",
    "CHANGELOG.md"
  ],
  "types": "src/index.d.ts"
}
