mirror of
https://github.com/Smile-QWQ/SubTracker.git
synced 2026-05-07 07:37:19 +08:00
- add the statistics page ai summary panel with lazy generation and expand or collapse states - reuse ai settings for the summary toggle, custom summary prompt, and client requests - render summary markdown and preview content in the frontend with regression tests
41 lines
969 B
JSON
41 lines
969 B
JSON
{
|
|
"name": "@subtracker/web",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"lint": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@subtracker/shared": "0.0.1",
|
|
"@tanstack/vue-query": "^5.74.9",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"@vueuse/core": "^13.0.0",
|
|
"axios": "^1.8.4",
|
|
"dayjs": "^1.11.13",
|
|
"dompurify": "^3.4.2",
|
|
"echarts": "^5.6.0",
|
|
"marked": "^18.0.3",
|
|
"naive-ui": "^2.41.0",
|
|
"pinia": "^3.0.2",
|
|
"vue": "^3.5.13",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.1",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"jsdom": "^26.0.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.2.6",
|
|
"vitest": "^3.1.1",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|