{ "name": "raid-builder-web-react", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && eslint && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@fullcalendar/core": "^6.1.19", "@fullcalendar/daygrid": "^6.1.19", "@fullcalendar/interaction": "^6.1.19", "@fullcalendar/react": "^6.1.19", "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.12", "@types/node": "^25.0.3", "axios": "^1.13.2", "clsx": "^2.1.1", "eslint-plugin-react": "^7.37.5", "moment": "^2.30.1", "react": "^19.2.3", "react-dom": "^19.2.3", "react-icons": "^5.5.0", "react-joyride": "^3.0.0-7", "react-router": "^7.11.0", "react-tooltip": "^5.30.0", "tailwindcss": "^4.1.18", "use-debounce": "^10.0.6", "zod": "^4.2.1" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2", "eslint": "^9.39.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", "globals": "^16.5.0", "typescript": "^5.9.3", "typescript-eslint": "^8.50.0", "vite": "^7.3.0" } }