-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "@pango-studio/ckeditor_dynamic_text",
"version": "1.1.0",
"description": "A CK Editor 5 plugin which adds a button allowing users to insert labels for content to be replaced with dynamic text",
"main": "app.js",
"scripts": {
"build": "webpack --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pango-studio/ckeditor_dynamic_text.git"
},
"author": "Advantage Learn",
"license": "MIT",
"files": [
"src"
],
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^32.0.0",
"@ckeditor/ckeditor5-core": "^32.0.0",
"@ckeditor/ckeditor5-dev-utils": "^28.0.1",
"@ckeditor/ckeditor5-editor-classic": "^32.0.0",
"@ckeditor/ckeditor5-essentials": "^32.0.0",
"@ckeditor/ckeditor5-paragraph": "^32.0.0",
"@ckeditor/ckeditor5-theme-lark": "^32.0.0",
"@ckeditor/ckeditor5-ui": "^32.0.0",
"css-loader": "^5.2.7",
"postcss-loader": "^4.3.0",
"raw-loader": "^4.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
},
"bugs": {
"url": "https://github.com/pango-studio/ckeditor_dynamic_text/issues"
},
"homepage": "https://github.com/pango-studio/ckeditor_dynamic_text#readme",
"directories": {
"doc": "docs"
},
"dependencies": {}
}