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.
36 lines
880 B
36 lines
880 B
3 weeks ago
|
{
|
||
|
"name": "express-distribution-sys",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview",
|
||
|
"lint": "eslint . --fix",
|
||
|
"format": "prettier --write src/"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@element-plus/icons-vue": "^2.3.1",
|
||
|
"axios": "^1.7.7",
|
||
|
"echarts": "^5.5.1",
|
||
|
"element-plus": "^2.8.6",
|
||
|
"pinia": "^2.2.4",
|
||
|
"pinia-persistedstate-plugin": "^0.1.0",
|
||
|
"qweather-icons": "^1.6.0",
|
||
|
"vue": "^3.5.12",
|
||
|
"vue-router": "^4.4.5"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@eslint/js": "^9.13.0",
|
||
|
"@vitejs/plugin-vue": "^5.1.4",
|
||
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||
|
"@vue/eslint-config-prettier": "^10.0.0",
|
||
|
"eslint": "^9.13.0",
|
||
|
"eslint-plugin-vue": "^9.29.0",
|
||
|
"prettier": "^3.3.3",
|
||
|
"sass-embedded": "^1.80.4",
|
||
|
"vite": "^5.4.10"
|
||
|
}
|
||
|
}
|