-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 797 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 797 Bytes
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
{
"name": "contao-multi-column-editor-bundle",
"version": "1.0.0",
"description": "This module offers an input type for editing one or more records in frontend and backend.",
"author": "Heimrich & Hannot GmbH <digitales@heimrich-hannot.de>",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@hundh/contao-utils-bundle": "^1.6",
"formdata-polyfill": "^3.0",
"sortablejs": "^1.7"
},
"devDependencies": {
"@babel/core": "^7.28",
"@babel/preset-env": "^7.28.3",
"@symfony/webpack-encore": "^4.0",
"sass": "^1.69.5",
"sass-loader": "^14.0",
"webpack": "^5.88.2",
"webpack-cli": "^4 || ^5"
},
"scripts": {
"build-dev": "yarn encore dev",
"build-production": "yarn encore production"
},
"jshintConfig": {
"esversion": 6
}
}