30 lines
712 B
JSON
30 lines
712 B
JSON
|
|
{
|
||
|
|
"name": "wecom-it-desk-h5",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "企微IT智能服务台 - H5用户端前端",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vue-tsc && vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"type-check": "vue-tsc --noEmit"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@vueuse/core": "^14.3.0",
|
||
|
|
"axios": "^1.7.0",
|
||
|
|
"html2canvas-pro": "^2.0.4",
|
||
|
|
"pinia": "^2.1.0",
|
||
|
|
"vant": "^4.8.0",
|
||
|
|
"vue": "^3.4.0",
|
||
|
|
"vue-router": "^4.3.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vant/auto-import-resolver": "^1.2.0",
|
||
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
||
|
|
"typescript": "^5.5.0",
|
||
|
|
"unplugin-vue-components": "^0.27.0",
|
||
|
|
"vite": "^5.3.0",
|
||
|
|
"vue-tsc": "^2.0.0"
|
||
|
|
}
|
||
|
|
}
|