{
  "name": "animabot-chatbot",
  "private": false,
  "version": "2.1.6",
  "type": "module",
  "main": "dist/chatbot.umd.js",
  "description": "Chatbot empaquetado en UMD para uso en sitios web.",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "chatbot",
    "umd",
    "react",
    "javascript"
  ],
  "author": "Lorenzo Mentesana | Previ Argentina",
  "license": "MIT",
  "scripts": {
    "dev": "vite --host --port 3000",
    "build": "vite build",
    "build:dev": "vite build --mode development",
    "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "emoji-picker-react": "^4.14.2",
    "framer-motion": "^12.23.6",
    "js-cookie": "^3.0.5",
    "laravel-echo": "^2.0.2",
    "pusher-js": "^8.4.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-shadow": "^20.6.0",
    "recoil": "^0.7.7",
    "styled-components": "^6.1.19",
    "yup": "^1.6.1"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.2",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.7",
    "vite": "^5.3.1"
  }
}
