mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 08:31:57 -05:00
23 lines
416 B
JSON
23 lines
416 B
JSON
{
|
|
"name": "student-vol",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"moment": "^2.30.1",
|
|
"vant": "^4.9.22",
|
|
"vue": "^3.5.24",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"vite": "^7.2.4"
|
|
}
|
|
}
|