-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
{
"name": "volto-feedback",
"version": "0.5.3",
"description": "volto-feedback: Volto add-on",
"main": "src/index.js",
"license": "MIT",
"keywords": [
"volto-addon",
"volto",
"plone",
"react",
"feedback"
],
"scripts": {
"prepare": "husky install",
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
"lint": "./node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx,ts,tsx,json}'"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@plone/scripts": "^2.0.0",
"@release-it/conventional-changelog": "^5.1.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.2",
"jest-css-modules": "^2.1.0",
"lint-staged": "13.0.3",
"pofile": "1.0.10",
"prettier": "3.1.0",
"razzle": "4.2.17",
"release-it": "16.1.3",
"stylelint": "15.11.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-prettier": "8.0.1",
"stylelint-prettier": "4.0.2"
},
"peerDependencies": {
"@plone/volto": ">=16.0.0"
},
"dependencies": {
"react-google-recaptcha-v3": "1.9.5",
"semantic-ui-css": "2.5.0"
},
"packageManager": "yarn@3.2.3"
}