birch-context-menu
Version:
Custom context menu for react
41 lines (40 loc) • 869 B
JSON
{
"name": "birch-context-menu",
"version": "1.2.3",
"description": "Custom context menu for react",
"main": "dist/index.js",
"ts:main": "src/index.ts",
"types": "src/index.ts",
"author": "Tinia Labs",
"bugs": {
"url": "https://github.com/tinialabs/react-birch#issues"
},
"homepage": "https://github.com/tinialabs/react-birch#readme",
"keywords": [
"right",
"click",
"custom",
"context",
"menu",
"react",
"react-birch",
"tinia"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tinialabs/react-birch.git"
},
"scripts": {
"build": "tsc",
"lint": "berun-dev lint"
},
"dependencies": {
"birch-event-emitter": "^1.2.3",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3"
}
}