{ "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": { "next": "14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", "axios": "^1.7.2", "@monaco-editor/react": "^4.6.0", "prismjs": "^1.29.0", "react-markdown": "^9.0.1", "remark-gfm": "^4.0.0" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/prismjs": "^1.26.4", "typescript": "^5", "eslint": "^8", "eslint-config-next": "14.2.5", "autoprefixer": "^10.4.19", "postcss": "^8.4.39", "tailwindcss": "^3.4.4" } }