{
  "name": "@labelu/video-annotator-react",
  "version": "1.5.0",
  "description": "video annotator for react",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "vite build && npm run build:types",
    "build:types": "tsc -d --emitDeclarationOnly",
    "dev": "vite -c vite.config.app.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opendatalab/labelU-Kit.git"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "gary",
    "email": "shenguanlin@pjlab.org.cn"
  },
  "keywords": [
    "video",
    "annotation",
    "annotator",
    "react"
  ],
  "dependencies": {
    "@labelu/components-react": "1.8.0",
    "@labelu/interface": "1.3.1",
    "@labelu/i18n": "1.1.0",
    "@labelu/audio-annotator-react": "1.9.0",
    "@labelu/video-react": "1.6.0",
    "polished": "^4.2.2",
    "react-hotkeys-hook": "^4.4.1",
    "styled-components": "^6.1.15"
  },
  "devDependencies": {
    "typescript": "4.8.4",
    "@types/react": "^18.2.20",
    "@vitejs/plugin-react": "^3.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "vite": "^4.1.1",
    "vite-plugin-svgr": "^2.4.0",
    "vite-plugin-ts-mono-alias": "^1.1.0",
    "vite-tsconfig-paths": "^3.5.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
