UnisMindMap/web_ui/package.json

32 lines
762 B
JSON

{
"name": "mineru-web-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.6.0",
"build": "^0.1.4",
"d3": "^7.9.0",
"element-plus": "^2.4.0",
"handlebars": "^4.7.9",
"markdown-it": "^14.0.0",
"markmap-lib": "^0.18.12",
"markmap-toolbar": "^0.18.12",
"markmap-view": "^0.18.12",
"vue": "^3.4.0",
"vue-i18n": "^9.8.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.2.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.0"
}
}