build error fixes

This commit is contained in:
2025-10-09 20:50:32 +05:30
parent 42f065dac0
commit 2499ec2ada
5 changed files with 104 additions and 228 deletions

View File

@ -3,10 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
"dev": "next dev",
"build": "next build --no-lint",
"start": "next start"
},
"dependencies": {
"lucide-react": "^0.544.0",
@ -25,4 +24,4 @@
"tailwindcss": "^4",
"typescript": "^5"
}
}
}