{
  "name": "@coorpacademy/player-web",
  "version": "4.29.24",
  "description": "CoorpAcademy web slide-player",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "lib",
    "locales",
    "README.md"
  ],
  "scripts": {
    "ava": "ava",
    "test:unit": "nyc npm run ava",
    "test": "npm run lint && npm run test:unit",
    "lint": "eslint . --ext .js,.json --cache --cache-location \"node_modules/.cache/.eslintcache\"",
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",
    "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",
    "build": "npm run build:commonjs && npm run build:es",
    "clean:build:commonjs": "rm -rf lib",
    "clean:build:es": "rm -rf es",
    "clean:build": "npm run clean:build:commonjs && npm run clean:build:es",
    "clean:static": "rm -rf static",
    "clean": "npm run clean:static && npm run clean:build",
    "prepare": "npm run clean && npm run build --production",
    "static": "webpack --progress --output-path static/ --config sandbox/webpack.config.js",
    "start": "cross-env BABEL_ENV=es webpack-dev-server --config sandbox/webpack.config.js"
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "homepage": "https://github.com/CoorpAcademy/components/packages/@coorpacademy-app-player#readme",
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.7",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.26.7",
    "@coorpacademy/css-modules-require-hook": "4.1.0",
    "@coorpacademy/eslint-plugin-coorpacademy": "^10.0.0",
    "@coorpacademy/webpack-config": "13.1.3",
    "ava": "^4.3.3",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-lodash": "^3.3.4",
    "browser-env": "^3.3.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.3.1",
    "glob": "^8.0.3",
    "html-webpack-plugin": "^5.5.0",
    "nyc": "^15.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "redux": "^4.2.0",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "dependencies": {
    "@coorpacademy/components": "11.40.23",
    "@coorpacademy/player-services": "5.3.1",
    "@coorpacademy/player-store": "4.3.4",
    "@coorpacademy/progression-engine": "11.8.1",
    "@coorpacademy/redux-task": "1.2.0",
    "@coorpacademy/translate": "6.3.0",
    "eslint": "^8.24.0",
    "lodash": "^4.17.21"
  },
  "gitHead": "bec11761527a1bde2eb53738b9ec5a9bb5bed65c"
}
