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.1 " ,
3+ "version" : " 0.1.2 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "description" : " Mark babelrc option to true to create-react-scripts" ,
66 "license" : " MIT" ,
99 },
1010 "main" : " index.js" ,
1111 "dependencies" : {
12- "create-react-scripts-utils" : " ^0.1.1 "
12+ "create-react-scripts-utils" : " ^0.1.2 "
1313 }
1414}
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-dll" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
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.1 " ,
3+ "version" : " 0.1.2 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Mark useEslintrc option to true to create-react-scripts" ,
99 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1010 },
1111 "dependencies" : {
12- "create-react-scripts-utils" : " ^0.1.1 "
12+ "create-react-scripts-utils" : " ^0.1.2 "
1313 }
1414}
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-graphql" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Enable graphql-loader to create-react-scripts" ,
99 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1010 },
1111 "dependencies" : {
12- "create-react-scripts-utils" : " ^0.1.1 " ,
12+ "create-react-scripts-utils" : " ^0.1.2 " ,
1313 "graphql" : " 0.10.5" ,
1414 "graphql-tag" : " 2.4.2" ,
1515 "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.1 " ,
3+ "version" : " 0.1.2 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Enable less-loader to create-react-scripts" ,
99 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1010 },
1111 "dependencies" : {
12- "create-react-scripts-utils" : " ^0.1.1 " ,
12+ "create-react-scripts-utils" : " ^0.1.2 " ,
1313 "less" : " 2.7.2" ,
1414 "less-loader" : " 4.0.5"
1515 }
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-sass" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Enable sass-loader to create-react-scripts" ,
99 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1010 },
1111 "dependencies" : {
12- "create-react-scripts-utils" : " ^0.1.1 " ,
12+ "create-react-scripts-utils" : " ^0.1.2 " ,
1313 "node-sass" : " 4.5.3" ,
1414 "sass-loader" : " 6.0.6"
1515 }
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts-ssr" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Make universal react app easy using create-react-scripts" ,
1212 "assets-webpack-plugin" : " 3.5.1" ,
1313 "chalk" : " 2.1.0" ,
1414 "clone" : " 2.1.1" ,
15- "create-react-scripts" : " ^0.1.1 " ,
16- "create-react-scripts-utils" : " ^0.1.1 " ,
15+ "create-react-scripts" : " ^0.1.2 " ,
16+ "create-react-scripts-utils" : " ^0.1.2 " ,
1717 "fs-extra" : " 4.0.2" ,
1818 "ignore-loader" : " 0.1.2" ,
1919 "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.1 " ,
3+ "version" : " 0.1.2 " ,
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.1 " ,
3+ "version" : " 0.1.2 " ,
44 "author" : " Sze Ka Wai Raymond" ,
55 "main" : " index.js" ,
66 "description" : " Enable workbox-webpack-plugin to create-react-scripts" ,
99 "url" : " https://github.com/raymondsze/create-react-scripts/issues"
1010 },
1111 "dependencies" : {
12- "create-react-scripts-utils" : " ^0.1.1 " ,
12+ "create-react-scripts-utils" : " ^0.1.2 " ,
1313 "workbox-sw" : " 2.1.0" ,
1414 "workbox-webpack-plugin" : " 2.1.0"
1515 }
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-scripts" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
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