{
  "name": "sard-cli",
  "version": "1.3.8",
  "description": "Sard CLI 是一个基于 vite 实现的 uniapp 组件库构建工具，通过 Sard CLI 可以快速搭建一套功能完备的 Vue 组件库。",
  "main": "./dist/node/index.js",
  "types": "./dist/node/index.d.ts",
  "type": "module",
  "bin": {
    "sard": "bin/sard.js"
  },
  "scripts": {
    "dev": "tsx ./scripts/dev.ts",
    "build": "tsx ./scripts/build.ts",
    "eslint": "eslint .",
    "prettier": "prettier . --write",
    "prettier:check": "prettier . --check",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "dist",
    "bin"
  ],
  "author": "wuzhitao",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sutras/sard-cli.git"
  },
  "dependencies": {
    "@vitejs/plugin-vue": "^5.2.1",
    "autoprefixer": "^10.4.20",
    "chalk": "^5.3.0",
    "chokidar": "^4.0.1",
    "clipboard": "^2.0.11",
    "commander": "^12.1.0",
    "consola": "^3.2.3",
    "conventional-changelog": "^6.0.0",
    "es-nprogress": "^0.2.0",
    "esbuild": "^0.25.4",
    "front-matter": "^4.0.2",
    "fs-extra": "^11.2.0",
    "gh-pages": "^6.3.0",
    "glob": "^11.0.0",
    "inquirer": "^12.1.0",
    "lodash-es": "^4.17.21",
    "markdown-it": "^14.1.0",
    "micromatch": "^4.0.8",
    "mime": "^4.0.4",
    "prism-themes": "^1.9.0",
    "prismjs": "^1.30.0",
    "rimraf": "^6.0.1",
    "sass": "^1.81.1",
    "shelljs": "^0.8.5",
    "typescript": "~5.6.2",
    "vue": "^3.5.13",
    "vue-router": "^4.5.0",
    "vue-tsc": "^2.0.29"
  },
  "devDependencies": {
    "@babel/types": "^7.26.0",
    "@eslint/js": "^9.16.0",
    "@types/conventional-changelog": "^6.0.0",
    "@types/fs-extra": "^11.0.4",
    "@types/gh-pages": "^6.1.0",
    "@types/lodash-es": "^4.17.12",
    "@types/markdown-it": "^14.1.2",
    "@types/micromatch": "^4.0.9",
    "@types/node": "^22.10.1",
    "@types/nprogress": "^0.2.3",
    "@types/prismjs": "^1.26.5",
    "@types/shelljs": "^0.8.15",
    "eslint": "^9.16.0",
    "eslint-plugin-vue": "^9.32.0",
    "globals": "^15.13.0",
    "prettier": "3.4.2",
    "tsx": "^4.19.2",
    "typescript-eslint": "^8.17.0",
    "utility-types": "^3.11.0",
    "vite": "^6.3.5"
  }
}
