You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
767 B
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueup/vue-quill": "^1.2.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.13.3",
"chart.js": "^4.5.1",
"dayjs": "^1.11.19",
"katex": "^0.16.28",
"markdown-it": "^14.1.0",
"markdown-it-katex": "^2.0.3",
"marked": "^17.0.1",
"pinia": "^3.0.4",
"quill": "^1.3.4",
"quill-blot-formatter": "^1.0.5",
"quill-delta": "^5.1.0",
"vue": "^3.5.24",
"vue-chartjs": "^5.3.3",
"vue-qrcode": "^2.2.2",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.2.4"
}
}