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.
33 lines
782 B
33 lines
782 B
{ |
|
"name": "mailbox-lan-vue", |
|
"private": true, |
|
"version": "1.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"baidu-map-vue3": "^0.4.9", |
|
"echarts": "^5.4.3", |
|
"element-plus": "^2.5.1", |
|
"moment": "^2.30.1", |
|
"nprogress": "^0.2.0", |
|
"pinia": "^2.1.7", |
|
"vue": "^3.3.11", |
|
"vue-echarts": "^6.6.8", |
|
"vue-router": "^4.2.5", |
|
"vue-seamless-scroll": "^1.1.23" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "^4.5.2", |
|
"amfe-flexible": "^2.2.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" |
|
} |
|
}
|
|
|