-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1019 Bytes
/
package.json
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
{
"name": "volto-slimheader",
"version": "0.1.5",
"description": "Volto addon for a customizable slimheader",
"main": "src/index.js",
"repository": "https://github.com/collective/volto-slimheader.git",
"homepage": "https://github.com/collective/volto-slimheader.git#readme",
"bugs": "https://github.com/collective/volto-slimheader.git/issues",
"author": "collective",
"license": "MIT",
"keywords": [
"volto-addon",
"volto",
"plone",
"react"
],
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@plone/scripts": "^2.0.0",
"@release-it/conventional-changelog": "^2.0.1",
"husky": "^6.0.0",
"release-it": "^14.10.1"
},
"peerDependencies": {
"@plone/volto": ">=16.0.0-alpha.38"
}
}