all these changes

This commit is contained in:
Jake Kasper
2026-04-09 13:19:47 -05:00
parent e83a51a051
commit 65315f36d1
39102 changed files with 7932979 additions and 567 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "turftracking-frontend",
"version": "1.0.0",
"version": "1.26.1",
"description": "Frontend React application for TurfTracking lawn care management",
"private": true,
"dependencies": {
@@ -9,7 +9,6 @@
"@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",
@@ -33,23 +32,21 @@
"react-dnd-html5-backend": "^16.0.1",
"clsx": "^2.0.0",
"framer-motion": "^10.16.16"
,"jspdf": "^2.5.2"
,"jspdf-autotable": "^3.8.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"vite": "^5.4.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"dev": "vite --host 0.0.0.0 --port 3000",
"start": "npm run dev",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 3000"
},
"browserslist": {
"production": [