UX-agent / frontend /package.json
AUXteam's picture
Deploying UX Analyst AI to Hugging Face (V2)
21cac8a verified
raw
history blame contribute delete
684 Bytes
{
"name": "ux-analyst-ai-frontend",
"version": "1.0.0",
"description": "Frontend for UX Analyst AI",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "^5.8.4",
"axios": "^1.6.2",
"react-router-dom": "^6.20.1"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"vite": "^5.0.0",
"tailwindcss": "^3.3.6",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"vitest": "^1.0.0"
}
}