-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.73 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
{
"name": "@redturtle/volto-blocks",
"version": "1.2.0",
"description": "Common blocks to reuse for building Plone sites",
"main": "src/index.js",
"license": "MIT",
"keywords": [
"volto-addon",
"volto",
"plone",
"react"
],
"author": "RedTurtle",
"homepage": "https://github.com/RedTurtle/volto-addons#readme",
"repository": {
"type": "git",
"url": "https://github.com/RedTurtle/volto-addons"
},
"bugs": {
"url": "https://github.com/RedTurtle/volto-addons/issues"
},
"publishConfig": {
"access": "public"
},
"addons": [
"@plone/volto-slate",
"@redturtle/volto-slate-extras"
],
"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"
},
"peerDependencies": {
"@plone/volto": "17 || 18",
"@plone/volto-slate": "17 || 18",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plone/scripts": "^3.6.1",
"@plone/types": "1.0.0-alpha.20",
"@plone/volto": "workspace:^",
"@plone/volto-slate": "workspace:^",
"@types/classnames": "^2.2.11",
"@types/loadable__component": "^5.13.9",
"@types/lodash": "^4.14.201",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"release-it": "^17.1.1"
},
"dependencies": {
"@loadable/component": "5.14.1",
"@plone/components": "2.0.0-alpha.13",
"@redturtle/volto-slate-extras": "workspace:^2.0.1",
"classnames": "2.2.6",
"lodash": "4.17.21",
"react-aria-components": "^1.2.0",
"react-intl": "3.12.1",
"uuid": "^10.0.0"
}
}