5050 "notistack" : " 1.0.10" ,
5151 "opener" : " 1.5.2" ,
5252 "qrcode.react" : " 1.0.1" ,
53- "react" : " >= 17.0.2 " ,
53+ "react" : " >=17.0.0 || >=18.0.0 " ,
5454 "react-copy-to-clipboard" : " 5.0.4" ,
55- "react-dom" : " >= 17.0.2 " ,
55+ "react-dom" : " >=17.0.0 || >=18.0.0 " ,
5656 "react-identicons" : " 1.2.5" ,
5757 "react-router" : " 6.2.1" ,
5858 "react-router-dom" : " 6.2.1" ,
9292 "babel-loader" : " 8.1.0" ,
9393 "babel-plugin-syntax-dynamic-import" : " 6.18.0" ,
9494 "babel-plugin-tsconfig-paths" : " 1.0.2" ,
95+ "base64-inline-loader" : " ^2.0.1" ,
9596 "cors" : " ^2.8.5" ,
9697 "depcheck" : " ^1.4.3" ,
9798 "env-paths" : " ^3.0.0" ,
112113 "prettier" : " 2.4.1" ,
113114 "puppeteer" : " ^15.4.0" ,
114115 "react-scripts" : " ^5.0.1" ,
116+ "rimraf" : " ^3.0.2" ,
115117 "ts-node" : " ^10.8.1" ,
116118 "typescript" : " 4.7.3" ,
117119 "web-vitals" : " 2.1.2" ,
127129 "start" : " react-scripts start" ,
128130 "desktop" : " node ./desktop.mjs" ,
129131 "build" : " react-scripts build" ,
130- "build:component" : " webpack --mode=production" ,
132+ "build:component" : " rimraf ./lib && webpack --mode=production" ,
131133 "compile:types" : " tsc --project tsconfig.lib.json --emitDeclarationOnly --declaration" ,
132134 "test" : " react-scripts test" ,
133135 "test:ui" : " node ui-test/index.js" ,
160162 "npm" : " >=6.9.0" ,
161163 "bee" : " >=0.6.0"
162164 }
163- }
165+ }
0 commit comments