1aaef71f52
Document-driven MVP with FastAPI backend, Vue H5, WeChat mini shell, product demo, and Docker dev stack. Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"name": "happy-up-web",
|
|
"private": true,
|
|
"version": "0.5.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.0.7",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|