{
  "name": "csg-moui",
  "version": "0.0.19",
  "description": "这篇文章会带着你从零搭建一个基于vue3的组件库",
  "main": "index.js",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@moui/components": "0.0.19",
    "@moui/constants": "0.0.19",
    "@moui/hooks": "0.0.19",
    "@moui/theme-chalk": "0.0.19",
    "@moui/tokens": "0.0.19",
    "@moui/utils": "0.0.19",
    "@vitejs/plugin-vue": "^3.0.0",
    "@vitejs/plugin-vue-jsx": "^2.0.0",
    "@vue/tsconfig": "^0.1.3",
    "chalk": "4.1.0",
    "enquirer": "^2.3.6",
    "minimist": "^1.2.6",
    "semver": "^7.3.7",
    "typescript": "^4.7.4",
    "vite": "^3.0.8",
    "vite-plugin-copy": "^0.1.6",
    "vite-plugin-dts": "^1.4.1",
    "vue": "^3.2.37"
  },
  "dependencies": {
    "@element-plus/icons-vue": "^2.0.10",
    "sass": "^1.55.0"
  },
  "scripts": {
    "build": "vite build"
  }
}