爱山东pc端
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.

30 lines
642 B

3 months ago
{
"name": "echo-portal",
3 months ago
"version": "0.0.0",
"private": true,
3 months ago
"type": "module",
"scripts": {
"dev": "vite",
3 months ago
"build": "vite build",
3 months ago
"preview": "vite preview"
},
"dependencies": {
"reka-ui": "^2.3.0",
"vue": "^3.5.13",
"vue-i18n": "^9.14.4",
"vue-router": "^4.5.1",
2 months ago
"@amap/amap-jsapi-loader": "^1.0.1",
3 months ago
"axios": "^1.7.2",
"element-plus": "^2.10.2"
3 months ago
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.0",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2",
"sass": "^1.89.0"
3 months ago
}
}