-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
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
38
39
40
41
{
"name": "volto-plausible",
"version": "2.1.0",
"description": "Plausible.io integration for Volto projects",
"main": "src/index.js",
"repository": "https://github.com/collective/volto-plausible",
"bugs": "https://github.com/collective/volto-plausible/issues",
"homepage": "https://github.com/collective/volto-plausible#readme",
"author": "nzambello",
"license": "MIT",
"keywords": [
"volto-addon",
"volto",
"plone",
"react",
"plausible",
"analytics"
],
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n -a"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@plone/scripts": "^1.0.3"
},
"peerDependencies": {
"@plone/volto": ">=14.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@release-it/conventional-changelog": "^2.0.1",
"husky": "^6.0.0",
"release-it": "^14.10.1"
}
}