-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "easyadmin-trix-extension-bundle",
"version": "1.0.0",
"description": "An extension for EasyAdmin that enriches the TextEditorField (Trix) editor with advanced features: Tables, Colors, H2/H3 headings, Underlining, ...",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"keywords": [
"symfony",
"easyadmin",
"trix",
"wysiwyg",
"editor",
"text-editor",
"table",
"bundle",
"extension"
],
"author": {
"name": "Ezar Affandi",
"email": "salez.ea@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ezar101/EasyAdminTrixExtensionBundle.git"
},
"bugs": {
"url": "https://github.com/Ezar101/EasyAdminTrixExtensionBundle/issues"
},
"homepage": "https://github.com/Ezar101/EasyAdminTrixExtensionBundle#readme",
"license": "MIT",
"private": true,
"devDependencies": {
"@symfony/webpack-encore": "^6.0.0",
"webpack-notifier": "^1.15.0"
}
}