{ "name": "temporal-ai-agent-frontend", "version": "1.0.0", "description": "React and Tailwind", "license": "ISC", "author": "", "type": "commonjs", "main": "index.js", "scripts": { "dev": "vite", "build": "vite build" }, "dependencies": { "@vitejs/plugin-react": "^4.3.4", "react": "^19.0.0", "react-dom": "^19.0.0", "vite": "^6.0.7" }, "devDependencies": { "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.17" } }