{ "name": "application", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3300", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "axios": "^1.17.0", "lucide-react": "^0.475.0", "motion": "^12.40.0", "next": "16.2.9", "nextjs-toploader": "^3.9.17", "react": "19.2.4", "react-dom": "19.2.4", "sonner": "^2.0.7", "zustand": "^5.0.14" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.2", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^6.0.5", "eslint": "^9", "eslint-config-next": "16.2.9", "jsdom": "^29.1.1", "tailwindcss": "^4", "typescript": "^5", "vitest": "^4.1.10" } }