{
    "name": "wccode-cli",
    "version": "0.3.4",
    "description": "让 vue2 再次伟大！vue 一站式项目解决方案开发脚手架！",
    "main": "index.js",
    "bin": {
        "wccode": "index.js"
    },
    "type": "module",
    "private": false,
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "tonpm": "release-it",
        "prepare": "husky install"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/chenbimo/yicode-cli.git"
    },
    "homepage": "https://chensuiyi.com",
    "keywords": [
        "vue.js",
        "vue-cli",
        "webpack",
        "cli",
        "vue",
        "web",
        "脚手架"
    ],
    "author": "chensuiyi <bimostyle@qq.com>",
    "license": "Apache-2.0",
    "dependencies": {
        "@babel/core": "^7.18.0",
        "@babel/eslint-parser": "^7.17.0",
        "@babel/eslint-plugin": "^7.17.7",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
        "@babel/plugin-proposal-optional-chaining": "^7.17.12",
        "@babel/plugin-transform-runtime": "^7.18.0",
        "@babel/preset-env": "^7.18.0",
        "@babel/runtime": "^7.18.0",
        "@babel/runtime-corejs3": "^7.18.0",
        "@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
        "@types/express": "4.17.13",
        "adm-zip": "^0.5.9",
        "autoprefixer": "^10.4.7",
        "babel-loader": "^8.2.5",
        "buffer": "^6.0.3",
        "chalk": "^5.0.1",
        "clean-webpack-plugin": "^4.0.0",
        "cli-table3": "^0.6.2",
        "copy-webpack-plugin": "^11.0.0",
        "core-js": "^3.22.6",
        "css-loader": "^6.7.1",
        "dayjs": "^1.11.2",
        "eslint": "8.15.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-formatter-pretty": "^4.1.0",
        "eslint-plugin-prettier": "^4.0.0",
        "eslint-plugin-vue": "^9.0.1",
        "eslint-webpack-plugin": "^3.1.1",
        "execa": "^6.1.0",
        "fast-glob": "^3.2.11",
        "fs-extra": "^10.1.0",
        "html-webpack-plugin": "^5.5.0",
        "husky": "8.0.1",
        "import-fresh": "^3.3.0",
        "ini": "^3.0.0",
        "inquirer": "^8.2.4",
        "inquirer-file-tree-selection-prompt": "^1.0.19",
        "lodash-es": "^4.17.21",
        "md5": "^2.3.0",
        "mini-css-extract-plugin": "^2.6.0",
        "nanoid": "^3.3.4",
        "nodejs-file-downloader": "^4.9.3",
        "npm-check-updates": "^13.0.3",
        "ora": "6.1.0",
        "portfinder": "^1.0.28",
        "postcss": "^8.4.14",
        "postcss-loader": "^7.0.0",
        "postcss-px-to-viewport": "^1.1.1",
        "prettier": "^2.6.2",
        "process": "^0.11.10",
        "progress-bar-webpack-plugin": "^2.1.0",
        "sass": "^1.52.1",
        "sass-loader": "^13.0.0",
        "schema-utils": "^4.0.0",
        "shelljs": "^0.8.5",
        "simple-git": "^3.7.1",
        "speed-measure-webpack-plugin": "^1.5.0",
        "style-loader": "^3.3.1",
        "stylelint": "14.8.2",
        "stylelint-config-standard": "25.0.0",
        "stylelint-scss": "4.2.0",
        "stylelint-webpack-plugin": "^3.3.0",
        "update-notifier": "^5.1.0",
        "vue-eslint-parser": "8.2.0",
        "vue-loader": "15.9.8",
        "vue-style-loader": "^4.1.3",
        "vue-template-compiler": "^2.6.14",
        "webpack": "^5.72.1",
        "webpack-bundle-analyzer": "^4.5.0",
        "webpack-cli": "^4.9.2",
        "webpack-config-dump-plugin": "^3.0.1",
        "webpack-dev-server": "^4.9.0",
        "webpack-merge": "^5.8.0"
    },
    "devDependencies": {
        "lint-staged": "12.4.1",
        "release-it": "15.0.0",
        "terser-webpack-plugin": "^5.3.1"
    }
}
