{ "name": "webview", "version": "1.0.0", "description": "VSCode AI聊天插件的WebView界面", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@ant-design/icons-vue": "^7.0.1", "@types/uuid": "^10.0.0", "ant-design-vue": "^4.2.6", "ant-design-x-vue": "^1.0.7", "axios": "^1.6.0", "bufferutil": "^4.0.9", "dompurify": "^3.2.4", "highlight.js": "^11.11.1", "highlightjs-line-numbers.js": "^2.9.0", "marked": "^15.0.7", "pinia": "^2.1.0", "utf-8-validate": "^6.0.5", "uuid": "^11.1.0", "vue": "^3.3.0", "vue-router": "^4.5.0" }, "devDependencies": { "@types/dompurify": "^3.0.5", "@types/marked": "^5.0.2", "@types/ws": "^8.18.1", "@vitejs/plugin-vue": "^4.4.0", "sass": "^1.86.1", "typescript": "^5.2.0", "vite": "^4.5.0", "vue-tsc": "^1.8.27" } }