-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "io-sanita-theme",
"version": "1.0.2",
"description": "io-sanita-theme: Volto add-on",
"main": "src/index.js",
"license": "MIT",
"keywords": [
"volto-addon",
"volto",
"plone",
"react"
],
"publishConfig": {
"access": "public"
},
"addons": [
"@plone-collective/volto-sentry",
"@plone-collective/volto-contents-next",
"volto-slate-italia",
"volto-slimheader",
"volto-social-settings",
"volto-subsites",
"volto-dropdownmenu",
"volto-secondarymenu",
"volto-gdpr-privacy",
"volto-editablefooter",
"volto-feedback",
"volto-feedback-italia",
"volto-subfooter",
"volto-querywidget-with-browser",
"volto-form-block",
"volto-form-block-italia",
"volto-data-grid-widget",
"volto-venue",
"volto-site-settings",
"volto-rss-block",
"@eeacms/volto-taxonomy"
],
"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"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@plone/scripts": "^3.3.2",
"babel-plugin-lodash": "^3.3.4",
"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"
},
"peerDependencies": {
"@plone/volto": "^18.0.0"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-throw-expressions": "7.18.6",
"@eeacms/volto-taxonomy": "5.1.1",
"@loadable/babel-plugin": "5.13.2",
"@plone-collective/volto-contents-next": "0.4.4",
"@plone-collective/volto-sentry": "0.3.1",
"@release-it/conventional-changelog": "^9.0.3",
"bootstrap-italia": "2.8.7",
"design-react-kit": "5.0.0-10",
"react-focus-lock": "2.12.1",
"react-highlight-words": "0.20.0",
"react-slick": "0.30.2",
"slick-carousel": "1.8.1",
"svg-inline-loader": "0.8.2",
"svg-inline-react": "3.2.1",
"typeface-lora": "1.1.13",
"typeface-roboto-mono": "1.1.13",
"typeface-titillium-web": "1.1.13",
"volto-blocks-widget": "3.4.2",
"volto-data-grid-widget": "2.3.1",
"volto-dropdownmenu": "4.1.3",
"volto-editablefooter": "5.1.7",
"volto-feedback": "0.4.0",
"volto-feedback-italia": "1.0.4",
"volto-form-block": "3.10.0",
"volto-form-block-italia": "1.0.3",
"volto-gdpr-privacy": "2.2.8",
"volto-querywidget-with-browser": "0.4.2",
"volto-rss-block": "3.0.0",
"volto-secondarymenu": "4.1.1",
"volto-site-settings": "0.4.5",
"volto-slate-italia": "1.0.5",
"volto-slimheader": "0.1.3",
"volto-social-settings": "3.0.0",
"volto-subfooter": "3.1.2",
"volto-subsites": "4.0.2",
"volto-venue": "4.1.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}