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.

25 lines
485 B

{
"name": "practical_project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.7",
"element-china-area-data": "^6.1.0",
"element-plus": "^2.8.7",
"mitt": "^3.0.1",
"pinia": "^2.2.5",
"vue": "^3.5.10",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.11"
}
}