bxztApp/packages/mobile/package.json

29 lines
606 B
JSON
Raw Permalink Normal View History

2025-10-15 14:07:39 +08:00
{
"name": "@h5/mobile",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.18",
"vue-router": "^4.6.3",
"pinia": "^3.0.3",
"vant": "^4.9.21",
"@vueuse/core": "^14.0.0",
"dayjs": "^1.11.19",
"axios": "^1.13.2",
"@h5/shared": "workspace:*"
2025-10-15 14:07:39 +08:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.2.0",
"sass": "^1.93.3",
2025-10-15 14:07:39 +08:00
"unplugin-vue-components": "^0.26.0",
"unplugin-auto-import": "^20.2.0"
2025-10-15 14:07:39 +08:00
}
}