forked from theforeman/foreman
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-exclude.json
44 lines (44 loc) · 1.09 KB
/
package-exclude.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
{
"EXCLUDE_NPM_PACKAGES": [
"@sheerun/mutationobserver-shim",
"@theforeman/env",
"@theforeman/eslint-plugin-foreman",
"@theforeman/eslint-plugin-rules",
"@theforeman/stories",
"@theforeman/test",
"@theforeman/vendor-dev",
"@theforeman/find-foreman",
"@types/jest",
"axios-mock-adapter",
"babel-eslint",
"babel-jest",
"babel-plugin-dynamic-import-node",
"coveralls",
"cross-env",
"jest",
"nock",
"prettier",
"pretty-format",
"react-addons-test-utils",
"react-dnd-test-backend",
"react-dnd-test-utils",
"react-test-renderer",
"react-redux-test-utils",
"redux-mock-store",
"surge",
"webpack-bundle-analyzer",
"tabbable",
"@adobe/css-tools",
"victory-core",
"victory-pie"
],
"EXCLUDE_NPM_PREFIXES": [
"@babel/eslint-",
"@storybook/",
"@testing-library/",
"enzyme",
"eslint",
"jest-",
"stylelint"
]
}