@saran-ign/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
88 lines (87 loc) • 2.37 kB
JSON
{
"name": "@saran-ign/react-video-annotation-tool",
"version": "0.1.9",
"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": {
"start": "webpack serve --mode development --open",
"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": "Saran",
"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",
"html-webpack-plugin": "^5.6.3",
"style-loader": "^4.0.0",
"webpack": "^5.99.6",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
},
"files": [
"dist",
"README.md"
],
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^7.0.2",
"hls.js": "^1.6.2",
"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"
}
}