-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 KB
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": "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": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@symfony/webpack-encore": "^5.1.0",
"autoprefixer": "^10.4.21",
"file-loader": "^6.0.0",
"postcss": "^8.5.3",
"postcss-loader": "^8.1.1",
"sass": "^1.86.0",
"sass-loader": "^16.0.5",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"a11y-dialog-component": "^5.5.1",
"codemirror": "5",
"gulp": "^5.0.0",
"highlight.js": "^11.11.1",
"mustache": "^4.0.1",
"suneditor": "^2.47.5"
}
}