{
  "name": "arco-plus",
  "private": false,
  "version": "0.0.1",
  "description": "基于arco二次封装的业务组件库",
  "author": "小猪努力学前端",
  "license": "MIT",
  "main": "lib/arco-plus.js",
  "module": "es/arco-plus.js",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "serve": "vite preview",
    "clear:theme": "pnpm -C packages/theme-chalk clean",
    "build:theme": "pnpm run clear:theme && pnpm -C packages/theme-chalk build",
    "build:all": "rimraf es && rimraf lib && rollup -c && pnpm run build:theme"
  },
  "files": [
    "lib",
    "es",
    "packages"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/taosiqi/arco-plus"
  },
  "homepage": "https://github.com/taosiqi/arco-plus",
  "keywords": [
    "ui",
    "vue",
    "vue3",
    "pc",
    "frontend",
    "component",
    "components",
    "arco-plus",
    "arco"
  ],
  "peerDependencies": {
    "@arco-design/web-vue": "^2.32.1",
    "vue": "^3.2.37"
  },
  "dependencies": {
    "vue": "^3.2.37",
    "vue-router": "^4.0.16"
  },
  "devDependencies": {
    "@arco-design/web-vue": "^2.32.1",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@vitejs/plugin-vue": "^2.3.3",
    "@vue/compiler-sfc": "^3.2.37",
    "esbuild": "^0.14.48",
    "rimraf": "^3.0.2",
    "rollup": "^2.75.7",
    "rollup-plugin-esbuild": "^4.9.1",
    "rollup-plugin-less": "^1.1.3",
    "rollup-plugin-scss": "^3.0.0",
    "rollup-plugin-visualizer": "^5.6.0",
    "rollup-plugin-vue": "^6.0.0",
    "vite": "^2.9.9"
  }
}
