package.json 745 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "knowmathbot-frontend",
  3. "private": true,
  4. "version": "0.1.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "cytoscape": "^3.33.2",
  13. "cytoscape-cose-bilkent": "^4.1.0",
  14. "katex": "^0.16.44",
  15. "pixi-live2d-display": "^0.4.0",
  16. "pixi.js": "^6.5.10",
  17. "react": "^19.0.0",
  18. "react-dom": "^19.0.0",
  19. "react-markdown": "^10.1.0",
  20. "react-router-dom": "^6.26.2",
  21. "rehype-katex": "^7.0.1",
  22. "remark-math": "^6.0.0"
  23. },
  24. "devDependencies": {
  25. "@types/react": "^19.0.10",
  26. "@types/react-dom": "^19.0.4",
  27. "@vitejs/plugin-react": "^4.3.4",
  28. "typescript": "^5.7.3",
  29. "vite": "^6.0.7"
  30. }
  31. }