{ "name": "mindmap-frontend", "version": "1.0.0", "description": "思维导图前端应用", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "axios": "^1.5.0", "katex": "^0.16.22", "mammoth": "^1.10.0", "marked": "^16.2.1", "markmap-lib": "^0.18.12", "markmap-view": "^0.18.12", "pdfjs-dist": "^5.4.149", "prismjs": "^1.30.0", "vditor": "^3.11.2", "vue": "^3.3.4" }, "devDependencies": { "@vitejs/plugin-vue": "^4.3.4", "vite": "^4.4.9" } }