Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
19 lines
430 B
JSON
19 lines
430 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": {},
|
|
"prettier": "@probo/prettier",
|
|
"peerDependencies": {
|
|
"react": ">18.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"plugin:storybook/recommended"
|
|
]
|
|
}
|
|
}
|