Files
ai-agent-admin/web/apps/web-ele/package.json
T

63 lines
1.8 KiB
JSON

{
"name": "@vben/web-ele",
"version": "5.5.9",
"homepage": "https://vben.pro",
"bugs": "https://github.com/jiangzhikj/zq-platform/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/jiangzhikj/zq-platform.git",
"directory": "apps/web-ele"
},
"license": "MIT",
"author": {
"name": "vben",
"email": "jiangzhikj@outlook.com",
"url": "https://github.com/anncwb"
},
"type": "module",
"scripts": {
"build": "vite build --mode production",
"build:analyze": "vite build --mode analyze",
"dev": "vite --mode development",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"imports": {
"#/*": "./src/*"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@tanstack/vue-virtual": "^3.13.18",
"@vben-core/menu-ui": "workspace:*",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
"@vben/hooks": "workspace:*",
"@vben/icons": "workspace:*",
"@vben/layouts": "workspace:*",
"@vben/locales": "workspace:*",
"@vben/preferences": "workspace:*",
"@vben/request": "workspace:*",
"@vben/stores": "workspace:*",
"@vben/styles": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.3",
"@vue-flow/core": "^1.48.0",
"@vue-flow/minimap": "^1.5.4",
"@vueuse/core": "catalog:",
"cron-parser": "^4.9.0",
"dayjs": "catalog:",
"element-plus": "catalog:",
"grid-layout-plus": "1.1.1",
"pinia": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^2.1.0",
"unplugin-element-plus": "catalog:"
}
}