{
  "name": "@ouhang/admin-template",
  "version": "0.0.4",
  "bin": {
    "admin": "./bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "http://192.168.10.166/fe/lc-admin-cli"
  },
  "scripts": {
    "dev": "vite --host --mode dev",
    "serve": "vue-cli-service serve --mode dev",
    "build": "vue-tsc --noEmit && vue-cli-service build",
    "build:prod": "vue-tsc --noEmit && vue-cli-service build",
    "build:dev": "vue-tsc --noEmit && vue-cli-service build --mode development",
    "build:test": "vue-tsc --noEmit && vue-cli-service build --mode test",
    "preview": "vite preview",
    "copy": "node scripts/copy.ts",
    "prepare": "husky install",
    "commit": "git pull && git add -A && git-cz && git push",
    "lint": "npx node_modules/.bin/eslint --fix --ext .ts,.vue ."
  },
  "dependencies": {
    "@apct/utils": "^0.7.7",
    "@element-plus/icons-vue": "^2.0.6",
    "@lanchenfe/lcfeui": "0.0.3",
    "@micro-zoe/micro-app": "^0.8.8",
    "chalk": "^5.0.1",
    "commander": "^9.4.0",
    "download-git-repo": "^3.0.2",
    "element-plus": "^2.2.12",
    "less": "^4.1.3",
    "nprogress": "^0.2.0",
    "ora": "5.4.1",
    "pinia": "^2.0.17",
    "qs": "^6.11.0",
    "query-string": "^7.1.1",
    "ts-node": "^10.9.1",
    "vue": "^3.2.37",
    "vue-router": "^4.1.3"
  },
  "devDependencies": {
    "@commitlint/cli": "12.1.4",
    "@commitlint/config-conventional": "12.1.4",
    "@types/node": "^18.6.3",
    "@types/nprogress": "^0.2.0",
    "@typescript-eslint/eslint-plugin": "^5.32.0",
    "@typescript-eslint/parser": "^5.32.0",
    "@vitejs/plugin-vue": "^3.0.0",
    "@vue/cli-plugin-router": "^5.0.8",
    "@vue/cli-plugin-typescript": "^5.0.8",
    "@vue/cli-service": "^5.0.8",
    "@vue/eslint-config-typescript": "^11.0.0",
    "autoprefixer": "^10.4.8",
    "cz-customizable": "6.3.0",
    "eslint": "^8.21.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^9.3.0",
    "husky": "7.0.1",
    "less-loader": "^11.1.0",
    "postcss": "^8.4.14",
    "prettier": "^2.7.1",
    "tailwindcss": "^3.1.7",
    "ts-loader": "^9.4.1",
    "typescript": "^4.6.4",
    "unplugin-auto-import": "^0.10.3",
    "unplugin-vue-components": "^0.21.2",
    "vite": "^3.0.0",
    "vue-tsc": "^0.38.4"
  },
  "eslintConfig": {
    "rules": {
      "vue/no-multiple-template-root": "off"
    }
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    }
  }
}
