UNPKG

react-visual-annotator

Version:

Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.

166 lines (165 loc) 4.63 kB
{ "name": "react-visual-annotator", "version": "1.2.3", "description": "Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.", "type": "module", "main": "dist/react-visual-annotator.js", "module": "dist/react-visual-annotator.js", "types": "dist/lib.d.ts", "exports": { ".": { "import": "./dist/react-visual-annotator.js", "types": "./dist/lib.d.ts" } }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "sideEffects": false, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", "@fortawesome/react-fontawesome": "^0.2.0", "@monaco-editor/react": "^4.7.0", "autoseg": "^0.0.12", "classnames": "^2.5.1", "color-alpha": "^2.0.0", "monaco-editor": "^0.47.0", "react-full-screen": "^1.1.1", "react-hotkeys": "^2.0.0", "react-markdown": "^9.0.0", "react-remove-scroll": "^2.0.4", "react-select": "^5.8.0", "react-syntax-highlighter": "^15.5.0", "react-use": "^17.5.0", "react-use-measure": "^2.0.0", "seamless-immutable": "^7.1.4", "transformation-matrix-js": "^2.7.6", "tss-react": "^4.9.6", "use-event-callback": "^0.1.0" }, "devDependencies": { "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.14", "@mui/material": "^5.15.14", "@rollup/plugin-replace": "^5.0.5", "@types/lodash": "^4.17.0", "@types/node": "^20.12.4", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "@types/react-select": "^5.0.1", "@types/react-syntax-highlighter": "^15.5.11", "@types/rollup-plugin-peer-deps-external": "^2.2.5", "@types/seamless-immutable": "^7.1.4", "@vitejs/plugin-react": "^4.2.1", "cpy-cli": "^5.0.0", "cross-env": "^7.0.3", "gh-pages": "^2.0.1", "lodash": "^4.17.21", "moment": "^2.30.0", "prettier": "^2.5.1", "react": "^19.1.1", "react-dom": "^19.1.1", "react-github-btn": "^1.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "terser": "^5.43.1", "typescript": "^5.2.2", "vite": "^5.2.7", "vite-plugin-dts": "^3.8.1", "vite-plugin-node-polyfills": "^0.21.0", "vite-tsconfig-paths": "^4.3.2" }, "peerDependencies": { "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0", "@mui/icons-material": "^5.0.0", "@mui/material": "^5.0.0", "lodash": "^4.0.0", "moment": "^2.0.0", "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/sukeshhublikar/react-visual-annotator.git" }, "scripts": { "start": "vite --force", "dev": "vite --force", "build": "vite build", "build:analyze": "vite build --mode analyze", "prepublishOnly": "npm run build", "preview": "vite preview", "prettier": "prettier --write \"src/**/*.js\"", "prettier:test": "prettier --check \"src/**/*.js\"", "test:build": "npm run build && node -e \"console.log('Build test passed')\"", "size": "ls -lah dist/" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "keywords": [ "react", "annotation", "annotator", "image-annotation", "video-annotation", "image-labeling", "data-labeling", "machine-learning", "computer-vision", "ai-training", "bounding-box", "rotation", "rotatable-boxes", "box-rotation", "polygon-annotation", "keypoint-annotation", "object-detection", "image-segmentation", "react-component", "typescript", "mui", "material-ui", "react19", "react18", "optimized", "lightweight", "annotation-tool", "labeling-tool", "dataset-creation", "yolo", "coco", "training-data", "rotated-objects", "oriented-bounding-box" ], "author": { "name": "Sukesh Hublikar", "email": "sukesh.hublikar@gmail.com", "url": "https://github.com/sukeshhublikar" }, "license": "MIT", "homepage": "https://github.com/sukeshhublikar/react-visual-annotator#readme", "bugs": { "url": "https://github.com/sukeshhublikar/react-visual-annotator/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/sukeshhublikar" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "prettier": { "semi": true } }