{
  "name": "@front10/canvas-video-player",
  "version": "1.5.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "start-storybook",
    "build": "build-storybook -c .storybook -o ./storybook",
    "deploy": "npm run build && vercel ./storybook --token=$VERCEL_TOKEN --scope front10 --name canvas-video-player --confirm --prod",
    "transpile": "babel ./src -d ./dist --copy-files"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/front10-devs/canvas-video-player.git"
  },
  "author": "Yulier Camilo Garrido Garrido <ycgarrido@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/front10-devs/canvas-video-player/issues"
  },
  "homepage": "https://gitlab.com/front10-devs/canvas-video-player#readme",
  "dependencies": {
    "@material-ui/lab": "^4.0.0-alpha.60",
    "axios": "^0.25.0",
    "chroma-js": "^2.4.2",
    "clsx": "^1.1.1",
    "color-scheme": "^1.0.1",
    "debounce": "^1.2.1",
    "deep-object-diff": "^1.1.7",
    "esm": "^3.2.25",
    "gsap": "^3.9.1",
    "jss": "^10.9.0",
    "object-path": "^0.11.8",
    "prop-types": "^15.8.1",
    "query-string": "^7.1.0",
    "react-frame-component": "^5.2.3",
    "react-helmet": "^6.1.0",
    "tinycolor2": "^1.4.2",
    "twemoji-parser": "^13.1.0",
    "uuid": "^8.3.2",
    "webfontloader": "^1.6.28"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.0",
    "@babel/core": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@material-ui/core": "^4.12.3",
    "@material-ui/icons": "^4.11.2",
    "@storybook/addon-actions": "^6.4.18",
    "@storybook/addon-controls": "^6.4.18",
    "@storybook/react": "^6.4.18",
    "fabric": "5.0.0-browser",
    "jsdom": "^19.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
