{
  "name": "@orchard/frontend-cli",
  "version": "1.4.4",
  "description": "The Orchard frontend application CLI",
  "bin": {
    "frontend": "./index.js"
  },
  "main": "./index.js",
  "types": "./types.d.ts",
  "author": "The Orchard",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=8.11.1",
    "yarn": ">=1.16.0"
  },
  "engineStrict": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/frontend-cli"
  },
  "scripts": {
    "build": "./scripts/build.sh",
    "prepack": "yarn build",
    "test": "yarn lint && yarn test:unit",
    "lint": "eslint --ext .js,.ts src",
    "test:unit": "jest"
  },
  "files": [
    "dist",
    "template",
    "jest",
    "index.js",
    "jest-preset.json"
  ],
  "peerDependencies": {
    "react": ">=16.8.6",
    "react-dom": ">=16.8.6"
  },
  "dependencies": {
    "@babel/cli": "7.11.6",
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-export-default-from": "^7.10.4",
    "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
    "@babel/plugin-proposal-throw-expressions": "^7.10.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.10.4",
    "@orchard/eslint-config-frontend": "^1.1.4",
    "@orchard/eslint-config-frontend-ts": "^1.1.5",
    "@orchard/frontend-localization": "^1.1.12",
    "@testing-library/dom": "^7.24.2",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.0.4",
    "@testing-library/react-hooks": "^3.4.1",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.1.0",
    "chalk": "^3.0.0",
    "clean-webpack-plugin": "^3.0.0",
    "cli-table": "^0.3.1",
    "commander": "^4.1.1",
    "core-js": "^3.6.5",
    "css-loader": "^3.6.0",
    "dotenv": "^8.2.0",
    "express-http-proxy": "^1.6.0",
    "fail-on-errors-webpack-plugin": "^3.0.0",
    "file-loader": "^3.0.1",
    "graphql-tag": "^2.11.0",
    "html-webpack-plugin": "^3.2.0",
    "import-glob-loader": "^1.1.0",
    "jest": "^26.4.2",
    "jest-transform-graphql": "^2.1.0",
    "lodash": "^4.17.20",
    "mini-css-extract-plugin": "^0.9.0",
    "mustache": "^4.0.1",
    "node-sass": "^4.14.1",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "pug": "^2.0.4",
    "pug-loader": "^2.4.0",
    "react-test-renderer": "^16.13.1",
    "regenerator-runtime": "^0.13.7",
    "sass-loader": "^9.0.2",
    "style-loader": "^1.2.1",
    "stylelint": "^13.7.1",
    "stylelint-config-recommended": "^3.0.0",
    "terser-webpack-plugin": "^4.2.0",
    "ts-jest": "^26.4.1",
    "ts-loader": "^8.0.4",
    "typescript": "^4.0.3",
    "webpack": "^4.44.1",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-dev-server": "^3.11.0",
    "webpack-manifest-plugin": "^2.2.0",
    "webpackbar": "^4.0.0"
  },
  "devDependencies": {
    "@types/cli-table": "^0.3.0",
    "@types/express-http-proxy": "^1.6.1",
    "@types/html-webpack-plugin": "^3.2.3",
    "@types/jest": "^26.0.13",
    "@types/lodash": "^4.14.161",
    "@types/mini-css-extract-plugin": "^0.9.1",
    "@types/mustache": "^4.0.1",
    "@types/optimize-css-assets-webpack-plugin": "^5.0.1",
    "@types/semver": "^7.3.1",
    "@types/terser-webpack-plugin": "^4.2.0",
    "@types/vfile-message": "^2.0.0",
    "@types/webpack": "4.41.22",
    "@types/webpack-bundle-analyzer": "^3.8.0",
    "@types/webpack-dev-server": "^3.11.0",
    "@types/webpack-manifest-plugin": "^2.1.0",
    "@types/webpackbar": "^4.0.0"
  },
  "jest": {
    "preset": "ts-jest"
  },
  "eslintConfig": {
    "extends": "@orchard/frontend-ts",
    "rules": {
      "@typescript-eslint/no-explicit-any": "off"
    }
  }
}
