a2a-source-edit: write frontend/package.json

This commit is contained in:
a2a-cloud
2026-07-13 00:36:57 +00:00
parent 8d91802ae0
commit afb29a720f

View File

@@ -4,16 +4,6 @@
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.0"
"build": "mkdir -p dist && cp static-index.html dist/index.html"
}
}