firsh push

This commit is contained in:
2026-04-21 20:12:05 +08:00
commit 25db7ecd66
165 changed files with 24094 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "@rent/merchant-admin",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@ant-design/icons": "^5.5.0",
"antd": "^5.22.0",
"axios": "^1.7.0",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.5.0",
"vite": "^5.4.0"
}
}