vben-aggregate-plugins
Version:
vben-aggregate-plugins package
65 lines • 1.73 kB
JSON
{
"name": "vben-aggregate-plugins",
"version": "6.0.6",
"description": "vben-aggregate-plugins package",
"type": "module",
"license": "MIT",
"author": {
"name": "zydld888",
"email": "your.email@example.com",
"url": "https://github.com/yourusername"
},
"homepage": "https://your-project-homepage.com",
"bugs": "https://github.com/yourusername/your-project/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/your-project.git",
"directory": "C:/Users/dld/Desktop/vue-vben-admin-main/packages/effects/plugins"
},
"keywords": [
"vue",
"vue3",
"admin",
"typescript",
"your-project-name",
"dashboard",
"template",
"ui-components",
"frontend"
],
"exports": {
"./echarts": "./src/echarts/index.ts",
"./vxe-table": "./src/vxe-table/index.ts",
"./motion": "./src/motion/index.ts"
},
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"files": [
"README.md",
"package.json",
"src",
"*.d.ts"
],
"dependencies": {
"vben-aggregate-core-form-ui": "^6.0.6",
"vben-aggregate-core-shadcn-ui": "^6.0.6",
"vben-aggregate-core-shared": "^6.0.6",
"vben-aggregate-hooks": "^6.0.6",
"vben-aggregate-icons": "^6.0.6",
"vben-aggregate-locales": "^6.0.6",
"vben-aggregate-preferences": "^6.0.6",
"vben-aggregate-types": "^6.0.6",
"vben-aggregate-utils": "^6.0.6",
"@vueuse/core": "^13.4.0",
"@vueuse/motion": "^3.0.3",
"echarts": "^5.6.0",
"vue": "^3.5.17",
"vxe-pc-ui": "catalog:",
"vxe-table": "catalog:"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}