forked from sberdevices/plasma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.17 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.17 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "plasma",
"private": true,
"author": "SberDevices Frontend Team <sberdevices.frontend@gmail.com>",
"license": "Sber Public License at-nc-sa v.2",
"scripts": {
"release": "tsc -p auto-plugins/tsconfig.json && git diff && auto shipit",
"chromatic": "lerna run chromatic",
"build-storybook": "lerna run build-storybook",
"build-docz": "lerna bootstrap --scope=@sberdevices/ui && lerna run docz:build",
"lint": "eslint --ext .js,.ts,.tsx ."
},
"devDependencies": {
"@auto-it/conventional-commits": "9.60.1",
"@auto-it/npm": "9.60.1",
"@auto-it/slack": "9.60.1",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@storybook/addon-actions": "6.0.0-rc.13",
"@storybook/addon-backgrounds": "6.0.0-rc.13",
"@storybook/addon-knobs": "6.0.0-rc.13",
"@storybook/addon-toolbars": "6.0.22",
"@storybook/addon-viewport": "6.0.0-rc.13",
"@storybook/react": "6.0.0-rc.13",
"@storybook/theming": "6.1.16",
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"auto": "9.60.1",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0",
"husky": "4.3.0",
"lerna": "^3.22.1",
"lint-staged": "10.4.2",
"node-fetch": "2.6.1",
"prettier": "2.0.5",
"stylelint": "13.3.3",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-order": "4.0.0",
"stylelint-prettier": "1.1.2",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "4.0.3"
},
"auto": {
"prereleaseBranches": [
"rc"
],
"plugins": [
[
"npm",
{
"setRcToken": false
}
],
"conventional-commits",
"slack",
"./auto-plugins/dist/update-deps.js"
]
}
}