30 lines
651 B
JSON
30 lines
651 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",
|
|
"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"
|
|
}
|
|
}
|