{ "name": "zioinfo-mail", "version": "1.0.0", "private": true, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "axios": "^1.7.7", "zustand": "^4.5.5", "dompurify": "^3.1.6", "date-fns": "^3.6.0" }, "devDependencies": { "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@types/dompurify": "^3.0.5", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.5.3", "vite": "^5.4.2" } }