{ "name": "chat-bubbles", "private": true, "version": "0.1.0", "license": "Apache-2.0", "scripts": { "dev": "vite --host", "build": "vite build", "preview": "vite preview" }, "dependencies": { "framer-motion": "^6.2.8", "react": "^17.0.2", "react-color": "^2.19.3", "react-dom": "^17.0.2" }, "devDependencies": { "@vitejs/plugin-react": "^1.0.7", "prettier": "^2.5.1", "vite": "^2.9.6" } }