{
  "name": "iotx-videoplayer",
  "version": "0.0.3",
  "description": "videoplayer videojs封装的组件",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "sideEffects": [
    "dist/*",
    "*.scss",
    "*.less",
    "*.css"
  ],
  "scripts": {
    "start": "build-scripts start",
    "build": "build-scripts build",
    "test": "build-scripts test",
    "prepublishOnly": "npm run build",
    "eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./",
    "eslint:fix": "npm run eslint -- --fix",
    "stylelint": "stylelint \"**/*.{css,scss,less}\"",
    "lint": "npm run eslint && npm run stylelint"
  },
  "keywords": [
    "ice",
    "react",
    "component"
  ],
  "dependencies": {
    "@alifd/next": "^1.19.4",
    "ahooks": "^3.7.0",
    "alife-iotx-roi-marker": "^0.2.4",
    "classnames": "^2.3.2",
    "dayjs": "^1.11.3",
    "moment": "^2.29.4",
    "prop-types": "^15.5.8",
    "react-mic": "^12.4.6",
    "video.js": "^7.19.2",
    "vis-data": "^7.1.4",
    "vis-timeline": "^7.5.1",
    "wavesurfer.js": "^6.1.0"
  },
  "devDependencies": {
    "@alifd/next": "^1.26.4",
    "@iceworks/spec": "^1.0.0",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.2",
    "build-plugin-component": "^1.0.0",
    "build-scripts": "^1.1.1",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "eslint": "^7.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "stylelint": "^13.7.2"
  },
  "peerDependencies": {
    "react": "^16 || ^17",
    "autoprefixer": "^10.4.8",
    "postcss": "^8.4.16",
    "@alifd/next": "^1.19.4"
  },
  "componentConfig": {
    "name": "VideoPlayer",
    "title": "demo component",
    "category": "Others"
  },
  "license": "MIT",
  "homepage": "https://unpkg.com/iotx-videoplayer@0.0.3/build/index.html"
}
