-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.71 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
{
"name": "@plone-collective/volto-tfa",
"version": "0.2.0",
"description": "volto-tfa: Volto add-on",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/collective/volto-tfa.git"
},
"bugs": {
"url": "https://github.com/collective/volto-tfa/issues"
},
"homepage": "https://github.com/collective/volto-tfa#readme",
"license": "MIT",
"keywords": [
"volto-addon",
"volto",
"plone",
"react",
"tfa",
"two-factor-authentication",
"2fa"
],
"publishConfig": {
"access": "public"
},
"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"
},
"dependencies": {
"hi-base32": "^0.5.1",
"qrcode.react": "^3.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@plone/scripts": "*",
"@release-it/conventional-changelog": "^7.0.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"release-it": "^16.1.3"
},
"peerDependencies": {
"@plone/volto": "^17.0.0-alpha.22",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}