{ "name": "scoreodonto-crm", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "server": "node server.js", "dev:all": "concurrently \"npm run dev\" \"npm run server\"", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/interaction": "^6.1.20", "@fullcalendar/react": "^6.1.20", "@fullcalendar/timegrid": "^6.1.20", "@hello-pangea/dnd": "^18.0.1", "@prisma/client": "^7.4.1", "@tanstack/react-query": "^5.90.21", "concurrently": "^9.2.1", "cors": "^2.8.6", "date-fns": "^4.1.0", "dotenv": "^17.3.1", "express": "^5.2.1", "googleapis": "^171.4.0", "jsonwebtoken": "^9.0.3", "lucide-react": "^0.563.0", "mysql2": "^3.17.4", "pg": "^8.11.3", "ioredis": "^5.4.1", "react": "^19.2.4", "react-dom": "^19.2.4", "zod": "^4.3.6", "zustand": "^5.0.11" }, "devDependencies": { "@tailwindcss/postcss": "^4.2.0", "@tailwindcss/vite": "^4.2.0", "@types/node": "^22.14.0", "@vitejs/plugin-react": "^5.0.0", "autoprefixer": "^10.4.24", "postcss": "^8.5.6", "prisma": "^7.4.1", "tailwindcss": "^4.2.0", "typescript": "~5.8.2", "vite": "^6.2.0" } }