{ "name": "shattered-void-frontend", "private": true, "version": "0.1.0", "type": "module", "description": "Frontend for Shattered Void MMO - A post-collapse galaxy strategy game", "scripts": { "dev": "vite --port 5173 --host", "build": "tsc -b && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint . --ext ts,tsx --fix", "preview": "vite preview --port 4173", "type-check": "tsc --noEmit", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"" }, "dependencies": { "@headlessui/react": "^2.2.7", "@heroicons/react": "^2.2.0", "@tailwindcss/postcss": "^4.1.11", "autoprefixer": "^10.4.21", "axios": "^1.11.0", "postcss": "^8.5.6", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hot-toast": "^2.5.2", "react-router-dom": "^7.7.1", "socket.io-client": "^4.8.1", "tailwindcss": "^4.1.11", "zustand": "^5.0.7" }, "devDependencies": { "@eslint/js": "^9.30.1", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "eslint": "^9.30.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "typescript": "~5.8.3", "typescript-eslint": "^8.35.1", "vite": "^7.0.4" } }