This repository was archived by the owner on Apr 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0" ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
- "react" : " ^16.13.1" ,
8
- "react-dom" : " ^16.13.1" ,
7
+ "react" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/react" ,
8
+ "react-dom" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/react-dom" ,
9
+ "{{name}}" : " {{#if yarn}}link:..{{else}}file:..{{/if}}" ,
9
10
"react-scripts" : " ^3.4.1" ,
10
- "{{name}}" : " {{#if yarn}}link:..{{else}}file:..{{/if}}"
11
11
},
12
12
"scripts" : {
13
13
"start" : " react-scripts start" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0" ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
- "react" : " ^16.13.1 " ,
8
- "react-dom" : " ^16.13.1 " ,
9
- "react-scripts " : " ^3.4.1 " ,
10
- "{{name}} " : " {{#if yarn}}link:..{{else}}file:..{{/if}} "
7
+ "react" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/react " ,
8
+ "react-dom" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/react-dom " ,
9
+ "{{name}} " : " {{#if yarn}}link:..{{else}}file:..{{/if}} " ,
10
+ "react-scripts " : " ^3.4.1 "
11
11
},
12
12
"scripts" : {
13
13
"start" : " react-scripts start" ,
You can’t perform that action at this time.
0 commit comments