forked from plonegovbr/volto-network-block
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 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
{
"name": "@plonegovbr/volto-network-block",
"version": "0.2.0",
"description": "Volto Social Networks blocks and components",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/plonegovbr/volto-network-block.git"
},
"bugs": {
"url": "https://github.com/plonegovbr/volto-network-block/issues"
},
"homepage": "https://github.com/plonegovbr/volto-network-block#readme",
"author": "PloneGov-BR",
"license": "MIT",
"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"
},
"devDependencies": {
"@plone/scripts": "^3.0.0",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.2",
"postcss-scss": "4.0.6",
"prettier": "2.0.5",
"razzle-plugin-scss": "4.2.18",
"release-it": "^16.1.0",
"stylelint-config-idiomatic-order": "8.1.0",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-prettier": "1.1.2",
"@storybook/addon-postcss": "*"
},
"peerDependencies": {
"@plone/volto": "^17.0.0-alpha.22"
}
}