{
  "name": "@gobistories/gobi-web-integration",
  "version": "6.19.8",
  "description": "This library will let you put your Gobi stories on your site.",
  "keywords": [
    "front-end",
    "frontend",
    "story",
    "stories",
    "gobi",
    "video",
    "social-media",
    "plugin",
    "embed"
  ],
  "main": "dist/index.js",
  "files": [
    "/dist",
    "README.md",
    "LICENSE"
  ],
  "types": "dist/index.d.ts",
  "author": "Gobitech AS",
  "license": "Apache-2.0",
  "repository": "bitbucket:gobiapp/gobi-web-integration",
  "bugs": {
    "url": "https://github.com/Gobi-Technologies/Gobi-Web-Integration/issues",
    "email": "andreas@gobistories.com"
  },
  "homepage": "https://www.gobistories.com/developers",
  "scripts": {
    "publish-patch": "echo 'npm publish steps have been moved to Dockerfile, so just run npm version patch and then push your code. it will automatically get published'",
    "analyze": "webpack --config ./webpack/webpack.prod.js --analyze",
    "lint": "eslint src/",
    "build": "npm run build:prod",
    "build:dev": "NODE_ENV=development BUILD_HASH=development webpack --config ./webpack/webpack.dev.js --progress --display-error-details",
    "build:prod": "webpack --config ./webpack/webpack.prod.js --display-error-details --bail",
    "serve": "NODE_ENV=development BUILD_HASH=development webpack-dev-server --config ./webpack/webpack.dev.js --watch --hot --info-verbosity none",
    "deploy": "cloud-build-local --config=cloudbuild.yaml --dryrun=false -substitutions COMMIT_SHA=$(git rev-parse HEAD) .",
    "docker-build": "docker build --tag gobi-web-integration:latest .",
    "docker-kill": "docker kill $(docker ps | head -n 2 | tail -n 1 | awk '{print $1}')",
    "docker-nginx": "docker run --volume $(pwd)/nginx.conf:/etc/nginx/conf.d/default.conf:ro --volume $(pwd)/web-player:/app/web-player --name my-nginx --publish 8080:8080 gobi-web-integration:latest",
    "docker-rm": "docker rm my-nginx"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@babel/plugin-transform-typescript": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@svgr/core": "~5.3.0",
    "@svgr/webpack": "~5.0.0",
    "@types/classnames": "^2.2.10",
    "@types/hls.js": "^0.13.0",
    "@types/jest": "^26.0.7",
    "@types/node": "^14.0.25",
    "@types/react": "^16.9.43",
    "@types/react-dom": "^16.9.4",
    "@types/styled-components": "^5.1.28",
    "@types/webpack": "^4.41.21",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "babel-loader": "^8.0.6",
    "camelcase": "^5.0.0",
    "copy-webpack-plugin": "^6.0.3",
    "core-js": "^3.33.0",
    "dotenv-webpack": "^1.7.0",
    "eslint": "^7.6.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-jsx-a11y": "^6.3.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^4.0.0",
    "file-loader": "^5.0.2",
    "html-webpack-plugin": "^3.2.0",
    "null-loader": "^3.0.0",
    "prettier": "^1.19.1",
    "showdown": "^2.0.3",
    "source-map-loader": "^0.2.4",
    "ts-loader": "^6.2.1",
    "typescript": "^3.9.7",
    "typescript-plugin-css-modules": "^2.4.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^4.0.0",
    "webpack": "^4.41.5",
    "webpack-bundle-analyzer": "^3.6.1",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.1",
    "webpack-merge": "^4.2.2"
  },
  "dependencies": {
    "@babel/polyfill": "^7.12.1",
    "focus-trap-react": "^8.9.1",
    "hls.js": "^0.13.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-intersection-observer": "^8.32.0",
    "react-player": "^2.9.0",
    "react-shadow": "^19.0.2",
    "styled-components": "^5.2.3",
    "use-debounce": "^3.4.3",
    "visibilityjs": "^2.0.2"
  }
}
