{
  "author": "The Orchard",
  "name": "@orchard/frontend-audio-player",
  "version": "1.3.3",
  "description": "",
  "license": "UNLICENSED",
  "main": "build/main.bundle.js",
  "module": "es/index-esm.js",
  "config": {
    "jslintables": "src lib webpack.config.js"
  },
  "scripts": {
    "clean-build": "rm -rf build",
    "clean-esm": "rm -rf es",
    "deploy": "yarn build && echo $GIT_COMMIT > build/manifest",
    "deploy-esm": "./scripts/publish.sh",
    "build": "yarn clean-build && env NODE_PATH=. webpack",
    "build-esm": "yarn clean-esm && yarn babel src -d es --ignore **/__tests__,**/__fixtures__",
    "lint": "yarn lint:css && yarn lint:js",
    "lint:css": "stylelint 'src/**/*.scss'",
    "lint:js": "eslint $npm_package_config_jslintables",
    "lint:fix": "yarn lint:js:fix",
    "lint:js:fix": "eslint --fix $npm_package_config_jslintables",
    "start": "env NODE_PATH=$PWD node lib/dev-server",
    "test": "yarn lint && yarn test:unit --coverage --verbose",
    "test:unit": "env LOCALE= jest --config=jest.config.json",
    "test:unit:watch": "yarn test:unit --watch --notify",
    "watch": "yarn test:unit:watch"
  },
  "devDependencies": {
    "@babel/cli": "7.10.0",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.4.0",
    "autoprefixer": "^9.4.7",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^27.0.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-module-resolver": "^3.1.1",
    "css-loader": "^0.28.11",
    "dotenv": "^2.0.0",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.11.2",
    "enzyme-to-json": "^3.3.5",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.4.1",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "express": "^4.17.1",
    "express-http-proxy": "^1.5.1",
    "html-webpack-plugin": "^5.5.4",
    "ignore-styles": "^5.0.1",
    "import-glob-loader": "^1.1.0",
    "imports-loader": "^0.8.0",
    "jest": "^24.5.0",
    "jest-enzyme": "^7.0.2",
    "lodash.assign": "^4.2.0",
    "mini-css-extract-plugin": "^0.7.0",
    "nock": "^13.5.6",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "postcss-loader": "^1.3.3",
    "pug": "^2.0.3",
    "sass": "^1.97.3",
    "sass-loader": "^10",
    "script-loader": "^0.7.2",
    "style-loader": "^0.23.1",
    "stylelint": "^6.9.0",
    "terser-webpack-plugin": "^1.2.3",
    "webpack": "^4.29.6",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-cli": "^3.3.2",
    "webpack-dev-middleware": "^2.0.6",
    "webpack-hot-middleware": "^2.24.3"
  },
  "dependencies": {
    "@orchard/frontend-react-components": "^3.2.16",
    "@orchard/js-grass-tokenmanager": "^0.5.0",
    "hls.js": "^1.6.5",
    "pad-left": "^2.1.0",
    "prop-types": "^15.6.2",
    "react": "^16.12.0",
    "react-animation-frame": "^1.0.2",
    "react-dom": "^16.12.0",
    "react-redux": "^5.1.1",
    "redux": "^4.0.1",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.3.0",
    "superagent": "^4.1.0"
  },
  "resolutions": {
    "eslint-utils": "^1.4.1",
    "node-gyp": "^10.2.0",
    "cheerio": "1.0.0-rc.12"
  },
  "files": [
    "es",
    "build"
  ]
}
