UNPKG

react-body-map

Version:

A versatile and interactive body highlighter component for React and Next.js applications. Allows for easy selection, highlighting, and annotation of body parts.

46 lines 1.07 kB
{ "name": "react-body-map", "version": "1.1.0", "description": "A versatile and interactive body highlighter component for React and Next.js applications. Allows for easy selection, highlighting, and annotation of body parts.", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "https://github.com/hashangit/react-body-map.git" }, "keywords": [ "react", "body", "highlighter", "interactive", "svg", "anatomy", "muscle", "map" ], "author": "Hashan Wickramasinghe", "license": "MIT", "dependencies": { "ramda": "^0.28.0" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "devDependencies": { "@types/ramda": "^0.28.23", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.0.4" }, "scripts": { "build": "tsc", "dev": "pnpm --prefix example dev" } }