{ "name": "matrix_client_pc-frontend", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "@mantine/core": "^7.13.0", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.13.0", "@tabler/icons-react": "^3.19.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.6.2", "vite": "^5.4.8" } }