build issue solved

This commit is contained in:
Kar
2025-03-22 19:42:54 +05:30
parent 1168bfd709
commit 71b400f7da
7 changed files with 195 additions and 47 deletions

View File

@@ -6,8 +6,10 @@
"dev": "astro dev --host --port 2008",
"start": "astro preview --host --port 2008",
"build": "astro build",
"build:prod": "ASTRO_TELEMETRY_DISABLED=1 astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/netlify": "^6.2.3",
@@ -21,6 +23,8 @@
"file-type": "^20.4.1",
"mammoth": "^1.9.0",
"pdfjs-dist": "^5.0.375",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2"
},
"devDependencies": {
@@ -36,10 +40,9 @@
"clsx": "^2.1.1",
"lucide-react": "^0.483.0",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "3",
"terser": "^5.39.0",
"vite-plugin-chunk-split": "^0.5.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"