{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.16", "@tanstack/react-query": "^5.63.0", "@tanstack/react-query-devtools": "^5.63.0", "axios": "^1.7.9", "date-fns": "^4.1.0", "html-react-parser": "^5.2.2", "next": "15.1.4", "react": "^19.0.0", "react-dom": "^19.0.0", "remark": "^15.0.1", "remark-html": "^16.0.1", "rss": "^1.2.2", "sanitize-html": "^2.14.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/rss": "^0.0.32", "@types/sanitize-html": "^2.13.0", "eslint": "^9", "eslint-config-next": "15.1.4", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }