-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
90 lines (90 loc) · 4.18 KB
/
package.json
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
79
80
81
82
83
84
85
86
87
88
89
90
{
"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": "20",
"pnpm": "^9.4"
},
"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",
"jest": "pnpm --recursive jest",
"jest:windows:workaround:issue:4444": "pnpm --recursive jest --runInBand",
"jest:coverage": "pnpm --recursive jest:coverage",
"lint": "eslint \"**/*.{js,cjs,mjs,ts,tsx}\"",
"lint:fix": "eslint --fix \"**/*.{js,cjs,mjs,ts,tsx}\"",
"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",
"update:latest": "pnpm update --interactive --latest --recursive '!esbuild-loader'",
"update:latest:third-party": "pnpm update --interactive --latest --recursive '!esbuild-loader' '!@ckeditor/*'",
"update:latest:ckeditor5": "pnpm update --interactive --latest --recursive 'ckeditor5'",
"update:latest:ckeditor5-dev": "pnpm update --interactive --latest --recursive '@ckeditor/ckeditor5-dev-*'",
"script:version": "node ./scripts/version.mjs",
"script:validate-peers": "node ./scripts/validate-peers.mjs"
},
"dependencies": {
"@coremedia/set-version": "1.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.5.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unused-imports": "^3.1.0",
"minimist": "^1.2.8",
"prettier": "^3.3.2",
"rimraf": "^6.0.1",
"semver": "^7.6.2",
"typedoc": "^0.25.13",
"typescript": "5.4.5",
"validate-peer-dependencies": "^2.2.0"
},
"pnpm": {
"patchedDependencies": {
"ckeditor5@43.3.1": "patches/ckeditor5@43.3.1.patch"
}
}
}