{
  "name": "@mycujoo/player-mls",
  "version": "1.4.23-rc.0",
  "module": "dist/index.es.js",
  "main": "dist/index.es.js",
  "types": "dist/types/src/index.d.ts",
  "license": "ISC",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rm -rf ./dist",
    "build": "yarn build:types; yarn build:js",
    "build:js": "rollup -c rollup.config.js",
    "build:types": "tsc --emitDeclarationOnly --project tsconfig.json",
    "format:check": "prettier -l './**/*.{js,jsx,ts,tsx}'",
    "format:fix": "prettier -w './**/*.{js,jsx,ts,tsx}'",
    "lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx",
    "start": "rollup -c -w rollup.config.js",
    "test": "jest --config jest.config.ts"
  },
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.19.1",
    "@babel/plugin-proposal-optional-chaining": "^7.18.9",
    "@babel/preset-env": "^7.19.1",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@emotion/babel-plugin": "^11.10.2",
    "@emotion/babel-preset-css-prop": "^11.10.0",
    "@emotion/eslint-plugin": "^11.10.0",
    "@emotion/react": "^11.10.4",
    "@emotion/types": "^0.7.0",
    "@mycujoo/player-core": "^1.1.6-rc.0",
    "@mycujoo/theme": "^2.1.0",
    "@mycujoo/ui": "^1.1.5",
    "@rollup/plugin-commonjs": "^23.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@testing-library/dom": "^8.11.1",
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "13.4.0",
    "@types/facepaint": "^1.2.2",
    "@types/googletag": "^2.2.2",
    "@types/jest": "^26.0.19",
    "@types/loadjs": "^4.0.1",
    "@types/lodash": "^4.14.186",
    "@types/node": "^14.14.14",
    "@types/prop-types": "^15.7.3",
    "@types/testing-library__jest-dom": "^5.9.1",
    "@types/video.js": "^7.3.11",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.39.0",
    "babel-jest": "^29.0.3",
    "babel-plugin-emotion": "^11.0.0",
    "babel-preset-es2015-rollup": "^3.0.0",
    "eslint": "^8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-emotion": "^11.0.0",
    "eslint-plugin-jest": "^27.0.4",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-react-hooks": "^4.6.0",
    "facepaint": "^1.2.1",
    "immer": "^9.0.14",
    "ismobilejs": "^1.1.1",
    "jest": "^27.4.7",
    "loadjs": "^4.2.0",
    "lodash": "^4.17.20",
    "prettier": "^2.7.1",
    "prop-types": "^15.7.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-text-transition": "^1.1.1",
    "regenerator-runtime": "^0.13.9",
    "rollup": "^2.79.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.8.1",
    "ts-jest": "^27.1.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3",
    "youbora-adapter-videojs": "^6.7.10",
    "youboralib": "^6.8.28"
  },
  "peerDependencies": {
    "@emotion/react": "^11.1.4",
    "immer": "^9.0.6",
    "lodash": "^4.17.20",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "browserslist": [
    ">=1%",
    "> 0.5% in my stats"
  ]
}
