Files
probo/packages/react-lazy/package.json
gearnode c92c2f9238 Fix @probo/react-lazy
Signed-off-by: gearnode <bryan@frimin.fr>
2025-03-26 09:36:50 +01:00

15 lines
301 B
JSON

{
"name": "@probo/react-lazy",
"version": "0.1.0",
"description": "Enhanced React lazy loading with retries and error handling",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
}
}