File tree 3 files changed +4
-31
lines changed
3 files changed +4
-31
lines changed Original file line number Diff line number Diff line change
1
+ GENERATE_SOURCEMAP = false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
"@rainbow-me/rainbowkit" : " ^1.0.8" ,
7
7
"@us3r-network/auth-with-rainbowkit" : " ^0.1.9" ,
8
8
"@us3r-network/profile" : " ^0.5.6" ,
9
- "buffer" : " ^6.0.3" ,
10
9
"dayjs" : " ^1.11.9" ,
11
10
"lodash" : " ^4.17.21" ,
12
11
"react" : " ^18.2.0" ,
20
19
"web-vitals" : " ^2.1.4"
21
20
},
22
21
"scripts" : {
23
- "start" : " craco start" ,
24
- "build" : " craco build" ,
25
- "test" : " craco test" ,
22
+ "start" : " react-scripts start" ,
23
+ "build" : " react-scripts build" ,
24
+ "test" : " react-scripts test" ,
26
25
"eject" : " react-scripts eject" ,
27
26
"format" : " prettier --write \" **/*.{js,ts,tsx}\" --parser typescript"
28
27
},
45
44
]
46
45
},
47
46
"devDependencies" : {
48
- "@craco/craco" : " ^7.1.0" ,
49
- "@craco/types" : " ^7.1.0" ,
50
47
"@testing-library/jest-dom" : " ^5.17.0" ,
51
48
"@testing-library/react" : " ^13.4.0" ,
52
49
"@testing-library/user-event" : " ^13.5.0" ,
You can’t perform that action at this time.
0 commit comments