-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "monsieurbiz-sylius-rich-editor-plugin",
"version": "0.0.1",
"description": "Add and manage custom content blocks in your content",
"main": "webpack.config.js",
"scripts": {
"build": "encore production",
"watch": "encore dev --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monsieurbiz/sylius-rich-editor-plugin.git"
},
"author": "Monsieur Biz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/monsieurbiz/sylius-rich-editor-plugin/issues"
},
"homepage": "https://github.com/monsieurbiz/sylius-rich-editor-plugin#readme",
"devDependencies": {
"@symfony/webpack-encore": "^0.28.1 || ^1.6.1",
"autoprefixer": "^9.7.3",
"file-loader": "^6.0.0",
"node-sass": "^4.13.0 || ^6.0.0",
"postcss-loader": "^3.0.0 || ^6.0.0",
"sass-loader": "^7.3.1 || ^12.1.0"
},
"dependencies": {
"a11y-dialog-component": "^5.5.1",
"codemirror": "5",
"gulp": "^4.0.2",
"highlight.js": "^11.10.0",
"mustache": "^4.0.1",
"suneditor": "^2.47.0"
}
}