{ "name": "nexus-memory", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "axios": "^1.7.2", "react-markdown": "^9.0.1", "framer-motion": "^11.2.12", "react-dropzone": "^14.2.3", "lucide-react": "^0.395.0", "date-fns": "^3.6.0", "remark-gfm": "^4.0.0", "uuid": "^10.0.0" }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.19", "postcss": "^8.4.39", "tailwindcss": "^3.4.4", "vite": "^5.3.1" } }