File tree 1 file changed +7
-5
lines changed
{{cookiecutter.project_shortname}} 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " {{ cookiecutter.project_shortname }}" ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " {{ cookiecutter.description }}" ,
5
- {% if cookiecutter.github_org -% }
5
+ {% if cookiecutter.github_org -%
6
+ }
6
7
"repository" : {
7
8
"type" : " git" ,
8
9
"url" : " git://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}.git"
11
12
"url" : " https://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}/issues"
12
13
},
13
14
"homepage" : " https://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_shortname.replace('_', '-') }}" ,
14
- {%- endif % }
15
+ {%- endif %
16
+ }
15
17
"main" : " build/index.js" ,
16
18
"scripts" : {
17
19
"start" : " webpack serve --config ./webpack.serve.config.js --open" ,
44
46
"eslint-plugin-import" : " ^2.18.0" ,
45
47
"eslint-plugin-react" : " ^7.14.2" ,
46
48
"prop-types" : " ^15.8.1" ,
47
- "react" : " ^16.8.6 " ,
49
+ "react" : " ^18.2.0 " ,
48
50
"react-docgen" : " ^5.4.3" ,
49
- "react-dom" : " ^16.8.6 " ,
51
+ "react-dom" : " ^18.2.0 " ,
50
52
"style-loader" : " ^3.3.3" ,
51
53
"styled-jsx" : " ^3.2.1" ,
52
54
"webpack" : " ^5.84.1" ,
57
59
"node" : " >=8.11.0" ,
58
60
"npm" : " >=6.1.0"
59
61
}
60
- }
62
+ }
You can’t perform that action at this time.
0 commit comments