-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"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"
}
}