-
Notifications
You must be signed in to change notification settings - Fork 152
/
greenkeeper.json
64 lines (64 loc) · 1.8 KB
/
greenkeeper.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
{
"groups": {
"default": {
"packages": [
"package.json",
"packages/@css-blocks/broccoli/package.json",
"packages/@css-blocks/code-style/package.json",
"packages/@css-blocks/core/package.json",
"packages/@css-blocks/ember-cli/package.json",
"packages/@css-blocks/glimmer/package.json",
"packages/@css-blocks/jsx/package.json",
"packages/@css-blocks/runtime/package.json",
"packages/@css-blocks/test-utils/package.json",
"packages/@css-blocks/webpack/examples/jsx/package.json",
"packages/@css-blocks/webpack/package.json",
"packages/@css-blocks/website/package.json",
"types-local/inline-source-map-comment/package.json",
"types-local/loader-utils/package.json",
"types-local/perfectionist/package.json",
"types-local/regexpu-core/package.json",
"types-local/test-console/package.json"
]
}
},
"ignore": [
"@types/node",
"@types/extract-text-webpack-plugin",
"@types/tapable",
"css-loader",
"extract-text-webpack-plugin",
"raw-loader",
"style-loader",
"webpack",
"tapable",
"@types/jest",
"autoprefixer",
"babel-core",
"babel-eslint",
"babel-jest",
"babel-loader",
"babel-preset-react-app",
"case-sensitive-paths-webpack-plugin",
"dotenv",
"eslint-config-react-app",
"eslint-loader",
"eslint-plugin-flowtype",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-react",
"file-loader",
"html-webpack-plugin",
"jest",
"postcss-flexbugs-fixes",
"postcss-loader",
"react-dev-utils",
"react-router-dom",
"sw-precache-webpack-plugin",
"ts-loader",
"url-loader",
"webpack-dev-server",
"webpack-manifest-plugin",
"whatwg-fetch"
]
}