Files
2026-05-14 09:55:25 +08:00

32 lines
733 B
JSON

{
"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",
"@rent/shared-types": "workspace:*",
"@rent/shared-utils": "workspace:*",
"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"
}
}