UNPKG

react-video-annotation-tool

Version:

A React-based video player with built-in annotation features, enabling interactive video tagging and markup for seamless media annotation workflows

81 lines (80 loc) 2.21 kB
{ "name": "react-video-annotation-tool", "version": "2.1.8", "description": "A React-based video player with built-in annotation features, enabling interactive video tagging and markup for seamless media annotation workflows", "main": "dist/index.js", "module": "dist/index.js", "type": "module", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "scripts": { "build": "babel src --out-dir dist", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/iamaniketgupta/react-video-annotation.git" }, "keywords": [ "react", "react-annotation", "react-video-annotation", "video-annotation", "annotation-tool", "media-annotation", "video-editing", "annotation-library", "react-player", "videojs", "interactive-video", "media-markup", "video-tagging", "annotation-plugin", "media-tagging", "annotation-framework", "react-video-tools", "video-annotations-ui", "annotorious", "annotation-software" ], "author": "Aniket Gupta, Suraj Singh", "license": "MIT", "bugs": { "url": "https://github.com/iamaniketgupta/react-video-annotation/issues" }, "homepage": "https://github.com/iamaniketgupta/react-video-annotation#readme", "devDependencies": { "@babel/cli": "^7.25.9", "@babel/core": "^7.26.0", "@babel/plugin-transform-runtime": "^7.25.9", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.25.9", "babel-loader": "^8.0.0", "css-loader": "^7.1.2", "eslint": "^9.13.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "style-loader": "^4.0.0", "webpack": "^5.0.0", "webpack-cli": "^4.0.0" }, "files": [ "dist", "README.md" ], "dependencies": { "lodash": "^4.17.21", "react-icons": "^5.3.0", "react-konva": "^18.2.10" }, "peerDependencies": { "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1" } }