package.json 892 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "web",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@google/genai": "^1.32.0",
  13. "@types/react-syntax-highlighter": "^15.5.13",
  14. "html2canvas": "^1.4.1",
  15. "lucide-react": "^0.556.0",
  16. "mermaid": "^11.12.2",
  17. "pdfjs-dist": "^4.10.38",
  18. "react": "^19.2.1",
  19. "react-dom": "^19.2.1",
  20. "react-markdown": "^10.1.0",
  21. "react-syntax-highlighter": "^16.1.0",
  22. "rehype-katex": "^7.0.1",
  23. "remark-gfm": "^4.0.1",
  24. "remark-math": "^6.0.0"
  25. },
  26. "devDependencies": {
  27. "@tailwindcss/typography": "^0.5.19",
  28. "@types/node": "^22.14.0",
  29. "@vitejs/plugin-react": "^5.0.0",
  30. "autoprefixer": "^10.4.23",
  31. "postcss": "^8.5.6",
  32. "tailwindcss": "^3.4.17",
  33. "typescript": "~5.8.2",
  34. "vite": "^6.2.0"
  35. }
  36. }