mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 04:51:57 -05:00
feat:student-vol
This commit is contained in:
22
student-vol/package.json
Normal file
22
student-vol/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user