{
  "name": "@blueking/cli-service-webpack",
  "version": "0.0.7",
  "description": "bk-cli-service-webpack",
  "main": "./dist/index.js",
  "typings": "./index.d.ts",
  "bin": {
    "bk-cli-service-webpack": "./bin/index.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "build": "rm -rf ./dist && tsc && cp ./src/lib/lib-entry.js ./dist/lib/lib-entry.js",
    "watch": "tsc --watch"
  },
  "author": "bkfe",
  "license": "ISC",
  "dependencies": {
    "@blueking/cli-utils": "^2.0.0",
    "@swc/core": "1.5.7",
    "babel-loader": "^9.1.3",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "commander": "^11.1.0",
    "copy-webpack-plugin": "^11.0.0",
    "css-loader": "^6.7.1",
    "css-minimizer-webpack-plugin": "^7.0.0",
    "dotenv": "^16.3.1",
    "dotenv-expand": "^10.0.0",
    "eslint-webpack-plugin": "^4.0.1",
    "follow-redirects": "^1.15.6",
    "fork-ts-checker-webpack-plugin": "^9.0.2",
    "html-webpack-plugin": "^5.6.0",
    "joi": "^17.11.0",
    "less-loader": "^11.0.0",
    "mini-css-extract-plugin": "^2.6.1",
    "ora": "^5.4.0",
    "path-browserify": "^1.0.1",
    "postcss-loader": "^7.0.1",
    "sass-loader": "^13.0.2",
    "schema-utils": "^3.2.0",
    "semver": "^7.5.4",
    "stylus-loader": "^7.0.0",
    "swc-loader": "^0.2.6",
    "terser-webpack-plugin": "^5.3.10",
    "thread-loader": "^4.0.2",
    "ts-loader": "^9.5.1",
    "tsconfig-paths-webpack-plugin": "^4.1.0",
    "tslib": "^2.6.2",
    "typescript": "^5.3.2",
    "vue-loader": "^17.3.1",
    "vue-loader-bk": "^15.10.0",
    "vue-style-loader": "^4.1.3",
    "webpack": "^5.91.0",
    "webpack-bundle-analyzer": "^4.10.1",
    "webpack-chain": "^6.5.1",
    "webpack-dev-server": "^5.0.4",
    "webpack-merge": "^5.10.0"
  },
  "devDependencies": {
    "@blueking/eslint-config-bk": "2.1.0-beta.18",
    "@types/semver": "^7.5.6",
    "webpack-cli": "^5.1.4"
  }
}