File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 3
3
"homepage" : " ." ,
4
4
"version" : " 0.0.0" ,
5
5
"private" : true ,
6
+ "scripts" : {
7
+ "start" : " node ../node_modules/react-scripts/bin/react-scripts.js start" ,
8
+ "build" : " node ../node_modules/react-scripts/bin/react-scripts.js build" ,
9
+ "test" : " node ../node_modules/react-scripts/bin/react-scripts.js test" ,
10
+ "eject" : " node ../node_modules/react-scripts/bin/react-scripts.js eject"
11
+ },
6
12
"dependencies" : {
7
13
"react" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/react" ,
8
14
"react-dom" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/react-dom" ,
9
15
"react-scripts" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/react-scripts" ,
10
16
"{{name}}" : " {{#if yarn}}link:..{{else}}file:..{{/if}}"
11
17
},
12
- "scripts" : {
13
- "start" : " node ../node_modules/react-scripts/bin/react-scripts.js start" ,
14
- "build" : " node ../node_modules/react-scripts/bin/react-scripts.js build" ,
15
- "test" : " node ../node_modules/react-scripts/bin/react-scripts.js test" ,
16
- "eject" : " node ../node_modules/react-scripts/bin/react-scripts.js eject"
18
+ "devDependencies" : {
19
+ "@babel/plugin-syntax-object-rest-spread" : " ^7.8.3"
17
20
},
18
21
"eslintConfig" : {
19
22
"extends" : " react-app"
Original file line number Diff line number Diff line change 29
29
"devDependencies" : {
30
30
"microbundle-crl" : " ^0.13.10" ,
31
31
"babel-eslint" : " ^10.0.3" ,
32
- "@babel/plugin-syntax-object-rest-spread" : " ^7.8.3" ,
33
32
"cross-env" : " ^7.0.2" ,
34
33
"eslint" : " ^6.8.0" ,
35
34
"eslint-config-prettier" : " ^6.7.0" ,
Original file line number Diff line number Diff line change 3
3
"homepage" : " ." ,
4
4
"version" : " 0.0.0" ,
5
5
"private" : true ,
6
+ "scripts" : {
7
+ "start" : " node ../node_modules/react-scripts/bin/react-scripts.js start" ,
8
+ "build" : " node ../node_modules/react-scripts/bin/react-scripts.js build" ,
9
+ "test" : " node ../node_modules/react-scripts/bin/react-scripts.js test" ,
10
+ "eject" : " node ../node_modules/react-scripts/bin/react-scripts.js eject"
11
+ },
6
12
"dependencies" : {
7
13
"@testing-library/jest-dom" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/@testing-library/jest-dom" ,
8
14
"@testing-library/react" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/@testing-library/react" ,
17
23
"typescript" : " {{#if yarn}}link:..{{else}}file:..{{/if}}/node_modules/typescript" ,
18
24
"{{name}}" : " {{#if yarn}}link:..{{else}}file:..{{/if}}"
19
25
},
20
- "scripts" : {
21
- "start" : " node ../node_modules/react-scripts/bin/react-scripts.js start" ,
22
- "build" : " node ../node_modules/react-scripts/bin/react-scripts.js build" ,
23
- "test" : " node ../node_modules/react-scripts/bin/react-scripts.js test" ,
24
- "eject" : " node ../node_modules/react-scripts/bin/react-scripts.js eject"
26
+ "devDependencies" : {
27
+ "@babel/plugin-syntax-object-rest-spread" : " ^7.8.3"
25
28
},
26
29
"eslintConfig" : {
27
30
"extends" : " react-app"
Original file line number Diff line number Diff line change 36
36
"@types/react-dom" : " ^16.9.7" ,
37
37
"@typescript-eslint/eslint-plugin" : " ^2.26.0" ,
38
38
"@typescript-eslint/parser" : " ^2.26.0" ,
39
- "@babel/plugin-syntax-object-rest-spread" : " ^7.8.3" ,
40
39
"microbundle-crl" : " ^0.13.10" ,
41
40
"babel-eslint" : " ^10.0.3" ,
42
41
"cross-env" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments