Skip to content

Commit 2c0d985

Browse files
committed
1 parent 5a4330b commit 2c0d985

File tree

1 file changed

+53
-2
lines changed

1 file changed

+53
-2
lines changed

packages/react-scripts/package.json

+53-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-react-scripts",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Allow custom config for create-react-app without ejecting",
55
"repository": "kitze/create-react-app",
66
"license": "BSD-3-Clause",
@@ -80,5 +80,56 @@
8080
},
8181
"optionalDependencies": {
8282
"fsevents": "1.0.14"
83-
}
83+
},
84+
"bundledDependencies": [
85+
"autoprefixer",
86+
"babel-core",
87+
"babel-eslint",
88+
"babel-jest",
89+
"babel-loader",
90+
"babel-preset-react-app",
91+
"babel-plugin-transform-decorators-legacy",
92+
"babel-preset-stage-0",
93+
"case-sensitive-paths-webpack-plugin",
94+
"chalk",
95+
"connect-history-api-fallback",
96+
"cross-spawn",
97+
"css-loader",
98+
"less",
99+
"less-loader",
100+
"node-sass",
101+
"sass-loader",
102+
"detect-port",
103+
"dotenv",
104+
"eslint",
105+
"eslint-config-react-app",
106+
"eslint-loader",
107+
"eslint-plugin-flowtype",
108+
"eslint-plugin-import",
109+
"eslint-plugin-jsx-a11y",
110+
"eslint-plugin-react",
111+
"extract-text-webpack-plugin",
112+
"file-loader",
113+
"filesize",
114+
"find-cache-dir",
115+
"fs-extra",
116+
"gzip-size",
117+
"html-webpack-plugin",
118+
"http-proxy-middleware",
119+
"jest",
120+
"json-loader",
121+
"object-assign",
122+
"path-exists",
123+
"postcss-loader",
124+
"promise",
125+
"react-dev-utils",
126+
"recursive-readdir",
127+
"rimraf",
128+
"strip-ansi",
129+
"style-loader",
130+
"url-loader",
131+
"webpack",
132+
"webpack-dev-server",
133+
"whatwg-fetch"
134+
]
84135
}

0 commit comments

Comments
 (0)