| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "knowmathbot-frontend",
- "private": true,
- "version": "0.1.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc -b && vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "cytoscape": "^3.33.2",
- "cytoscape-cose-bilkent": "^4.1.0",
- "katex": "^0.16.44",
- "pixi-live2d-display": "^0.4.0",
- "pixi.js": "^6.5.10",
- "react": "^19.0.0",
- "react-dom": "^19.0.0",
- "react-markdown": "^10.1.0",
- "react-router-dom": "^6.26.2",
- "rehype-katex": "^7.0.1",
- "remark-math": "^6.0.0"
- },
- "devDependencies": {
- "@types/react": "^19.0.10",
- "@types/react-dom": "^19.0.4",
- "@vitejs/plugin-react": "^4.3.4",
- "typescript": "^5.7.3",
- "vite": "^6.0.7"
- }
- }
|