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

26 lines
506 B

{
"name": "lesson1_vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"ant-design-vue": "3.2.14",
"axios": "1.2.1",
"element-plus": "2.2.19",
"pinia": "2.0.27",
"pinia-plugin-persist": "^1.0.0",
"vant": "4.0.0",
"vue": "^3.4.37",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"vite": "^5.4.1"
}
}