chore: initialize WanderQ MiniAPP 2.0 repository

This commit is contained in:
inman
2026-07-23 15:48:34 +08:00
commit b4c0a1c516
93 changed files with 53525 additions and 0 deletions

23
apps/admin/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "@miniapp/admin",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5601",
"build": "tsc --noEmit && vite build",
"preview": "vite preview --host 0.0.0.0 --port 5602"
},
"dependencies": {
"@vitejs/plugin-react": "^6.0.3",
"lucide-react": "^1.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"vite": "^8.1.0"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"typescript": "^6.0.3"
}
}