-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.63 KB
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
{
"name": "@plone-collective/volto-mobile-preview",
"version": "1.0.3",
"description": "@plone-collective/volto-mobile-preview: Volto add-on",
"main": "src/index.js",
"license": "MIT",
"author": "collective",
"repository": {
"type": "git",
"url": "https://github.com/collective/volto-mobile-preview"
},
"keywords": [
"volto-addon",
"volto",
"plone",
"react"
],
"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": {
"@release-it/conventional-changelog": "^12.0.0",
"re-resizable": "^6.9.11"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@plone/scripts": "^3.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss-less": "6.0.0",
"postcss-scss": "4.0.9",
"prettier": "3.2.5",
"release-it": "^20.0.1",
"stylelint": "16.2.1",
"stylelint-config-idiomatic-order": "10.0.0",
"stylelint-config-sass-guidelines": "11.0.0",
"stylelint-prettier": "5.0.0"
},
"peerDependencies": {
"@plone/volto": "^18.0.0"
}
}