初始化提交

This commit is contained in:
史悦
2026-01-07 16:46:09 +08:00
commit 0dbb36be9d
113 changed files with 16197 additions and 0 deletions

29
frontend/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "melody-frontend",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"axios": "0.26.1",
"element-plus": "2.1.9",
"howler": "github:foamzou/howler.js#0.0.1-foam",
"vant": "^3.4.9",
"vue": "3.2.33",
"vue-router": "4.0.12",
"vue-virtual-scroller": "2.0.0-alpha.1",
"vuex": "4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"rollup": "^2.70.2",
"vite": "^2.9.14",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-pwa": "^0.12.3",
"workbox-window": "^6.5.4"
}
}