{ "name": "anycoder-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start -p 7860", "lint": "next lint" }, "dependencies": { "@monaco-editor/react": "^4.6.0", "axios": "^1.7.2", "next": "^16.0.10", "prismjs": "^1.29.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-markdown": "^9.0.1", "remark-gfm": "^4.0.0" }, "devDependencies": { "@types/node": "^20", "@types/prismjs": "^1.26.4", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.19", "eslint": "^9.39.2", "eslint-config-next": "^16.0.10", "postcss": "^8.4.39", "tailwindcss": "^3.4.4", "typescript": "^5" } }