{
  "name": "plugin-scaffold",
  "version": "0.2.1",
  "description": "10up Plugin Scaffold",
  "author": {
    "name": "10up",
    "email": "info@10up.com",
    "url": "https://10up.com",
    "role": "developer"
  },
  "scripts": {
    "test": "phpunit",
    "start": "composer install --ignore-platform-reqs && npm install && npm run build",
    "build": "NODE_ENV=production webpack --config config/webpack.prod.js",
    "dev": "NODE_ENV=development webpack --config config/webpack.dev.js",
    "watch": "NODE_ENV=development webpack --watch --config config/webpack.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"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.css": [
      "stylelint"
    ],
    "assets/**/*.js": [
      "eslint"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/10up/plugin-scaffold"
  },
  "devDependencies": {
    "@10up/component-tooltip": "^1.0.1",
    "@10up/eslint-config": "^1.0.9",
    "@10up/stylelint-config": "^1.0.9",
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@babel/register": "^7.10.5",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "browser-sync": "^2.26.12",
    "browser-sync-webpack-plugin": "^2.2.2",
    "browserslist": "^4.13.0",
    "caniuse-db": "^1.0.30001111",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^5.1.1",
    "core-js": "^3.6.5",
    "css-loader": "^3.6.0",
    "cssnano": "^4.1.10",
    "eslint": "^6.8.0",
    "eslint-loader": "^3.0.4",
    "formbouncerjs": "^1.4.6",
    "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",
    "stylelint": "^9.10.1",
    "stylelint-config-wordpress": "^14.0.0",
    "stylelint-declaration-use-variable": "^1.7.2",
    "stylelint-order": "^2.2.1",
    "stylelint-webpack-plugin": "^1.2.3",
    "terser": "^4.8.0",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-fix-style-only-entries": "^0.4.0",
    "webpack-merge": "^4.2.2",
    "webpackbar": "^4.0.0"
  },
  "engines": {
    "node": ">=8.11"
  },
  "dependencies": {
    "normalize.css": "^8.0.1"
  }
}
