-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.31 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
{
"name": "kontent-custom-element-toast-ui-editor",
"version": "0.2.0",
"description": "Toast UI editor custom element for Kentico Kontent",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production"
},
"repository": {
"url": "https://github.com/Simply007/kc-tui-editor-custom-element.git"
},
"author": "Ondřej Chrastina",
"license": "MIT",
"bugs": {
"url": "https://github.com/Simply007/kc-tui-editor-custom-element/issues"
},
"homepage": "https://github.com/Simply007/kc-tui-editor-custom-element#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.1.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@toast-ui/editor": "^2.1.2",
"@toast-ui/editor-plugin-chart": "^1.0.0",
"@toast-ui/editor-plugin-code-syntax-highlight": "^1.0.0",
"@toast-ui/editor-plugin-color-syntax": "^1.0.0",
"@toast-ui/editor-plugin-table-merged-cell": "^1.0.0",
"@toast-ui/editor-plugin-uml": "^1.0.0",
"codemirror": "^5.48.4"
}
}