Spaces:
Running
Running
| { | |
| "name": "mpc-hackathon", | |
| "version": "0.1.0", | |
| "private": true, | |
| "type": "module", | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint", | |
| "mcp": "node mcp-server.js", | |
| "test-mcp": "node mcp-server.js test" | |
| }, | |
| "dependencies": { | |
| "@github/spark": "^0.41.23", | |
| "@google/genai": "^1.30.0", | |
| "@modelcontextprotocol/sdk": "^1.22.0", | |
| "@monaco-editor/react": "^4.7.0", | |
| "@phosphor-icons/react": "^2.1.10", | |
| "@radix-ui/colors": "^3.0.0", | |
| "@types/katex": "^0.16.7", | |
| "docx": "^9.5.1", | |
| "eventsource": "^4.1.0", | |
| "exceljs": "^4.4.0", | |
| "framer-motion": "^12.23.24", | |
| "highlight.js": "^11.11.1", | |
| "html-pdf-node": "^1.0.8", | |
| "latex": "^0.0.1", | |
| "lucide-react": "^0.553.0", | |
| "mammoth": "^1.11.0", | |
| "monaco-editor": "^0.54.0", | |
| "next": "16.0.1", | |
| "node-fetch": "^3.3.2", | |
| "officegen": "^0.6.5", | |
| "pdf-parse": "^2.4.5", | |
| "pdfkit": "^0.17.2", | |
| "puppeteer-core": "^24.30.0", | |
| "react": "19.2.0", | |
| "react-dom": "19.2.0", | |
| "react-draggable": "^4.5.0", | |
| "react-error-boundary": "^6.0.0", | |
| "react-markdown": "^10.1.0", | |
| "react-pdf": "^10.2.0", | |
| "react-rnd": "^10.5.2", | |
| "rehype-highlight": "^7.0.2", | |
| "remark-gfm": "^4.0.1", | |
| "sharp": "^0.34.5", | |
| "tw-animate-css": "^1.4.0", | |
| "xlsx": "^0.18.5" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/pdfkit": "^0.17.3", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.0.1", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |