{ "name": "smartflow-frontend", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@vue/shared": "^3.5.0", "axios": "^1.8.0", "element-plus": "^2.9.0", "highlight.js": "^11.11.1", "markdown-it": "^14.1.0", "pinia": "^2.2.0", "vue": "^3.5.0", "vue-router": "^4.5.0" }, "devDependencies": { "@types/markdown-it": "^14.1.2", "@types/node": "^22.10.0", "@vitejs/plugin-vue": "^5.2.0", "typescript": "^5.7.0", "vite": "^6.0.0", "vue-tsc": "^2.2.0" } }