File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,21 @@ module.exports.multiplePackageInstall = [
2121 type : 'checkbox' ,
2222 name : 'packages' ,
2323 message : 'Select packages for your new React Project: ' ,
24- default : [ 'CreateReactApp ' ] ,
24+ default : [ 'create-react-app ' ] ,
2525 pageSize : 9 ,
2626 choices : [
27- 'CreateReactApp ' ,
28- 'ReactRouter ' ,
29- 'Redux ' ,
30- 'ReduxThunk ' ,
31- 'Prop -types' ,
32- 'NodeSass ' ,
33- 'StyledComponents ' ,
34- 'Unstated ' ,
35- 'Unstated-Next ' ,
36- 'TypeScript ' ,
27+ 'create-react-app ' ,
28+ 'react-router react-router-dom ' ,
29+ 'redux react-redux ' ,
30+ 'redux-thunk ' ,
31+ 'prop -types' ,
32+ 'node-sass ' ,
33+ 'styled-components ' ,
34+ 'unstated ' ,
35+ 'unstated-next ' ,
36+ 'typescript ' ,
3737 '@types/node' ,
38+ '@types/react-redux' ,
3839 '@types/react @types/react-dom' ,
3940 '@types/react-router @types/react-router-dom' ,
4041 '@types/jest'
You can’t perform that action at this time.
0 commit comments