UNPKG

draggable-circular-menu

Version:

A customizable React circular menu component that supports dragging.

45 lines (44 loc) 1.25 kB
{ "name": "draggable-circular-menu", "version": "1.0.9", "description": "A customizable React circular menu component that supports dragging.", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", "local": "npm run build && yalc publish", "deploy": "npm publish" }, "keywords": [ "Menu", "Circular", "Draggable", "React" ], "author": "Reskue - Credits to Hasni Fodeilla", "license": "MIT", "peerDependencies": { "react": ">=17.0.2 <=18.x", "react-dom": ">=17.0.2 <=18.x" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/react": "^17.0.0 || ^18.0.0", "@types/react-dom": "^17.0.0 || ^18.0.0", "rollup": "^4.13.0", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^4.9.5" }, "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@mui/material": "^5.15.13", "draggable-circular-menu": "file:.yalc/draggable-circular-menu", "tslib": "^2.6.2" } }