-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 875 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
32
33
34
35
36
37
{
"name": "volto-gdpr-privacy",
"version": "2.3.3",
"description": "Volto GDPR privacy add-on",
"main": "src/index.js",
"author": "collective",
"license": "MIT",
"keywords": [
"volto-addon",
"volto",
"plone",
"react"
],
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
"release": "release-it"
},
"addons": [
"volto-multilingual-widget"
],
"dependencies": {
"react-focus-lock": "2.9.4",
"volto-multilingual-widget": "3.2.1"
},
"peerDependencies": {
"@plone/volto": ">=16.0.0-alpha.38"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@plone/scripts": "^2.0.0",
"@release-it/conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"release-it": "^14.11.8"
},
"packageManager": "yarn@3.2.3"
}