{ "name": "temp-init", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "date-fns": "^4.4.0", "framer-motion": "^13.1.1", "lucide-react": "^1.34.0", "react": "^19.2.8", "react-dom": "^19.2.8", "react-router-dom": "^7.18.2", "recharts": "^3.10.1", "zustand": "^5.0.15" }, "devDependencies": { "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^6.1.0", "oxlint": "^1.79.0", "vite": "^8.2.2" } }