{ "name": "ota-dashboard", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "clsx": "^2.1.1", "lucide-react": "^0.560.0", "next": "16.0.8", "react": "19.2.2", "react-dom": "19.2.2", "tailwind-merge": "^3.4.0", "zod": "^4.1.13" }, "devDependencies": { "@happy-dom/global-registrator": "^20.0.11", "@tailwindcss/postcss": "^4.1.18", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", "@types/node": "^20.19.27", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "bun-types": "^1.3.4", "eslint": "^9.39.2", "eslint-config-next": "16.0.8", "happy-dom": "^20.0.11", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" } }