{
  "name": "wp-media-pro",
  "description": "WP Media Pro plugin.",
  "homepage": "https://taylorlovett.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/10up/plugin-scaffold"
  },
  "author": {
    "name": "Taylor Lovett",
    "email": "tlovett88@gmail.com",
    "url": "https://taylorlovett.com",
    "role": "developer"
  },
  "scripts": {
    "test": "phpunit",
    "start": "composer install && npm install && npm run build",
    "build": "NODE_ENV=production webpack --config config/webpack.config.prod.js",
    "dev": "NODE_ENV=development webpack --config config/webpack.config.dev.js",
    "watch": "NODE_ENV=development webpack --watch --config config/webpack.config.dev.js",
    "build-release": "npm install && composer install --no-dev -o && npm run build",
    "lint-release": "npm install && composer install && npm run lint",
    "lint-css": "stylelint assets/css",
    "lint-js": "eslint assets/js",
    "lint-php": "composer run lint",
    "format-js": "eslint --fix assets/js",
    "lint": "npm run lint-css && npm run lint-js && npm run lint-php",
    "format": "npm run format-js"
  },
  "lint-staged": {
    "*.css": [
      "stylelint"
    ],
    "*.js": [
      "eslint"
    ]
  },
  "devDependencies": {
    "@10up/babel-preset-default": "^1.0.0",
    "@10up/eslint-config": "^2.0.0",
    "@babel/core": "^7.7.7",
    "@babel/register": "^7.7.7",
    "@wordpress/eslint-plugin": "^4.1.0",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "browser-sync": "^2.26.7",
    "browser-sync-webpack-plugin": "^2.2.2",
    "browserslist": "^4.8.3",
    "caniuse-db": "^1.0.30001019",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^5.1.1",
    "core-js": "^3.6.1",
    "css-loader": "^3.4.1",
    "cssnano": "^4.1.10",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-loader": "^3.0.3",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsdoc": "^22.1.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^2.5.0",
    "husky": "^3.1.0",
    "imagemin-webpack-plugin": "^2.4.2",
    "lint-staged": "^9.5.0",
    "mini-css-extract-plugin": "^0.9.0",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "postcss-preset-env": "^6.7.0",
    "prettier": "^2.0.4",
    "terser": "^4.6.0",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-fix-style-only-entries": "^0.4.0",
    "webpack-merge": "^4.2.2",
    "webpackbar": "^4.0.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "dependencies": {
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router-dom": "^5.2.0",
    "reinspect": "^1.1.0"
  }
}
