File tree Expand file tree Collapse file tree 12 files changed +28
-28
lines changed
create-react-scripts-babelrc
create-react-scripts-eslintrc
create-react-scripts-graphql
create-react-scripts-less
create-react-scripts-sass
create-react-scripts-utils
create-react-scripts-workbox
example-universal-react-app Expand file tree Collapse file tree 12 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-babelrc" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "description" : " Mark babelrc option to true to create-react-scripts" ,
66 "license" : " MIT" ,
1616 },
1717 "main" : " index.js" ,
1818 "dependencies" : {
19- "create-react-scripts-utils" : " ^0.1.3 "
19+ "create-react-scripts-utils" : " ^0.1.4 "
2020 }
2121}
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-dll" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Add auto-dll-webpack-plugin to create-react-scripts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-eslintrc" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Mark useEslintrc option to true to create-react-scripts" ,
1616 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1717 },
1818 "dependencies" : {
19- "create-react-scripts-utils" : " ^0.1.3 "
19+ "create-react-scripts-utils" : " ^0.1.4 "
2020 }
2121}
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-graphql" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Enable graphql-loader to create-react-scripts" ,
1616 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1717 },
1818 "dependencies" : {
19- "create-react-scripts-utils" : " ^0.1.3 " ,
19+ "create-react-scripts-utils" : " ^0.1.4 " ,
2020 "graphql" : " 0.10.5" ,
2121 "graphql-tag" : " 2.4.2" ,
2222 "jest-transform-graphql" : " 2.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-less" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Enable less-loader to create-react-scripts" ,
1616 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1717 },
1818 "dependencies" : {
19- "create-react-scripts-utils" : " ^0.1.3 " ,
19+ "create-react-scripts-utils" : " ^0.1.4 " ,
2020 "less" : " 2.7.2" ,
2121 "less-loader" : " 4.0.5"
2222 }
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-sass" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Enable sass-loader to create-react-scripts" ,
1616 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1717 },
1818 "dependencies" : {
19- "create-react-scripts-utils" : " ^0.1.3 " ,
19+ "create-react-scripts-utils" : " ^0.1.4 " ,
2020 "node-sass" : " 4.5.3" ,
2121 "sass-loader" : " 6.0.6"
2222 }
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-ssr" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 0.1.7 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Make universal react app easy using create-react-scripts" ,
2222 "assets-webpack-plugin" : " 3.5.1" ,
2323 "chalk" : " 2.1.0" ,
2424 "clone" : " 2.1.1" ,
25- "create-react-scripts" : " ^0.1.4 " ,
26- "create-react-scripts-utils" : " ^0.1.3 " ,
25+ "create-react-scripts" : " ^0.1.5 " ,
26+ "create-react-scripts-utils" : " ^0.1.4 " ,
2727 "fs-extra" : " 4.0.2" ,
2828 "ignore-loader" : " 0.1.2" ,
2929 "nodemon" : " 1.12.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-utils" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Utilities used to access webpack loaders in create-react-app" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-workbox" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Enable workbox-webpack-plugin to create-react-scripts" ,
1616 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1717 },
1818 "dependencies" : {
19- "create-react-scripts-utils" : " ^0.1.3 " ,
19+ "create-react-scripts-utils" : " ^0.1.4 " ,
2020 "workbox-sw" : " 2.1.0" ,
2121 "workbox-webpack-plugin" : " 2.1.0"
2222 }
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "description" : " Easily extend the react-scripts to your own version of react-scripts" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments