55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "pc",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --open",
|
|
"clean": "node scripts/clean-dist.mjs",
|
|
"build": "node --max-old-space-size=4096 ./node_modules/vite/bin/vite.js 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",
|
|
"qiniu-js": "^3.4.4",
|
|
"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"
|
|
}
|
|
}
|