-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 858 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 858 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
29
30
31
{
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@symfony/webpack-encore": "^1.7.0",
"ckeditor4": "^4.17.1",
"clipboard": "^2.0.4",
"core-js": "^3.19.3",
"file-loader": "^6.0.0",
"flatpickr": "^4.6.9",
"fomantic-ui-css": "^2.8.4",
"husky": "^7.0.4",
"jquery": "^3.4.1",
"regenerator-runtime": "^0.13.2",
"webpack-notifier": "^1.14.1"
},
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {}
}