homehui
Version:
Vue3 二次封装基础组件文档
122 lines (121 loc) • 3.56 kB
JSON
{
"name": "homehui",
"version": "1.1.5",
"description": "Vue3 二次封装基础组件文档",
"author": "homehui",
"license": "ISC",
"private": false,
"main": "lib/h-ui.umd.cjs",
"module": "lib/h-ui.umd.cjs",
"types": "lib/index.d.ts",
"type": "module",
"files": [
"package.json",
"README.md",
"LICENSE",
"lib",
"typings",
"global.d.ts"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"lib": "vue-tsc && rimraf lib && vite build",
"deploy": "deploy.sh",
"adduser": "npm adduser --registry=https://registry.npmjs.org",
"pub": "npm publish --access public --registry=https://registry.npmjs.org",
"prettier": "prettier --write \"packages/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"docs:prettier": "prettier --write \"docs/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@types/nprogress": "^0.2.3",
"@vue/shared": "^3.5.13",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.9",
"echarts": "^5.5.1",
"element-plus": "^2.9.0",
"escape-html": "^1.0.3",
"jsencrypt": "^3.3.2",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.3",
"prismjs": "^1.29.0",
"sortablejs": "^1.15.6",
"update": "^0.7.4",
"vitepress": "^1.5.0",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.3",
"@types/path-browserify": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/eslint-plugin": "1.1.10",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"chalk": "^5.3.0",
"consola": "^3.2.3",
"cypress": "^13.16.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.30.0",
"jsdom": "^25.0.1",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^7.0.1",
"path-browserify": "^1.0.1",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.1",
"sass-loader": "^16.0.4",
"start-server-and-test": "^2.0.8",
"typescript": "5.3.3",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.18.6",
"vite": "^6.0.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-vue-devtools": "^7.6.5",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
},
"repository": {
"type": "git",
"url": "https://github.com/h-ui.git"
},
"homepage": "",
"keywords": [
"element-ui",
"element-plus",
"vite",
"vite3",
"vitepress",
"vue",
"vue3",
"h-ui",
"newhome",
"二次封装组件",
"封装组件",
"components"
]
}