MioIsland/landing/node_modules/eslint-plugin-react-refresh/package.json
xmqywx 5deeaffc8a refactor(plugins): remove JSON-based plugin system
Replace with native .bundle plugin architecture in next commits.
Old declarative system (themes/buddy/sound JSON) removed entirely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 21:21:18 +08:00

25 lines
No EOL
585 B
JSON

{
"name": "eslint-plugin-react-refresh",
"description": "Validate that your components can safely be updated with Fast Refresh",
"version": "0.5.2",
"type": "module",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"license": "MIT",
"repository": "github:ArnaudBarre/eslint-plugin-react-refresh",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"keywords": [
"eslint",
"eslint-plugin",
"react",
"react-refresh",
"fast refresh"
],
"peerDependencies": {
"eslint": "^9 || ^10"
}
}