{ "name": "fe", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@tanstack/react-query": "^5.90.21", "axios": "^1.13.6", "framer-motion": "^12.38.0", "motion": "^12.38.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-router-dom": "^7.13.1", "zustand": "^5.0.11" }, "devDependencies": { "@eslint/js": "^9.39.4", "@tailwindcss/vite": "^4.2.1", "@types/node": "^24.12.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.2.0", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "tailwindcss": "^4.2.1", "typescript": "~5.9.3", "typescript-eslint": "^8.56.1", "vite": "^7.3.1", "vite-plugin-svgr": "^5.0.0", "vite-tsconfig-paths": "^6.1.1" } }