persona-community-5/.pnpm-store/v3/files/2f/f97900e24ebc7ccb27fe2b0feed4a44c9621156c1bf73ef5cb92ebfd3be0f0c0d771c477ab267e39806c3ca4bf06ecfc8e6540cb2460965bbb593b74ada319
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

21 lines
534 B
Plaintext

{
"name": "eslint-plugin-react-refresh",
"description": "Validate that your components can safely be updated with Fast Refresh",
"version": "0.4.26",
"type": "commonjs",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"license": "MIT",
"repository": "github:ArnaudBarre/eslint-plugin-react-refresh",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"eslint",
"eslint-plugin",
"react",
"react-refresh",
"fast refresh"
],
"peerDependencies": {
"eslint": ">=8.40"
}
}