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.
42 lines
982 B
JSON
42 lines
982 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/lora": "^5.2.8",
|
|
"@fontsource/merriweather": "^5.2.11",
|
|
"@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",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"happy-dom": "^15.11.7",
|
|
"vite": "^7.2.4",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|