{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "DISABLE_ESLINT_PLUGIN=true next build", "start": "next start", "lint": "next lint" }, "dependencies": { "clsx": "^2.1.0", "next": "^14.2.30", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^9.0.1", "remark-gfm": "^4.0.0" }, "devDependencies": { "@netlify/plugin-nextjs": "^5.11.4", "@tailwindcss/typography": "^0.5.10", "@types/node": "^20.11.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-config-next": "14.1.0", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" } }