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.
 
 
 
 
livestock-trading/package.json

22 lines
473 B

{
"name": "livestock-trading-dashboard",
"version": "1.0.0",
"description": "智慧活畜交易大数据一张图",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"echarts": "^5.4.3",
"axios": "^1.5.0",
"@vueuse/core": "^10.4.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.9",
"sass": "^1.66.1"
}
}