{
  "name": "@brightcove/components-embed-code-modal",
  "version": "1.0.8",
  "repository": {
    "type": "git",
    "url": "https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal.git"
  },
  "description": "Embed Code Modal used for publishing videos",
  "main": "build/index.js",
  "types": "./src/index.d.ts",
  "author": "Campaign Team",
  "scripts": {
    "demo": "NODE_ENV=development DEMO=1 webpack-dev-server --progress --color",
    "build": "NODE_ENV=production webpack --progress && cp ./README.md ./build &&  node scripts/create-dist-pkg-prod && tsc",
    "build:watch": "NODE_ENV=production webpack --watch",
    "clean": "rm -r build",
    "lint": "eslint \"{src,__tests__,demo}/**/*.{ts,tsx,js,jsx}\"",
    "lint:staged": "lint-staged",
    "type-check": "tsc",
    "notify": "notify-change -m proj-projstudio",
    "prepare": "husky install",
    "release": "release-it",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "pre-commit": "lint-staged && npm test"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{css,scss}": [
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.20.7",
    "@babel/plugin-proposal-class-properties": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.4",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-react": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@brightcove/eslint-config-applications": "^0.3.0",
    "@brightcove/kacl": "^0.1.11",
    "@brightcove/notify-change": "^0.1.7",
    "@brightcove/player-embed-code": "^2.0.4",
    "@brightcove/prism-core": "^1.64.0",
    "@brightcove/react-player-loader": "^1.4.2",
    "@brightcove/studio-api-services": "^7.0.0",
    "@brightcove/studio-components": "^7.23.4",
    "@brightcove/studio-design-tokens": "^1.15.0",
    "@brightcove/studio-icons": "^8.14.0",
    "@floating-ui/react": "^0.27.19",
    "@floating-ui/react-dom": "^2.1.8",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.3.1",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^27.4.0",
    "@types/react": "^18.3.17",
    "@types/react-dom": "^18.3.5",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "babel-jest": "^27.5.1",
    "babel-loader": "^8.2.3",
    "css-loader": "^6.5.1",
    "eslint": "^8.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-react": "^7.27.1",
    "eslint-plugin-react-hooks": "^4.3.0",
    "husky": "^7.0.4",
    "i18next": "^21.5.4",
    "jest": "^27.5.1",
    "jest-canvas-mock": "^2.3.1",
    "lint-staged": "^12.1.2",
    "moment-timezone": "^0.6.1",
    "prettier": "^2.5.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^11.14.3",
    "react-query": "^3.38.0",
    "release-it": "^14.11.8",
    "resize-observer-polyfill": "^1.5.1",
    "sass": "^1.44.0",
    "sass-loader": "^12.3.0",
    "style-loader": "^3.3.1",
    "typescript": "^4.5.2",
    "webpack": "^5.64.4",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.5.0"
  },
  "dependencies": {
    "classnames": "^2.5.1"
  },
  "peerDependencies": {
    "@brightcove/player-embed-code": "^2.0.4",
    "@brightcove/prism-core": "^1.25.1",
    "@brightcove/react-player-loader": "^1.4.2",
    "@brightcove/studio-api-services": "^7.0.0",
    "@brightcove/studio-components": "*",
    "@brightcove/studio-design-tokens": "*",
    "@brightcove/studio-icons": "*",
    "i18next": ">=21",
    "react": "^17.0.2 || ^18.0.0",
    "react-dom": "^17.0.2 || ^18.0.0",
    "react-i18next": ">=11",
    "react-query": "^3.38.0"
  }
}
