Files
temporal-ai-agent/frontend/package.json
Steve Androulakis 93ec96a406 basic react API
2025-01-02 18:05:28 -08:00

25 lines
500 B
JSON

{
"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"
}
}