-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 710 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@codefog/contao-tags-bundle",
"description": "Tags bundle for Contao Open Source CMS",
"author": "Codefog <info@codefog.pl>",
"license": "MIT",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"devDependencies": {
"@terminal42/contao-build-tools": "./vendor/terminal42/contao-build-tools/webpack"
},
"browserslist": [
"defaults"
],
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"tom-select": "^2.5.2"
}
}