d8a4e43bcc
- Top header bar + narrow sidebar layout - Dashboard: calendar-style schedule with timeline cards - Clients: card-based layout with avatar initials and pet count - Services: grid cards with emoji indicators and pricing - Bookings: timeline cards with time slots, status chips, inline actions - Invoices: cards with status badges, action buttons - All pages: search bars, empty states, modal forms - Consistent color system: indigo primary, amber alerts, gray hierarchy
34 lines
868 B
JSON
34 lines
868 B
JSON
{
|
|
"name": "petmaster-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.0",
|
|
"react-scripts": "5.0.1",
|
|
"@tanstack/react-query": "^5.60.0",
|
|
"lucide-react": "^0.441.0",
|
|
"date-fns": "^4.1.0",
|
|
"recharts": "^2.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"tailwindcss": "^3.4.10",
|
|
"postcss": "^8.4.40",
|
|
"autoprefixer": "^10.4.20",
|
|
"typescript": "^5.6.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test"
|
|
},
|
|
"browserslist": {
|
|
"production": [">0.2%", "not dead", "not op_mini all"],
|
|
"development": ["last 1 chrome version", "last 1 firefox version"]
|
|
}
|
|
}
|