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.

22 lines
406 B

{
"name": "test",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"axios": "^1.3.4",
"pinia": "^2.0.21",
"vant": "^4.1.0",
"vue": "^3.2.38",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"vconsole": "^3.15.0",
"vite": "^3.0.9"
}
}