{ "name": "ouroboros-frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "lucide-react": "^1.21.0", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "^7.18.0", "recharts": "^3.9.0" }, "devDependencies": { "@types/node": "^24.13.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "autoprefixer": "^10.5.2", "oxlint": "^1.69.0", "postcss": "^8.5.15", "tailwindcss": "^4.3.1", "typescript": "~6.0.2", "vite": "^8.1.0" } }