-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 3.46 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@coremedia/ckeditor5",
"version": "1.0.0",
"author": {
"name": "CoreMedia GmbH",
"email": "info@coremedia.com",
"url": "https://coremedia.com/",
"avatar": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2OTguNjY3IiBoZWlnaHQ9IjY5OC42NjciIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDUyNCA1MjQiPjxwYXRoIGQ9Ik0yODIuNS42QzI0NSA0LjUgMjE1LjEgMTIuOSAxODUgMjcuOSAxMDYuNCA2Ny4yIDUzLjUgMTQyLjEgNDIuNCAyMjkuNWMtMi4xIDE3LjItMi4yIDQ4IDAgNjQuMUM0OCAzMzYuMiA2MS4zIDM3Mi4yIDg0IDQwNi4zYzYxLjkgOTMuMSAxNzUuNCAxMzYuNCAyODUgMTA4LjcgMTkuMi00LjggMzMuNy0xMC4zIDUzLjItMjAuMSAyMS0xMC41IDQyLjUtMjUuMyA1OC4zLTQwLjJsOC03LjYtMjEuNS0yMS42Yy0yMy42LTIzLjgtMjcuMS0yNi43LTM4LjYtMzIuNC0yMi40LTExLjItNDQuNy0xMS42LTcxLjctMS41LTE4LjYgNy0zMC40IDkuNC00OC43IDEwLjEtMTMgLjQtMTcuNS4yLTI3LjgtMS42LTMwLjUtNS4yLTU1LTE3LjgtNzYuOC0zOS41LTMzLjYtMzMuNi00Ny44LTgwLjQtMzguNC0xMjYuNCAxMC4yLTUwLjUgNDYuMi05MC41IDk1LjItMTA2LjEgMzEuNy0xMC4xIDY0LjItOC44IDk2LjYgMy45IDEyLjggNC45IDIyLjcgNyAzNC4xIDcgMTYuNCAwIDMxLjItNC4yIDQ1LjEtMTIuNyA1LjUtMy40IDEzLjYtMTAuNyAzMC40LTI3LjNsMjIuOC0yMi42LTkuMy04LjRjLTM5LjgtMzUuNC04NS42LTU3LTEzOC40LTY1LjEtMTIuNS0yLTQ4LjctMy4zLTU5LTIuM3oiLz48cGF0aCBkPSJNMjk2IDIxOC4xYy0yOC4zIDQuOC00NC4zIDM1LjQtMzIuMSA2MS40IDcuOSAxNyAyNy4yIDI3LjQgNDUuNCAyNC41IDI4LjktNC42IDQ1LjEtMzUuMiAzMi43LTYxLjctOC0xNy4yLTI3LjMtMjcuMy00Ni0yNC4yeiIvPjwvc3ZnPg=="
},
"engines": {
"node": "^22.3.0",
"pnpm": "^10.9"
},
"private": true,
"description": "Plugins required or recommended to use CKEditor 5 within CoreMedia Studio.",
"keywords": [
"ckeditor",
"ckeditor5",
"ckeditor 5",
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"operational transformation",
"coremedia",
"coremedia cms",
"coremedia studio"
],
"repository": {
"url": "https://github.com/CoreMedia/ckeditor-plugins",
"type": "git"
},
"license": "Apache-2.0",
"scripts": {
"bootstrap": "pnpm install",
"publishall": "pnpm --recursive publish",
"setversion": "set-version",
"clean": "pnpm --recursive clean",
"clean:node_modules": "rimraf --glob \"./**/node_modules\"",
"build": "pnpm --recursive build",
"doc": "typedoc",
"doc:config": "typedoc --showConfig",
"playwright": "pnpm --recursive --filter \"@coremedia/ckeditor5-coremedia-itest\" run playwright",
"test": "pnpm --recursive test",
"prettier": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx}\"",
"prettier:fix": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx}\"",
"preinstall": "node ./scripts/check-pnpm.mjs",
"start": "pnpm --recursive --filter \"@coremedia/ckeditor5-app\" start",
"script:version": "node ./scripts/version.mjs"
},
"dependencies": {
"@coremedia/set-version": "catalog:"
},
"devDependencies": {
"@eslint/compat": "catalog:",
"@eslint/eslintrc": "catalog:",
"@eslint/js": "catalog:",
"@stylistic/eslint-plugin": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-import": "catalog:",
"eslint-plugin-jsdoc": "catalog:",
"eslint-plugin-prettier": "catalog:",
"eslint-plugin-tsdoc": "catalog:",
"minimist": "catalog:",
"package-directory": "catalog:",
"prettier": "catalog:",
"rimraf": "catalog:",
"semver": "catalog:",
"typedoc": "catalog:",
"typescript": "catalog:",
"validate-peer-dependencies": "catalog:"
}
}