pansoft-plrl/apps/web-office/package.json

78 lines
2.2 KiB
JSON

{
"name": "web-office",
"version": "5.1.2",
"homepage": "https://vben.pro",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "apps/web-antd"
},
"license": "MIT",
"author": {
"name": "vben",
"email": "ann.vben@gmail.com",
"url": "https://github.com/anncwb"
},
"type": "module",
"scripts": {
"build": "pnpm vite build --mode production",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode development",
"dev:prod": "pnpm vite --mode production",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"imports": {
"#/*": "./src/*"
},
"dependencies": {
"@fast-crud/fast-crud": "^1.21.2",
"@fast-crud/fast-extends": "^1.21.2",
"@fast-crud/ui-antdv4": "^1.21.2",
"@fast-crud/ui-interface": "^1.21.2",
"@vben-core/shadcn-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/plugins": "workspace:*",
"@vben/preferences": "workspace:*",
"@vben/request": "workspace:*",
"@vben/stores": "workspace:*",
"@vben/styles": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "^11.0.3",
"alova": "^3.0.14",
"ant-design-vue": "^4.2.3",
"big.js": "^6.2.1",
"dayjs": "^1.11.13",
"exceljs": "^4.4.0",
"lodash-es": "^4.17.21",
"pinia": "2.2.2",
"pinia-plugin-persistedstate": "^3.2.1",
"sortablejs": "^1.15.2",
"tyme4ts": "^1.1.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vxe-pc-ui": "^4.1.12",
"vxe-table": "^4.7.74",
"vxe-table-plugin-antd": "^4.0.8",
"vxe-table-plugin-export-xlsx": "^4.0.2",
"xe-utils": "^3.5.30"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/lodash-es": "^4.17.12",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-lazy-import": "^1.0.7"
}
}