13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"name": "@probo/react-lazy",
|
|
"version": "1.0.0",
|
|
"description": "Enhanced React lazy loading with retries and error handling",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"scripts": {},
|
|
"peerDependencies": {
|
|
"react": ">18.0.0"
|
|
}
|
|
}
|