File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
{{cookiecutter.project_shortname}} Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " {{ cookiecutter.project_shortname }}" ,
33 "version" : " 0.0.1" ,
44 "description" : " {{ cookiecutter.description }}" ,
5- {% if cookiecutter.github_org -% }
5+ {% if cookiecutter.github_org -%
6+ }
67 "repository" : {
78 "type" : " git" ,
89 "url" : " git://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}.git"
1112 "url" : " https://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}/issues"
1213 },
1314 "homepage" : " https://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}" ,
14- {%- endif % }
15+ {%- endif %
16+ }
1517 "main" : " build/index.js" ,
1618 "scripts" : {
1719 "start" : " webpack serve --config ./webpack.serve.config.js --open" ,
4446 "eslint-plugin-import" : " ^2.18.0" ,
4547 "eslint-plugin-react" : " ^7.14.2" ,
4648 "prop-types" : " ^15.8.1" ,
47- "react" : " ^16.8.6 " ,
49+ "react" : " ^18.2.0 " ,
4850 "react-docgen" : " ^5.4.3" ,
49- "react-dom" : " ^16.8.6 " ,
51+ "react-dom" : " ^18.2.0 " ,
5052 "style-loader" : " ^3.3.3" ,
5153 "styled-jsx" : " ^3.2.1" ,
5254 "webpack" : " ^5.84.1" ,
5759 "node" : " >=8.11.0" ,
5860 "npm" : " >=6.1.0"
5961 }
60- }
62+ }
You can’t perform that action at this time.
0 commit comments