{ "name": "turftracker-frontend", "version": "1.0.0", "description": "Frontend React application for TurfTracker lawn care management", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.5.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1", "react-router-dom": "^6.8.1", "axios": "^1.6.2", "leaflet": "^1.9.4", "react-leaflet": "^4.2.1", "leaflet-draw": "^1.0.4", "@turf/turf": "^6.5.0", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "react-hook-form": "^7.48.2", "react-query": "^3.39.3", "tailwindcss": "^3.3.6", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "@tailwindcss/aspect-ratio": "^0.4.2", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "react-hot-toast": "^2.4.1", "date-fns": "^2.30.0", "recharts": "^2.8.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "clsx": "^2.0.0", "framer-motion": "^10.16.16" }, "devDependencies": { "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "typescript": "^4.9.5" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }