<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vishal Gupta</title>
    <description>The latest articles on DEV Community by Vishal Gupta (@vishalgupta1987).</description>
    <link>https://dev.to/vishalgupta1987</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1101765%2F75d38367-5c92-4d11-ad14-7d75149975cb.jpeg</url>
      <title>DEV Community: Vishal Gupta</title>
      <link>https://dev.to/vishalgupta1987</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vishalgupta1987"/>
    <language>en</language>
    <item>
      <title>Need assistance with deploying Vite.js application on AWS Beanstalk</title>
      <dc:creator>Vishal Gupta</dc:creator>
      <pubDate>Thu, 15 Jun 2023 05:41:11 +0000</pubDate>
      <link>https://dev.to/vishalgupta1987/need-assistance-with-deploying-vitejs-application-on-aws-beanstalk-2gp3</link>
      <guid>https://dev.to/vishalgupta1987/need-assistance-with-deploying-vitejs-application-on-aws-beanstalk-2gp3</guid>
      <description>&lt;p&gt;I'm currently facing some difficulties in uploading the Vite.js application on AWS Beanstalk, as the deployment process is failing. I was wondering if anyone with experience in this area could kindly assist me by providing the necessary steps to ensure a successful deployment.&lt;/p&gt;

&lt;p&gt;I would greatly appreciate any guidance or advice you can offer. Thank you in advance for your support.&lt;/p&gt;

&lt;p&gt;Attaching my package.json&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
  "name": "marketing",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "start": "vite",
    "build": "tsc &amp;amp;&amp;amp; vite build",
    "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.1.0",
    "apexcharts": "^3.40.0",
    "axios": "^1.4.0",
    "dayjs": "^1.11.7",
    "react": "^18.2.0",
    "react-apexcharts": "^1.4.0",
    "react-dom": "^18.2.0",
    "react-email-editor": "^1.7.8",
    "react-fast-marquee": "^1.6.0",
    "react-hash": "^0.1.1",
    "react-hook-form": "^7.43.9",
    "react-icons": "^4.8.0",
    "react-redux": "^8.0.5",
    "react-router-dom": "^6.11.1",
    "react-select": "^5.7.3",
    "react-toastify": "^9.1.3",
    "redux": "^4.2.1",
    "redux-saga": "^1.2.3",
    "yup": "^1.1.1",
    "vite": "^4.3.2"
  },
  "devDependencies": {
    "@hookform/devtools": "^4.3.1",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "@typescript-eslint/eslint-plugin": "^5.57.1",
    "@typescript-eslint/parser": "^5.57.1",
    "@vitejs/plugin-react": "^4.0.0",
    "autoprefixer": "^10.4.14",
    "eslint": "^8.38.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.3.4",
    "postcss": "^8.4.23",
    "tailwind-scrollbar": "^3.0.4",
    "tailwindcss": "^3.3.2",
    "typescript": "^5.0.2"
  }
}

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
