{ "name": "cursor2api-vue-ui", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "highlight.js": "^11.11.1", "marked": "^15.0.0", "pinia": "^2.3.0", "vue": "^3.5.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.0", "typescript": "^5.8.0", "vite": "^6.3.0", "vue-tsc": "^2.2.0" } }