{ "name": "jenado-unlimited-website", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage" }, "dependencies": { "@hookform/resolvers": "^5.7.1", "lucide-react": "^1.31.0", "next": "16.3.0", "react": "19.2.8", "react-dom": "19.2.8", "react-hook-form": "^7.85.0", "resend": "^6.19.0", "zod": "^4.4.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.3", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^6.0.5", "eslint": "^9", "eslint-config-next": "16.3.0", "jsdom": "^30.0.1", "tailwindcss": "^4", "typescript": "^5", "vitest": "^4.1.10" } }