File tree 1 file changed +53
-2
lines changed
1 file changed +53
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " custom-react-scripts" ,
3
- "version" : " 0.0.12 " ,
3
+ "version" : " 0.0.13 " ,
4
4
"description" : " Allow custom config for create-react-app without ejecting" ,
5
5
"repository" : " kitze/create-react-app" ,
6
6
"license" : " BSD-3-Clause" ,
80
80
},
81
81
"optionalDependencies" : {
82
82
"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
+ ]
84
135
}
You can’t perform that action at this time.
0 commit comments