click-to-react-component-intellij
Version:
Option+Click your React components in your browser to open the source file in intellij
49 lines (48 loc) • 1.24 kB
JSON
{
"type": "module",
"name": "click-to-react-component-intellij",
"version": "1.0.9",
"description": "Option+Click your React components in your browser to open the source file in intellij",
"exports": "./src/index.js",
"types": "src/types.d.ts",
"files": [
"src"
],
"scripts": {
"build": "echo \"Fuck build tools\"",
"dev": "pnpm run build",
"lint": "tsc -p ./jsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkazyNC/click-to-component-intellij.git"
},
"keywords": [
"react",
"vue",
"dx",
"intellij",
"devtools"
],
"author": "skazy",
"license": "ISC",
"bugs": {
"url": "https://github.com/SkazyNC/click-to-component-intellij/issues"
},
"homepage": "https://github.com/SkazyNC/click-to-component-intellij#readme",
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.3.1",
"htm": "^3.1.0",
"react-merge-refs": "^1.1.0"
},
"devDependencies": {
"@types/react": "^18.0.6",
"@types/react-reconciler": "^0.26.6",
"eslint": "^8.0.0",
"eslint-config-react-app": "^7.0.1"
}
}