You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
786 B
33 lines
786 B
{
|
|
"name": "support-bot-admin",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"postbuild": "node cp-to-static.mjs",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"chart.js": "^4.4.7",
|
|
"dompurify": "^3.2.4",
|
|
"marked": "^12.0.2",
|
|
"mermaid": "^11.4.1",
|
|
"pinia": "^2.3.1",
|
|
"tdesign-icons-vue-next": "^0.4.9",
|
|
"tdesign-vue-next": "^1.20.6",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.2.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"typescript": "~5.6.3",
|
|
"unplugin-auto-import": "^0.19.0",
|
|
"unplugin-vue-components": "^0.28.0",
|
|
"vite": "^5.4.21",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|