{
    "name": "@dojo/cli-build-app",
    "version": "8.0.0",
    "description": "CLI command to build Dojo applications",
    "engines": {
        "node": ">=12"
    },
    "homepage": "http://dojo.io",
    "bugs": {
        "url": "https://github.com/dojo/cli-build-app/issues"
    },
    "license": "BSD-3-Clause",
    "main": "main.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/dojo/cli-build-app.git"
    },
    "lint-staged": {
        "*.{ts,tsx}": [
            "prettier --write",
            "git add"
        ]
    },
    "prettier": {
        "singleQuote": true,
        "tabWidth": 4,
        "useTabs": true,
        "parser": "typescript",
        "printWidth": 120,
        "arrowParens": "always"
    },
    "devDependencies": {
        "@dojo/cli": "~8.0.0",
        "@dojo/scripts": "~4.0.2",
        "@types/clean-webpack-plugin": "0.1.2",
        "@types/compression": "0.0.36",
        "@types/connect-history-api-fallback": "1.3.1",
        "@types/copy-webpack-plugin": "4.4.1",
        "@types/cssnano": "4.0.0",
        "@types/execa": "0.8.0",
        "@types/express": "4.11.0",
        "@types/express-serve-static-core": "4.16.4",
        "@types/globby": "6.1.0",
        "@types/gzip-size": "4.0.0",
        "@types/html-webpack-plugin": "3.2.0",
        "@types/http-proxy-middleware": "^0.17.5",
        "@types/jquery": "3.3.29",
        "@types/jsonfile": "4.0.1",
        "@types/loader-utils": "1.1.3",
        "@types/log-symbols": "2.0.0",
        "@types/log-update": "2.0.0",
        "@types/mini-css-extract-plugin": "0.2.0",
        "@types/minimatch": "3.0.3",
        "@types/mockery": "1.4.29",
        "@types/node": "~9.6.5",
        "@types/ora": "1.3.1",
        "@types/rimraf": "2.0.2",
        "@types/sinon": "~4.3.3",
        "@types/strip-ansi": "3.0.0",
        "@types/tapable": "1.0.4",
        "@types/webpack": "4.4.32",
        "@types/webpack-manifest-plugin": "1.3.2",
        "@types/yargs": "10.0.0",
        "codecov": "~3.0.4",
        "cpx": "~1.5.0",
        "cypress": "3.0.2",
        "execa": "0.8.0",
        "husky": "^0.14.3",
        "lint-staged": "9.2.1",
        "mockery": "2.1.0",
        "npm-run-all": "~4.1.3",
        "rimraf": "2.6.2",
        "serve": "11.0.0",
        "shelljs": "0.7.8",
        "shx": "0.2.2",
        "sinon": "~4.5.0",
        "tslint": "5.18.0"
    },
    "dependencies": {
        "@dojo/webpack-contrib": "~8.0.0",
        "@parcel/watcher": "2.0.0-alpha.9",
        "@typescript-eslint/eslint-plugin": "2.34.0",
        "@typescript-eslint/parser": "2.34.0",
        "caniuse-lite": "1.0.30000973",
        "chalk": "2.4.1",
        "clean-webpack-plugin": "1.0.0",
        "cli-columns": "3.1.2",
        "compression": "1.7.4",
        "compression-webpack-plugin": "4.0.0",
        "connect-history-api-fallback": "1.5.0",
        "connect-inject": "0.4.0",
        "css-loader": "1.0.1",
        "cssnano": "4.1.7",
        "date-fns": "2.16.1",
        "electron": "10.1.1",
        "esbuild": "0.8.5",
        "eslint": "7.0.0",
        "eslint-loader": "4.0.2",
        "eslint-plugin-jsdoc": "25.4.2",
        "express": "4.16.2",
        "express-static-gzip": "1.1.3",
        "extra-watch-webpack-plugin": "1.0.3",
        "file-loader": "2.0.0",
        "globby": "7.1.1",
        "gzip-size": "4.1.0",
        "html-loader": "0.5.5",
        "html-webpack-plugin": "4.5.2",
        "http-proxy-middleware": "0.19.0",
        "identity-loader": "1.0.1",
        "image-webpack-loader": "6.0.0",
        "imports-loader": "0.8.0",
        "istanbul-instrumenter-loader": "3.0.1",
        "json-css-module-loader": "1.0.2",
        "jsonfile": "4.0.0",
        "loader-utils": "1.1.0",
        "log-symbols": "2.1.0",
        "log-update": "2.3.0",
        "mini-css-extract-plugin": "0.4.2",
        "minimatch": "3.0.4",
        "optimize-css-assets-webpack-plugin": "5.0.1",
        "ora": "1.3.0",
        "pkg-dir": "2.0.0",
        "postcss": "8.1.7",
        "postcss-copy-assets": "0.3.1",
        "postcss-import": "12.0.0",
        "postcss-loader": "3.0.0",
        "postcss-modules": "3.2.2",
        "postcss-preset-env": "6.7.0",
        "slash": "1.0.0",
        "source-map-loader": "1.1.3",
        "strip-ansi": "3.0.1",
        "stylelint": "9.10.1",
        "stylelint-webpack-plugin": "0.10.5",
        "terser-webpack-plugin": "1.1.0",
        "ts-loader": "5.3.0",
        "ts-node": "7.0.1",
        "tsconfig-paths-webpack-plugin": "3.2.0",
        "typed-css-modules": "0.3.1",
        "umd-compat-loader": "2.1.1",
        "webpack": "4.25.1",
        "webpack-hot-middleware": "2.24.3",
        "webpack-manifest-plugin": "2.0.4",
        "webpack-mild-compile": "3.3.1",
        "webpack-pwa-manifest": "4.3.0",
        "wrapper-webpack-plugin": "2.0.0"
    }
}
