{ "name": "anl-landing", "version": "0.1.0", "private": true, "description": "Reference prototype landing page for 경북대학교 컴퓨터학부 AI 에이전트 네트워크 연구실 (ANL / AI Agent Networking Lab).", "scripts": { "dev": "next dev", "clean": "rm -rf .next tsconfig.tsbuildinfo", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "14.2.35", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "^20.14.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-next": "14.2.35", "postcss": "^8.4.39", "tailwindcss": "^3.4.6", "typescript": "^5.5.3" } }