-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 4.21 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "@jhoward1994/strapi-plugin-ckeditor",
"description": "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Unofficial integration). Forked from https://github.com/nshenderov/strapi-plugin-ckeditor as a refactor for Strapi V5 compatibility",
"version": "0.0.1-rc.10",
"keywords": [
"strapi",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"wysiwyg",
"rich text",
"editor"
],
"strapi": {
"name": "ckeditor5",
"displayName": "CKEditor 5",
"description": "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Unofficial integration)",
"kind": "plugin"
},
"type": "commonjs",
"exports": {
"./strapi-admin": {
"types": "./dist/admin/src/index.d.ts",
"source": "./admin/src/index.ts",
"import": "./dist/admin/index.mjs",
"require": "./dist/admin/index.js",
"default": "./dist/admin/index.js"
},
"./strapi-server": {
"types": "./dist/server/src/index.d.ts",
"source": "./server/src/index.ts",
"import": "./dist/server/index.mjs",
"require": "./dist/server/index.js",
"default": "./dist/server/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"./strapi-server.js"
],
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^41.0.0",
"@ckeditor/ckeditor5-autoformat": "^41.0.0",
"@ckeditor/ckeditor5-autosave": "^41.0.0",
"@ckeditor/ckeditor5-basic-styles": "^41.0.0",
"@ckeditor/ckeditor5-block-quote": "^41.0.0",
"@ckeditor/ckeditor5-code-block": "^41.0.0",
"@ckeditor/ckeditor5-easy-image": "^41.0.0",
"@ckeditor/ckeditor5-editor-classic": "^41.0.0",
"@ckeditor/ckeditor5-essentials": "^41.0.0",
"@ckeditor/ckeditor5-find-and-replace": "^41.0.0",
"@ckeditor/ckeditor5-font": "^41.0.0",
"@ckeditor/ckeditor5-heading": "^41.0.0",
"@ckeditor/ckeditor5-highlight": "^41.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^41.0.0",
"@ckeditor/ckeditor5-html-embed": "^41.0.0",
"@ckeditor/ckeditor5-html-support": "^41.0.0",
"@ckeditor/ckeditor5-image": "^41.0.0",
"@ckeditor/ckeditor5-indent": "^41.0.0",
"@ckeditor/ckeditor5-language": "^41.0.0",
"@ckeditor/ckeditor5-link": "^41.0.0",
"@ckeditor/ckeditor5-list": "^41.0.0",
"@ckeditor/ckeditor5-media-embed": "^41.0.0",
"@ckeditor/ckeditor5-mention": "^41.0.0",
"@ckeditor/ckeditor5-page-break": "^41.0.0",
"@ckeditor/ckeditor5-paragraph": "^41.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^41.0.0",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@ckeditor/ckeditor5-remove-format": "^41.0.0",
"@ckeditor/ckeditor5-show-blocks": "^41.0.0",
"@ckeditor/ckeditor5-source-editing": "^41.0.0",
"@ckeditor/ckeditor5-special-characters": "^41.0.0",
"@ckeditor/ckeditor5-style": "^41.0.0",
"@ckeditor/ckeditor5-table": "^41.0.0",
"@ckeditor/ckeditor5-theme-lark": "^41.0.0",
"@ckeditor/ckeditor5-typing": "^41.0.0",
"@ckeditor/ckeditor5-upload": "^41.0.0",
"@ckeditor/ckeditor5-word-count": "^41.0.0",
"@strapi/design-system": "2.0.0-beta.6",
"ckeditor5": "^41.0.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-intl": "6.6.2",
"react-router-dom": "^6.0.0",
"sanitize-html": "^2.10.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.0.0",
"@strapi/strapi": "5.0.0-rc.8",
"styled-components": "6.1.8"
},
"peerDependencies": {
"@strapi/strapi": "5.0.0-rc.8",
"styled-components": "^6.0.0"
},
"author": {
"name": "nshenderov"
},
"homepage": "https://market.strapi.io/plugins/@_sh-strapi-plugin-ckeditor",
"repository": {
"type": "git",
"url": "https://github.com/nshenderov/strapi-plugin-ckeditor.git"
},
"scripts": {
"build": "strapi-plugin build",
"test:ts:back": "run -T tsc -p server/tsconfig.json",
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
"verify": "strapi-plugin verify",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link",
"test": "echo \"Error: no tests specified\" && exit 1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}