{
  "name": "frontwerk",
  "version": "2.1.4",
  "description": "A collection of frontend-friendly scripts for linting, testing and building apps bundled as a CLI",
  "engines": {
    "node": ">= 8",
    "npm": ">= 5"
  },
  "bin": {
    "frontwerk": "dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tricinel/frontwerk.git"
  },
  "bugs": {
    "url": "https://github.com/tricinel/frontwerk/issues"
  },
  "homepage": "https://github.com/tricinel/frontwerk#readme",
  "author": "Bogdan Lazar",
  "license": "MIT",
  "keywords": [
    "build",
    "frontend",
    "frontwerk",
    "lint",
    "scripts",
    "stylelint",
    "test"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "precise-commits",
      "pre-push": "npm-run-all --parallel test lint:scripts security-check:medium"
    }
  },
  "scripts": {
    "build": "node src build",
    "bundle:rollup": "node src build --bundle",
    "bundle:webpack": "node src build --pack --output-path build",
    "test": "node src test --no-watch",
    "test:watch": "node src test",
    "test:update": "node src test --updateSnapshot",
    "test:ci": "node src test --silent --updateSnapshot",
    "format": "node src format",
    "lint:scripts": "node src lint",
    "lint:css": "node src stylelint",
    "security-check:strict": "nsp check",
    "security-check:medium": "nsp check --threshold=6",
    "check-all": "npm-run-all format --parallel test lint:scripts security-check:medium",
    "eject": "node src eject",
    "release": "np --no-cleanup"
  },
  "files": [
    "dist",
    "babel.js",
    "config.js",
    "eslint.js",
    "jest.js",
    "prettier.js",
    "rollup.js",
    "stylelint.js",
    "webpack.js"
  ],
  "eslintIgnore": [
    "node_modules",
    "dist",
    "coverage",
    ".tmp",
    "build"
  ],
  "dependencies": {
    "autoprefixer": "^8.5.1",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.3",
    "babel-jest": "^23.0.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-minify-dead-code-elimination": "^0.4.3",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-transform-inline-environment-variables": "^0.4.3",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "case-sensitive-paths-webpack-plugin": "^2.1.2",
    "clean-webpack-plugin": "^0.1.19",
    "compression-webpack-plugin": "^1.1.11",
    "concurrently": "^3.5.1",
    "consola": "^1.3.0",
    "cross-env": "^5.1.6",
    "cross-spawn": "^6.0.5",
    "css-loader": "^0.28.11",
    "cssnano": "^3.10.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-flowtype": "^2.47.1",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jest": "^21.15.2",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "^7.8.2",
    "file-loader": "^1.1.11",
    "flow-bin": "^0.73.0",
    "html-webpack-plugin": "^3.2.0",
    "inquirer": "^5.2.0",
    "jest": "^23.0.0",
    "jest-watch-typeahead": "^0.1.0",
    "mini-css-extract-plugin": "^0.4.0",
    "mkdirp": "^0.5.1",
    "npm-run-all": "^4.1.3",
    "optimize-css-assets-webpack-plugin": "^4.0.1",
    "postcss-flexbugs-fixes": "^3.3.1",
    "postcss-loader": "^2.1.5",
    "prettier": "^1.12.1",
    "ramda": "^0.25.0",
    "read-pkg-up": "^3.0.0",
    "rollup": "^0.59.3",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-json": "^3.0.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.2.1",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-uglify": "^4.0.0",
    "style-loader": "^0.21.0",
    "stylelint": "^9.2.1",
    "stylelint-config-standard": "^18.2.0",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "url-loader": "^1.0.1",
    "webpack": "^4.8.3",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^2.1.4",
    "webpack-merge": "^4.1.2",
    "which": "^1.3.0",
    "yargs-parser": "^10.0.0"
  },
  "devDependencies": {
    "danger": "^3.7.15",
    "husky": "^1.0.0-rc.7",
    "jest-in-case": "^1.0.2",
    "jest-serializer-path": "^0.1.15",
    "np": "^2.20.1",
    "nsp": "^3.2.1",
    "precise-commits": "^1.0.2",
    "rimraf": "^2.6.2",
    "slash": "^2.0.0"
  }
}
