You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
{ |
|
"name": "mailbox-lan-vue", |
|
"private": true, |
|
"version": "1.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build --mode dev", |
|
"build:prod": "vite build --mode prod", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"@element-plus/icons-vue": "^2.3.1", |
|
"@vue-office/docx": "^1.6.0", |
|
"@vue-office/excel": "^1.6.3", |
|
"amfe-flexible": "^2.2.1", |
|
"axios": "^1.6.7", |
|
"baidu-map-vue3": "^0.4.9", |
|
"echarts": "^5.4.3", |
|
"element-plus": "^2.5.1", |
|
"install": "^0.13.0", |
|
"lodash": "^4.17.21", |
|
"moment": "^2.30.1", |
|
"npm": "^10.5.0", |
|
"nprogress": "^0.2.0", |
|
"pinia": "^2.1.7", |
|
"stompjs": "^2.3.3", |
|
"sockjs-client": "^1.6.1", |
|
"typescript": "^5.3.3", |
|
"vue": "^3.3.11", |
|
"vue-echarts": "^6.6.8", |
|
"vue-router": "^4.2.5", |
|
"vue-seamless-scroll": "^1.1.23", |
|
"vue3-photo-preview": "^0.3.0" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "^4.5.2", |
|
"amfe-flexible": "^2.2.1", |
|
"mitt": "^3.0.1", |
|
"postcss-pxtorem": "^6.1.0", |
|
"sass": "^1.69.7", |
|
"unplugin-auto-import": "^0.17.3", |
|
"unplugin-vue-components": "^0.26.0", |
|
"vite": "^5.0.8", |
|
"vite-plugin-svg-icons": "^2.0.1" |
|
} |
|
}
|
|
|