Deep_Research_Agent / frontend /package.json
pikamomo's picture
Initial deployment
a60c0af
raw
history blame contribute delete
465 Bytes
{
"name": "helloagents-deepresearch-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.9",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
}
}