Files
yudao-ui-admin-vben/apps/web-antd/package.json
wangziqi 4c3c2fcb7d
All checks were successful
CodeQL / Analyze (javascript-typescript) (push) Has been skipped
Lock Threads / action (push) Has been skipped
Issue Close Require / close-issues (push) Has been skipped
Close stale issues / stale (push) Has been skipped
chore: adapt admin UI for Gongxue
2026-07-31 17:25:59 +08:00

74 lines
2.3 KiB
JSON

{
"name": "@vben/web-antd",
"version": "5.7.0",
"homepage": "https://git.gongxue100.com/wangziqi/yudao-ui-admin-vben",
"bugs": "https://git.gongxue100.com/wangziqi/yudao-ui-admin-vben/issues",
"repository": {
"type": "git",
"url": "git+https://git.gongxue100.com/wangziqi/yudao-ui-admin-vben.git",
"directory": "apps/web-antd"
},
"license": "MIT",
"author": {
"name": "恭学教育",
"url": "https://www.gongxue.com"
},
"type": "module",
"scripts": {
"build": "pnpm vite build --mode production",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode development",
"preview": "vite preview",
"typecheck": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vue-tsc --noEmit --skipLibCheck"
},
"imports": {
"#/*": "./src/*"
},
"dependencies": {
"@form-create/ant-design-vue": "catalog:",
"@form-create/antd-designer": "catalog:",
"@tinymce/tinymce-vue": "catalog:",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
"@vben/hooks": "workspace:*",
"@vben/icons": "workspace:*",
"@vben/layouts": "workspace:*",
"@vben/locales": "workspace:*",
"@vben/plugins": "workspace:*",
"@vben/preferences": "workspace:*",
"@vben/request": "workspace:*",
"@vben/stores": "workspace:*",
"@vben/styles": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@videojs-player/vue": "catalog:",
"@vueuse/core": "catalog:",
"@vueuse/integrations": "catalog:",
"ant-design-vue": "catalog:",
"benz-amr-recorder": "catalog:",
"bpmn-js": "catalog:",
"bpmn-js-properties-panel": "catalog:",
"bpmn-js-token-simulation": "catalog:",
"camunda-bpmn-moddle": "catalog:",
"cropperjs": "catalog:",
"dayjs": "catalog:",
"dhtmlx-gantt": "catalog:",
"diagram-js": "catalog:",
"fast-xml-parser": "catalog:",
"highlight.js": "catalog:",
"livekit-client": "catalog:",
"pinia": "catalog:",
"steady-xml": "catalog:",
"tinymce": "catalog:",
"tyme4ts": "catalog:",
"video.js": "catalog:",
"vue": "catalog:",
"vue-dompurify-html": "catalog:",
"vue-router": "catalog:",
"vue3-print-nb": "catalog:",
"vue3-signature": "catalog:",
"vuedraggable": "catalog:"
}
}