Files
yunzerwebsiteallinone/backend/package.json
T
2026-07-14 15:49:00 +08:00

53 lines
1.5 KiB
JSON

{
"name": "pc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@tiptap/extension-color": "^3.27.4",
"@tiptap/extension-highlight": "^3.27.4",
"@tiptap/extension-image": "^3.27.4",
"@tiptap/extension-link": "^3.27.4",
"@tiptap/extension-placeholder": "^3.27.4",
"@tiptap/extension-table": "^3.27.4",
"@tiptap/extension-table-cell": "^3.27.4",
"@tiptap/extension-table-header": "^3.27.4",
"@tiptap/extension-table-row": "^3.27.4",
"@tiptap/extension-text-align": "^3.27.4",
"@tiptap/extension-text-style": "^3.27.4",
"@tiptap/extension-underline": "^3.27.4",
"@tiptap/pm": "^3.27.4",
"@tiptap/starter-kit": "^3.27.4",
"@tiptap/vue-3": "^3.27.4",
"axios": "^1.13.1",
"chart": "^0.1.2",
"chart.js": "^4.5.1",
"docx-preview": "^0.3.7",
"echarts": "^6.0.0",
"element-plus": "^2.11.7",
"less": "^4.4.2",
"marked": "^16.4.1",
"os": "^0.1.2",
"pinia": "^3.0.3",
"vue": "^3.5.22",
"vue-img-cutter": "^3.0.7",
"vue-router": "^4.6.3",
"vue3-pdf-app": "^1.0.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^24.10.7",
"@vitejs/plugin-vue": "^6.0.1",
"typescript": "^5.9.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.1.7"
}
}