MindMap/frontend/package.json

25 lines
519 B
JSON
Raw Normal View History

{
"name": "mindmap-frontend",
"version": "1.0.0",
"description": "思维导图前端应用",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.5.0",
"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",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}