{
  "name": "leaderslinked",
  "version": "1.0.0",
  "main": "./app/main.jsx",
  "description": "LeadersLinked - A Social Network for Leaders",
  "keywords": [],
  "author": "Stivens Carrasquel",
  "license": "ISC",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "eslint ./app --ext .js,.jsx",
    "lint:fix": "eslint ./app --ext .js,.jsx --fix",
    "format": "prettier --write \"**/*.{js,jsx,scss,css}\""
  },
  "dependencies": {
    "@ckeditor/ckeditor5-react": "8.0.0",
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.1",
    "@mui/icons-material": "7.2.0",
    "@mui/material": "7.2.0",
    "axios": "1.6.7",
    "chart.js": "4.5.0",
    "ckeditor5": "42.0.0",
    "converse.js": "10.1.7",
    "crypto-js": "4.2.0",
    "emoji-picker-react": "4.13.2",
    "eslint-plugin-import": "2.32.0",
    "html-react-parser": "5.2.6",
    "moment": "2.30.1",
    "moment-timezone": "0.6.0",
    "react": "18.3.1",
    "react-big-calendar": "1.8.2",
    "react-chartjs-2": "5.3.0",
    "react-datetime": "3.2.0",
    "react-dom": "18.3.1",
    "react-dropzone": "11.7.1",
    "react-hook-form": "7.60.0",
    "react-recaptcha": "2.3.10",
    "react-redux": "7.2.9",
    "react-router-dom": "6.30.1",
    "react-share": "5.2.2",
    "react-slick": "0.30.3",
    "redux": "4.2.1",
    "redux-thunk": "2.4.2",
    "slick-carousel": "^1.8.1",
    "styled-components": "6.0.4"
  },
  "devDependencies": {
    "@eslint/js": "9.26.0",
    "@vitejs/plugin-react": "4.3.1",
    "eslint": "9.26.0",
    "eslint-config-prettier": "10.1.5",
    "eslint-plugin-react": "7.37.5",
    "globals": "15.14.0",
    "prettier": "3.4.2",
    "vite": "7.0.5",
    "vite-jsconfig-paths": "2.0.1"
  }
}
