react-birch-context-menu
Version:
Custom context menu for react
40 lines (39 loc) • 858 B
JSON
{
"name": "react-birch-context-menu",
"version": "2.0.7",
"description": "Custom context menu for react",
"main": "dist/index.js",
"browser:module": "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"
},
"dependencies": {
"react-birch-event-emitter": "^2.0.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3"
}
}