{
  "name": "@xzq9537/mzl-ui",
  "author": "style'me",
  "version": "0.8.15",
  "private": false,
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "description": "mzl-ui",
  "keywords": [
    "vue",
    "vue3",
    "vuejs",
    "vite",
    "mzl-ui",
    "ui",
    "vueui",
    "vertical",
    "horizontal",
    "components",
    "vue组件库",
    "vue3组件库"
  ],
  "files": [
    "dist/*"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "license": "MIT",
  "homepage": "https://mzlui.codeym.com/",
  "bugs": {
    "url": "https://mzlui.codeym.com/",
    "email": "1046674804@qq.com"
  },
  "scripts": {
    "dev": "vite --port 3002",
    "build": "vite build",
    "build:html": "vite build --config ./build/build.js",
    "preview": "vite preview",
    "mzl-ui": "vite build",
    "test": "jest --runInBand",
    "cz": "git-cz"
  },
  "dependencies": {
    "vue": "^3.2.25"
  },
  "devDependencies": {
    "pathe": "^1.1.0",
    "highlight.js": "^11.4.0",
    "jest": "26.6.3",
    "pinia": "^2.0.12",
    "sass": "^1.49.7",
    "sass-loader": "^12.6.0",
    "vite-plugin-md": "^0.21.5",
    "vue-router": "^4.0.14",
    "@babel/preset-env": "^7.16.11",
    "@vitejs/plugin-vue": "5.0.4",
    "@vue/reactivity": "^3.2.31",
    "@vue/test-utils": "^2.0.0-rc.18",
    "babel-jest": "26.*",
    "babel-preset-vite": "^1.1.3",
    "eslint": "^8.13.0",
    "eslint-plugin-vue": "^8.6.0",
    "vite": "^5.0.8",
    "vite-plugin-dts": "^3.6.4",
    "vue-jest": "^5.0.0-alpha.10",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0"
  },
  "engines": {
    "node": ">= 14"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
