{
  "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": "^11.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": "3.9.1",
    "ckeditor5": "^46.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.5",
    "moment": "2.30.1",
    "moment-timezone": "0.6.0",
    "react": "18.3.1",
    "react-big-calendar": "1.8.2",
    "react-chartjs-2": "3.0.4",
    "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.26.1",
    "react-share": "4.4.0",
    "react-slick": "0.28.1",
    "redux": "4.2.1",
    "redux-thunk": "2.4.2",
    "styled-components": "6.0.4"
  },
  "devDependencies": {
    "@eslint/js": "^9.26.0",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "10.4.14",
    "eslint": "^9.26.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-react": "^7.37.5",
    "globals": "^15.14.0",
    "postcss": "^8.4.33",
    "postcss-js": "3.0.3",
    "prettier": "3.4.2",
    "sass": "^1.89.2",
    "standard": "17.0.0",
    "vite": "^5.3.5",
    "vite-jsconfig-paths": "^2.0.1"
  }
}
