forked from monsieurbiz/SyliusRichEditorPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 956 Bytes
/
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
{
"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 <hello@monsieurbiz.com>",
"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",
"autoprefixer": "^9.7.3",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1"
},
"dependencies": {
"a11y-dialog-component": "^5.5.1",
"gulp": "^4.0.2",
"mustache": "^4.0.1",
"pell": "^1.0.6"
}
}