{ "name": "chat-agent-frontend", "version": "0.1.0", "description": "Vue.js frontend for TH-Agenter application", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/", "type-check": "vue-tsc --noEmit" }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", "axios": "^1.6.0", "dayjs": "^1.11.10", "element-plus": "^2.4.2", "highlight.js": "^11.9.0", "lodash-es": "^4.17.21", "markdown-it": "^13.0.2", "nprogress": "^0.2.0", "pinia": "^2.1.7", "vue": "^3.3.8", "vue-router": "^4.2.5" }, "devDependencies": { "@vitejs/plugin-vue": "^4.4.1", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.4.0", "eslint": "^8.53.0", "eslint-plugin-vue": "^9.18.1", "prettier": "^3.0.3", "sass": "^1.91.0", "typescript": "~5.2.0", "unplugin-auto-import": "^0.16.7", "unplugin-vue-components": "^0.25.2", "vite": "^4.5.0", "vue-tsc": "^1.8.22" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" } }