Files
robertseares/frontend/package.json
a2a-platform 006f5e03e3 deploy
2026-06-11 21:36:21 +00:00

21 lines
425 B
JSON

{
"name": "robertseares-frontend",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev --hostname 0.0.0.0 --port 3000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^15.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0"
}
}