generated from rohberg/volto-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@rohberg/volto-searchkit-block",
"version": "0.3.3",
"description": "Find content. Pardon typos. Allow search queries with and provide results with compound words.",
"main": "src/index.js",
"author": "Katja Süss, https://github.com/rohberg",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/rohberg/volto-searchkit-block",
"keywords": [
"volto-addon",
"volto",
"plone",
"react",
"search",
"find",
"opensearch",
"elasticsearch"
],
"repository": {
"type": "git",
"url": "git@github.com:rohberg/volto-searchkit-block.git"
},
"bugs": {
"url": "https://github.com/rohberg/volto-searchkit-block/issues"
},
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
"dry-release": "release-it --dry-run",
"release": "release-it",
"release-major-alpha": "release-it major --preRelease=alpha",
"release-alpha": "release-it --preRelease=alpha",
"release-rc": "release-it --preRelease=rc"
},
"addons": [
"@eeacms/volto-matomo"
],
"dependencies": {
"@eeacms/volto-matomo": "*",
"react-overridable": "^0.0.3",
"react-searchkit": "v2.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.15",
"@plone/scripts": "^3.3.2",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"postcss-less": "6.0.0",
"postcss-scss": "4.0.8",
"prettier": "3.0.3",
"release-it": "^16.1.5",
"stylelint": "15.10.3",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-sass-guidelines": "10.0.0",
"stylelint-prettier": "4.0.2"
}
}