{
  "name": "@ventose/ui",
  "version": "0.0.19",
  "main": "./public/assets/libs/dist_VentoseUI/VentoseUI.es.js",
  "module": "./public/assets/libs/dist_VentoseUI/VentoseUI.es.js",
  "types": "./src/ui/index.tsx",
  "unpkg": "./public/assets/libs/dist_VentoseUI/VentoseUI.umd.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ShoneSingLone/ui-vue3-antdv.git"
  },
  "homepage_github": "https://shonesinglone.github.io/ui-vue3-antdv/",
  "homepage": "https://shonesinglone.github.io/ui-vue3-antdv/",
  "scripts": {
    "bs": "npm i --legacy-peer-deps",
    "npmpatch": "npm version patch",
    "up": "npm publish --access public",
    "start": "cross-env runPlugin=useDevServer vite --open --port 3011",
    "clean": "node ./plugins/ci/clean.js",
    "build": "npm run build:lib && npm run build:lib:xMenuTree && npm run clean && npm run build:app && npm run lint && npm run clean",
    "build:app": "cross-env NODE_ENV=production cross-env type=app vite build && tsc",
    "build:lib": "cross-env type=lib vite build",
    "build:lib:xMenuTree": "cross-env type=lib.xxx libName=xMenuTree vite build",
    "build:lib:layer": "cross-env type=lib.xxx libName=layer vite build",
    "git:pull": "git pull gitee dev & git pull github dev",
    "git:push": "git push gitee dev & git push github dev",
    "lint": "prettier --write ./src"
  },
  "dependencies": {
    "ant-design-vue": "^3.2.20",
    "axios": "^1.4.0",
    "copy-to-clipboard": "^3.3.3",
    "dayjs": "^1.11.7",
    "idb-keyval": "^6.2.1",
    "jquery": "^3.7.0",
    "jsondiffpatch": "^0.4.1",
    "lodash": "^4.17.21",
    "vue": "^3.3.4",
    "vue-router": "^4.2.2"
  },
  "devDependencies": {
    "@types/jquery": "^3.5.16",
    "@types/lodash": "^4.14.195",
    "@ventose/utils-node": "^0.0.15",
    "@vitejs/plugin-vue": "^3.2.0",
    "@vitejs/plugin-vue-jsx": "^2.1.1",
    "cheerio": "1.0.0-rc.12",
    "cross-env": "^7.0.3",
    "less": "^4.1.3",
    "prettier": "^2.8.8",
    "rollup-plugin-external-globals": "^0.8.0",
    "rollup-plugin-visualizer": "^5.9.0",
    "sass": "^1.62.1",
    "svgo": "^3.0.2",
    "terser": "^5.17.7",
    "typescript": "^4.9.5",
    "vite": "^3.2.7",
    "vite-plugin-css-injected-by-js": "^2.4.0",
    "vite-plugin-dts": "^2.3.0",
    "vue-tsc": "^0.40.13"
  }
}