{
  "name": "frontend-video",
  "version": "1.0.0",
  "description": "Frontend for video",
  "url": "https://github.com/theorchard/frontend-video",
  "author": "The Orchard",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "clean-deploy": "rm -rf build/*",
    "deploy": "yarn clean-deploy && yarn i18n:import && yarn build && yarn i18n:export && yarn template-html",
    "deploy:local": "yarn clean-deploy && yarn build && yarn template-html",
    "build": "node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config=webpack.config.prod.js",
    "template-html": "env NODE_PATH=. node lib/util/create-standalone-index-html",
    "i18n:export": "i18n-util export --project $POEDITOR_PROJECT_ID",
    "i18n:import": "i18n-util import --project $POEDITOR_PROJECT_ID",
    "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": "node lib/dev-server",
    "start:video": "yarn start video",
    "start:video:localows": "LOCALOWS=true yarn start:video",
    "test": "yarn lint && yarn test:unit --coverage --verbose",
    "test:unit": "env LOCALE= jest",
    "test:unit:watch": "yarn test:unit --watch",
    "watch": "yarn test:unit:watch"
  },
  "config": {
    "jslintables": "src lib webpack.config.base.js webpack.config.dev.js webpack.config.prod.js"
  },
  "jest": {
    "moduleNameMapper": {
      "^lib/(.*)$": "<rootDir>/lib/$1",
      "^src/(.*)$": "<rootDir>/src/$1",
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|tif|tiff)$": "<rootDir>/__mocks__/fileMock.js",
      "\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js"
    },
    "setupFilesAfterEnv": [
      "<rootDir>/setup-tests.js"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "coverageDirectory": "build/coverage",
    "verbose": true,
    "resetModules": true,
    "restoreMocks": true,
    "testURL": "http://testurl.com"
  },
  "devDependencies": {
    "@babel/register": "^7.10.5",
    "@theorchard/i18n-util": "^1.3.0",
    "assets-webpack-plugin": "^3.5.1",
    "babel-eslint": "8.2.6",
    "babel-jest": "^24.5.0",
    "babel-loader": "8.0.5",
    "css-loader": "^3.2.0",
    "dotenv": "^2.0.0",
    "enzyme": "^3.6.0",
    "eslint": "^4.8.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "22.6.4",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.4.0",
    "express": "^4.14.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "2.0.0",
    "ignore-styles": "^4.0.0",
    "import-glob-loader": "^1.1.0",
    "imports-loader": "^0.6.5",
    "jest": "^24.5.0",
    "jest-enzyme": "7.0.2",
    "nock": "^9.0.13",
    "sass": "^1.77.0",
    "pug": "^2.0.0-rc.2",
    "react-addons-test-utils": "^15.6.2",
    "react-shallow-testutils": "2.0.0",
    "react-test-renderer": "16.5",
    "render-shallow": "^1.0.0",
    "sass-loader": "^7.3.1",
    "stylelint": "^6.9.0",
    "terser-webpack-plugin-legacy": "^1.2.3",
    "webpack": "^3.12.0",
    "webpack-dev-middleware": "^2.0.6",
    "webpack-hot-middleware": "^2.24.3"
  },
  "dependencies": {
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-export-default-from": "^7.10.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-modules-commonjs": "^7.10.4",
    "@babel/polyfill": "7.4.0",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@orchard/frontend-react-components": "^3.2.16",
    "@orchard/frontend-video-player": "1.0.16",
    "@orchard/js-grass-tokenmanager": "^0.5.0",
    "aws-sdk": "^2.323.0",
    "babel-plugin-react-intl": "^3.1.3",
    "bluebird": "^3.5.0",
    "classnames": "^2.2.6",
    "enzyme-adapter-react-16": "^1.5.0",
    "es6-error": "^4.0.2",
    "express-http-proxy": "^1.0.4",
    "intl": "^1.2.4",
    "lodash": "^4.17.4",
    "moment": "^2.24.0",
    "pad-left": "^2.1.0",
    "prop-types": "^15.6.2",
    "react": "16.12.0",
    "react-datasheet": "^1.3.10",
    "react-dom": "16.12.0",
    "react-dropzone": "^6.0.2",
    "react-input-mask": "^2.0.4",
    "react-intl": "^2.3.0",
    "react-modal": "^3.1.11",
    "react-redux": "^5.0.5",
    "react-scroll": "^1.7.4",
    "redux": "^3.7.1",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.2.0",
    "superagent": "^3.5.2"
  },
  "resolutions": {
    "lodash-es": "^4.17.14",
    "growl": "^1.10.0",
    "macaddress": "^0.2.9",
    "handlebars": "^4.0.14",
    "js-yaml": "^3.13.1",
    "constantinople": "^3.1.1",
    "deep-extend": "^0.6.0",
    "merge": "^1.2.1"
  }
}
